summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-08riscv: fix typo in init.cVitaly Wool
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng Zhang
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang
2021-05-25riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-25riscv: mm: Remove setup_zero_page()Jisheng Zhang
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-03-09riscv: Add support for memtestKefeng Wang
2021-02-26riscv: Cleanup setup_bootmem()Kefeng Wang
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti
2021-02-18riscv: Covert to reserve_initrd_mem()Kefeng Wang
2021-02-18riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool
2021-01-22riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren
2021-01-15RISC-V: Set current memblock limitAtish Patra
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra
2021-01-14riscv: Separate memory init from paging initAtish Patra
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal
2020-12-21RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra
2020-11-20riscv: Enable CMA supportKefeng Wang
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel
2020-11-05RISC-V: Remove any memblock representing unusable memory areaAtish Patra
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13riscv: drop unneeded node initializationMike Rapoport
2020-10-04RISC-V: Make sure memblock reserves the memory containing DTAtish Patra
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Implement late mapping page table allocation functionsAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu