summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Free-up initrd in free_initrd_mem()Anup Patel2019-02-211-1/+2
* RISC-V: Implement compile-time fixed mappingsAnup Patel2019-02-211-0/+34
* RISC-V: Move setup_vm() to mm/init.cAnup Patel2019-02-211-0/+49
* RISC-V: Move setup_bootmem() to mm/init.cAnup Patel2019-02-211-0/+70
* riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-241-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* RISC-V: Add conditional macro for zone of DMA32Zong Li2018-07-041-0/+2
* riscv: don't read back satp in paging_initChristoph Hellwig2018-01-311-2/+0Star
* riscv: add ZONE_DMA32Christoph Hellwig2018-01-311-4/+6
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-271-0/+70