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
/
nios2
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2023-06-24
mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
Linus Torvalds
2023-03-02
nios2: fix livelock in uaccess
Al Viro
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2020-08-12
mm/nios2: use general page fault accounting
Peter Xu
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-04
nios2: add support for folded p4d page tables
Mike Rapoport
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-03-10
Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2019-03-07
arch/nios2/mm/fault.c: remove duplicate include
Sabyasachi Gupta
2019-03-07
nios2: flush_tlb_page use PID based flush
Nicholas Piggin
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-01-26
nios2: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-03-16
nios2: mm: do not invoke OOM killer on kernel fault OOM
Ley Foon Tan
2015-02-09
nios2: Port OOM changes to do_page_fault()
Ley Foon Tan
2015-02-09
nios2: fix unhandled signals
Chung-Ling Tang
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2014-12-08
nios2: MMU Fault handling
Ley Foon Tan