summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2019-06-27riscv: 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/ke...Linus 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-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