!3722 add memmap interface to reserved memory
Merge Pull Request from: @ci-robot PR sync from: Ze Zuo <zuoze1@huawei.com> https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/6VRQ2ZJVDNE5CGHBPIBJRS7IJS2756TI/ Add support for memmap kernel parameters for ARM64. The three below memmap=exactmap Enable setting of an exact memory map, as specified by the user. memmap=nn[KMG]@ss[KMG] Force usage of a specific region of memory. memmap=nn[KMG]$ss[KMG] Region of memory to be reserved is from ss to ss+nn, the region must be in the range of existed memory, otherwise will be ignored. Please note that the above functions are for debugging purposes only. ChangeLog: - Some minor changes about description and code, no functional changes Ze Zuo (2): arm64: Add support for memmap kernel parameters arm64: Request resources for reserved memory via memmap -- 2.25.1 https://gitee.com/openeuler/kernel/issues/I8NIMB Link:https://gitee.com/openeuler/kernel/pulls/3722 Reviewed-by:Kefeng Wang <wangkefeng.wang@huawei.com> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment