aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
2020-06-07riscv: Fix print_vm_layout build error if NOMMUKefeng Wang
2020-05-14riscv: set max_pfn to the PFN of the last pageVincent Chen
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
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-07-04RISC-V: Add conditional macro for zone of DMA32Zong Li
2018-01-30riscv: don't read back satp in paging_initChristoph Hellwig
2018-01-30riscv: add ZONE_DMA32Christoph Hellwig
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt