index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mips: add missing declarations for trap handlers
Arnd Bergmann
2023-12-10
1
-0
/
+1
*
mips/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-06-24
1
-10
/
+2
*
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-06-16
1
-0
/
+4
*
MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Tiezhu Yang
2022-05-12
1
-2
/
+4
*
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2022-01-15
1
-10
/
+9
*
MIPS: mm: abort uaccess retries upon fatal signal
Thomas Bogendoerfer
2021-01-22
1
-1
/
+4
*
mm/mips: use general page fault accounting
Peter Xu
2020-08-12
1
-11
/
+3
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+1
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
2020-06-09
1
-5
/
+5
*
mm/vma: append unlikely() while testing VMA access permissions
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-1
/
+0
*
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-1
/
+1
*
mm: introduce fault_signal_pending()
Peter Xu
2020-04-02
1
-1
/
+1
*
mips: add support for folded p4d page tables
Mike Rapoport
2019-11-22
1
-2
/
+8
*
mips: drop __pXd_offset() macros that duplicate pXd_index() ones
Mike Rapoport
2019-11-22
1
-1
/
+1
*
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-2
/
+2
*
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
1
-2
/
+2
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-17
1
-1
/
+1
*
signal/mips: Use force_sig_fault where appropriate
Eric W. Biederman
2018-04-25
1
-14
/
+5
*
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-0
/
+1
*
MIPS: Remove confusing else statement in __do_page_fault()
Paul Burton
2017-04-13
1
-8
/
+8
*
MIPS: mm: Fix output of __do_page_fault
Matt Redfearn
2016-11-25
1
-4
/
+5
*
MIPS: mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-10-05
1
-1
/
+0
*
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
MIPS: Set trap_no field in thread_struct on exception.
Ralf Baechle
2015-09-03
1
-4
/
+4
*
MIPS: Handle page faults of executable but unreadable pages correctly.
Ralf Baechle
2015-08-03
1
-1
/
+2
*
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-2
/
+2
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-02-21
1
-9
/
+20
|
\
|
*
MIPS: mm: Add debug information for userland SIGSEGV signals.
Markos Chandras
2015-02-16
1
-9
/
+20
*
|
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-01-29
1
-0
/
+2
|
/
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-2
/
+4
*
arch: mm: do not invoke OOM killer on kernel fault OOM
Johannes Weiner
2013-09-12
1
-0
/
+2
*
MIPS: Implement HAVE_CONTEXT_TRACKING.
Ralf Baechle
2013-06-10
1
-2
/
+13
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-2
/
+2
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-10-09
1
-0
/
+1
|
\
|
*
readahead: fault retry breaks mmap file read random detection
Shaohua Li
2012-10-09
1
-0
/
+1
*
|
MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.
Steven J. Hill
2012-09-13
1
-1
/
+1
|
/
*
Disintegrate asm/system.h for MIPS
David Howells
2012-03-28
1
-1
/
+0
*
MIPS: fault.c: Port OOM changes to do_page_fault
Kautuk Consul
2012-02-20
1
-7
/
+29
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-5
/
+3
*
MIPS: add support for software performance events
Deng-Cheng Zhu
2010-10-29
1
-2
/
+9
*
MIPS: kprobe: Add support.
David Daney
2010-08-05
1
-1
/
+14
*
MIPS: Remove unnecessary header file inclusion from fault.c.
Ralf Baechle
2010-08-05
1
-1
/
+0
*
MIPS: Implement Read Inhibit/eXecute Inhibit
David Daney
2010-02-27
1
-2
/
+25
*
MIPS: Don't corrupt page tables on vmalloc fault.
David Daney
2009-09-17
1
-2
/
+10
*
MIPS: Drop mmap_sem in pagefault oom path
Akinobu Mita
2009-08-03
1
-0
/
+1
*
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
2009-06-21
1
-1
/
+1
*
MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86
Ralf Baechle
2009-01-30
1
-15
/
+6
[next]