summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
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-231-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen2018-10-221-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+2
* RISC-V: Add conditional macro for zone of DMA32Zong Li2018-07-041-0/+2
* Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds2018-02-072-6/+10
|\
| * riscv: rename sptbr to satpChristoph Hellwig2018-01-301-0/+4
| * riscv: don't read back satp in paging_initChristoph Hellwig2018-01-301-2/+0
| * riscv: add ZONE_DMA32Christoph Hellwig2018-01-301-4/+6
* | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+0
|\ \ | |/ |/|
| * riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro2017-12-041-1/+0
* | riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-071-1/+1
* | RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-011-1/+1
|\ \
| * | RISC-V: io.h: type fixes for warningsOlof Johansson2017-11-301-1/+1
| |/
* / RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2017-11-302-0/+24
|/
* RISC-V: Build InfrastructurePalmer Dabbelt2017-09-261-0/+4
* RISC-V: Paging and MMUPalmer Dabbelt2017-09-261-0/+282
* RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt2017-09-261-0/+92
* RISC-V: ELF and module implementationPalmer Dabbelt2017-09-261-0/+37
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-261-0/+70