summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
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-24riscv: 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-23RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen1-1/+1
2018-08-18mm: 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...Linus Torvalds2-6/+10
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2018-01-31riscv: rename sptbr to satpChristoph Hellwig1-0/+4
2018-01-31riscv: don't read back satp in paging_initChristoph Hellwig1-2/+0
2018-01-31riscv: add ZONE_DMA32Christoph Hellwig1-4/+6
2018-01-08riscv: rename SR_* constants to match the specChristoph Hellwig1-1/+1
2017-12-05riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro1-1/+0
2017-12-02RISC-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-27RISC-V: Build InfrastructurePalmer Dabbelt1-0/+4
2017-09-27RISC-V: Paging and MMUPalmer Dabbelt1-0/+282
2017-09-27RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt1-0/+92
2017-09-27RISC-V: ELF and module implementationPalmer Dabbelt1-0/+37
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+70