summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-30/+14
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-30/+14
2021-09-02Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+0
2021-08-25riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven1-20/+0
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti1-1/+1
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-5/+12
2021-07-23riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti1-2/+16
2021-07-23riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti1-0/+2
2021-07-23riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti1-2/+9
2021-07-22Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt1-0/+1
2021-07-22riscv: Fix 32-bit RISC-V boot failureBin Meng1-1/+3
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti1-62/+36
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-59/+49
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-63/+50
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang1-3/+25
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang1-0/+8
2021-06-09riscv: fix typo in init.cVitaly Wool1-1/+1
2021-06-02riscv: mm: Fix W+X mappings at bootJisheng Zhang1-2/+6
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang1-17/+19
2021-05-26riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang1-7/+1
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+2
2021-05-26riscv: mm: Remove setup_zero_page()Jisheng Zhang1-6/+0
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-1/+1
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven1-2/+7
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-29/+308
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-26RISC-V: enable XIPVitaly Wool1-8/+109
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis1-0/+33
2021-04-26RISC-V: Add kdump supportNick Kossifidis1-0/+71
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+2
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang1-3/+3
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang1-3/+3
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-17/+89
2021-03-10riscv: Add support for memtestKefeng Wang1-2/+4
2021-02-27riscv: Cleanup setup_bootmem()Kefeng Wang1-19/+2
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-81/+27
2021-02-23riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti1-16/+5
2021-02-19riscv: Covert to reserve_initrd_mem()Kefeng Wang1-53/+1
2021-02-19riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool1-6/+13
2021-01-23riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-1/+1
2021-01-16RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-15riscv: Add numa support for riscv64 platformAtish Patra1-1/+3
2021-01-15riscv: Separate memory init from paging initAtish Patra1-1/+5
2021-01-08riscv: Fix builtin DTB handlingDamien Le Moal1-5/+1
2020-12-22RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra1-1/+1
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-32/+20
2020-11-26RISC-V: Protect all kernel sections including init earlyAtish Patra1-5/+16
2020-11-21riscv: Enable CMA supportKefeng Wang1-2/+6
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis1-27/+0
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel1-0/+14