aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Patel2-0/+34
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-10-22RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-07-04RISC-V: Add conditional macro for zone of DMA32Zong Li1-0/+2
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds2-6/+10
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-01-30riscv: rename sptbr to satpChristoph Hellwig1-0/+4
2018-01-30riscv: don't read back satp in paging_initChristoph Hellwig1-2/+0
2018-01-30riscv: add ZONE_DMA32Christoph Hellwig1-4/+6
2018-01-07riscv: rename SR_* constants to match the specChristoph Hellwig1-1/+1
2017-12-04riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro1-1/+0
2017-12-01RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt1-1/+1
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2-0/+24
2017-11-30RISC-V: io.h: type fixes for warningsOlof Johansson1-1/+1
2017-09-26RISC-V: Build InfrastructurePalmer Dabbelt1-0/+4
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+282
2017-09-26RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt1-0/+92
2017-09-26RISC-V: ELF and module implementationPalmer Dabbelt1-0/+37
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt1-0/+70