aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-3/+3
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley1-0/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2019-06-26riscv: mm: Fix code commentShihPo Hung1-3/+0
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+13
2019-06-17riscv: mm: synchronize MMU after pte changeShihPo Hung1-0/+13
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner1-14/+1
2019-05-16riscv: fix locking violation in page fault handlerAndreas Schwab1-1/+2
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel1-5/+1
2018-08-17mm: 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/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-0/+4
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-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-09-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+282