index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
2019-11-05
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-10-28
riscv: add prototypes for assembly language functions from head.S
Paul Walmsley
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-26
riscv: mm: Fix code comment
ShihPo Hung
2019-06-17
Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-17
riscv: mm: synchronize MMU after pte change
ShihPo Hung
2019-05-29
signal/riscv: Remove tsk parameter from do_trap
Eric W. Biederman
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
Thomas Gleixner
2019-05-16
riscv: fix locking violation in page fault handler
Andreas Schwab
2019-05-16
RISC-V: Access CSRs using CSR numbers
Anup Patel
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-02-07
Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...
Linus Torvalds
2018-01-31
Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-30
riscv: rename sptbr to satp
Christoph Hellwig
2018-01-07
riscv: rename SR_* constants to match the spec
Christoph Hellwig
2017-12-04
riscv: use linux/uaccess.h, not asm/uaccess.h...
Al Viro
2017-09-26
RISC-V: Paging and MMU
Palmer Dabbelt