summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
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
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-30riscv: Fix build warning for mm/initZong Li
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra
2020-07-09riscv: Register System RAM as iomem resourcesZong Li
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-03riscv: support DEBUG_WXZong Li
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li
2020-03-04riscv: Fix range looking for kernel image memblockAlexandre Ghiti
2020-01-03riscv: mm: use __pa_symbol for kernel symbolsZong Li
2019-11-22Merge branch 'next/misc2' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley
2019-11-22RISC-V: Add address map dumperYash Shah
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-12riscv: Use PMD_SIZE to replace PTE_PARENT_SIZEZong Li
2019-10-28riscv: init: merge split string literals in preprocessor directivePaul Walmsley
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley
2019-10-23riscv: Fix undefined reference to vmemmap_populate_basepagesKefeng Wang
2019-10-01riscv: Fix memblock reservation for device tree blobAlbert Ou
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel
2019-07-04riscv: remove free_initrd_memChristoph Hellwig
2019-07-01RISC-V: Fix memory reservation in setup_bootmem()Anup Patel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport