aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/fault.c
AgeCommit message (Expand)Author
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-26riscv: mm: Fix code commentShihPo Hung
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-17riscv: mm: synchronize MMU after pte changeShihPo Hung
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner
2019-05-16riscv: fix locking violation in page fault handlerAndreas Schwab
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30riscv: rename sptbr to satpChristoph Hellwig
2018-01-07riscv: rename SR_* constants to match the specChristoph Hellwig
2017-12-04riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt