aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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