summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
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
2020-11-05RISC-V: Remove any memblock representing unusable memory areaAtish Patra1-11/+7
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-46/+144
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-15/+10
2020-10-14riscv: drop unneeded node initializationMike Rapoport1-9/+0
2020-10-05RISC-V: Make sure memblock reserves the memory containing DTAtish Patra1-0/+1
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra1-1/+1
2020-10-03RISC-V: Implement late mapping page table allocation functionsAtish Patra1-31/+99
2020-10-03RISC-V: Add early ioremap supportAtish Patra1-0/+33
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel1-14/+12
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu1-4/+3
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+27
2020-07-30riscv: Fix build warning for mm/initZong Li1-1/+1
2020-07-25riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-25RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-25RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-09riscv: Register System RAM as iomem resourcesZong Li1-0/+27
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+0
2020-06-10RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-15/+15
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-05Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2020-06-04riscv: support DEBUG_WXZong Li1-0/+3
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-05-21riscv: Fix print_vm_layout build error if NOMMUKefeng Wang1-1/+1
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt1-0/+9
2020-05-06RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra1-16/+0
2020-05-05riscv: set max_pfn to the PFN of the last pageVincent Chen1-1/+2
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+44
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li1-0/+44