summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
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-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-24RISC-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-09RISC-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-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2020-06-03riscv: support DEBUG_WXZong Li1-0/+3
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-05-20riscv: 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-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra1-16/+0
2020-05-04riscv: 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
2020-03-04riscv: Fix range looking for kernel image memblockAlexandre Ghiti1-1/+1
2020-01-03riscv: mm: use __pa_symbol for kernel symbolsZong Li1-6/+6
2019-11-22Merge branch 'next/misc2' into for-nextPaul Walmsley1-0/+32
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley1-2/+13
2019-11-22RISC-V: Add address map dumperYash Shah1-0/+32
2019-11-17riscv: add nommu supportChristoph Hellwig1-2/+13
2019-11-12riscv: Use PMD_SIZE to replace PTE_PARENT_SIZEZong Li1-9/+4
2019-10-28riscv: init: merge split string literals in preprocessor directivePaul Walmsley1-2/+1
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley1-0/+2
2019-10-23riscv: Fix undefined reference to vmemmap_populate_basepagesKefeng Wang1-1/+1
2019-10-01riscv: Fix memblock reservation for device tree blobAlbert Ou1-1/+11
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe1-0/+10
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng1-1/+1
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel1-52/+255
2019-07-04riscv: remove free_initrd_memChristoph Hellwig1-5/+0
2019-07-01RISC-V: Fix memory reservation in setup_bootmem()Anup Patel1-7/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport1-5/+0
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel1-0/+8
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel1-0/+28
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