summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-1/+1
* riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-29/+308
|\
| * RISC-V: enable XIPVitaly Wool2021-04-261-8/+109
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-261-0/+33
| * RISC-V: Add kdump supportNick Kossifidis2021-04-261-0/+71
| * riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-261-2/+2
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-261-3/+3
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-261-3/+3
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-261-17/+89
| * riscv: Add support for memtestKefeng Wang2021-03-091-2/+4
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
|/
* riscv: Cleanup setup_bootmem()Kefeng Wang2021-02-261-19/+2
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-81/+27
|\
| * riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti2021-02-221-16/+5
| * riscv: Covert to reserve_initrd_mem()Kefeng Wang2021-02-181-53/+1
| * riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-181-6/+13
| * riscv: Add numa support for riscv64 platformAtish Patra2021-01-141-1/+3
| * riscv: Separate memory init from paging initAtish Patra2021-01-141-1/+5
| * riscv: Fix builtin DTB handlingDamien Le Moal2021-01-071-5/+1
* | riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-01-221-1/+1
* | RISC-V: Set current memblock limitAtish Patra2021-01-151-2/+14
|/
* RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra2020-12-211-1/+1
* Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-32/+20
|\
| * RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-251-5/+16
| * riscv: Enable CMA supportKefeng Wang2020-11-201-2/+6
| * RISC-V: Add kernel image sections to the resource treeNick Kossifidis2020-11-091-27/+0
* | RISC-V: Use non-PGD mappings for early DTB accessAnup Patel2020-11-061-0/+14
* | RISC-V: Remove any memblock representing unusable memory areaAtish Patra2020-11-051-11/+7
|/
* Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-191-46/+144
|\
| * RISC-V: Add EFI runtime servicesAtish Patra2020-10-021-1/+1
| * RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99
| * RISC-V: Add early ioremap supportAtish Patra2020-10-021-0/+33
| * RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-021-14/+12
* | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-1/+1
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-15/+10
* | riscv: drop unneeded node initializationMike Rapoport2020-10-131-9/+0
* | RISC-V: Make sure memblock reserves the memory containing DTAtish Patra2020-10-041-0/+1
* | riscv: Add sfence.vma after early page table changesGreentime Hu2020-09-191-4/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-2/+1
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-071-0/+27
|\ \ | |/ |/|
| * riscv: Fix build warning for mm/initZong Li2020-07-301-1/+1
| * riscv: Register System RAM as iomem resourcesZong Li2020-07-091-0/+27
* | riscv: Parse all memory blocks to remove unusable memoryAtish Patra2020-07-241-14/+17
* | RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra2020-07-241-6/+27
* | RISC-V: Set maximum number of mapped pages correctlyAtish Patra2020-07-241-1/+1
|/
* Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-111-11/+0
|\