aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel1-1/+2
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel1-0/+34
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel1-0/+49
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel1-0/+70
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren1-1/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-07-04RISC-V: Add conditional macro for zone of DMA32Zong Li1-0/+2
2018-01-30riscv: don't read back satp in paging_initChristoph Hellwig1-2/+0
2018-01-30riscv: add ZONE_DMA32Christoph Hellwig1-4/+6
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt1-0/+70