summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-17riscv: fix locking violation in page fault handlerAndreas Schwab1-1/+2
2019-05-17RISC-V: Access CSRs using CSR numbersAnup Patel1-5/+1
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds1-0/+4
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-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-09-27RISC-V: Paging and MMUPalmer Dabbelt1-0/+282