index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
1
-2
/
+5
2019-12-05
powerpc/mm: Make NULL pointer deferences explicit on bad page faults.
Christophe Leroy
1
-8
/
+9
2018-03-22
powerpc: Avoid taking a data miss on every userspace instruction miss
Anton Blanchard
1
-1
/
+1
2016-09-19
powerpc: Use kprobe blacklist for exception handlers
Nicholas Piggin
1
-2
/
+2
2016-08-22
powerpc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2015-07-06
powerpc: Add plain English description for alignment exception oopses
Anton Blanchard
1
-0
/
+4
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-4
/
+5
2015-02-13
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
Mel Gorman
1
-11
/
+9
2015-02-13
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
1
-5
/
+0
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-11-08
powerpc/8xx: Invalidate non present TLB as early as possible
LEROY Christophe
1
-7
/
+0
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+1
2014-10-02
powerpc: Fill in si_addr_lsb siginfo field
Anton Blanchard
1
-0
/
+8
2014-10-02
powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler
Anton Blanchard
1
-6
/
+11
2014-10-02
powerpc: Simplify do_sigbus
Anton Blanchard
1
-10
/
+10
2014-09-19
sched: Add helper for task stack page overrun checking
Aaron Tomlin
1
-3
/
+1
2014-09-19
init/main.c: Give init_task a canary
Aaron Tomlin
1
-2
/
+1
2013-09-13
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-3
/
+4
2013-09-11
powerpc: Fix possible deadlock on page fault
Aneesh Kumar K.V
1
-3
/
+10
2013-08-14
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
Anton Blanchard
1
-1
/
+5
2013-05-14
powerpc: Exception hooks for context tracking subsystem
Li Zhong
1
-14
/
+27
2013-01-10
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
Michael Neuling
1
-2
/
+2
2012-12-13
mm, oom: remove statically defined arch functions of same name
David Rientjes
1
-15
/
+12
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
1
-0
/
+1
2012-10-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+1
2012-09-21
userns: On ppc convert current_uid from a kuid before printing.
Eric W. Biederman
1
-1
/
+1
2012-09-05
powerpc: Add trap_nr to thread_struct
Ananth N Mavinakayanahalli
1
-0
/
+1
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-1
/
+1
2012-03-09
powerpc: Add support for page fault retry and fatal signals
Benjamin Herrenschmidt
1
-50
/
+120
2012-03-09
powerpc: Call do_page_fault() with interrupts off
Benjamin Herrenschmidt
1
-0
/
+11
2011-11-25
powerpc/icswx: Simple ACOP fault handler
Jimi Xenidis
1
-0
/
+17
2011-07-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2011-07-01
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
1
-3
/
+3
2011-06-29
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
1
-5
/
+5
2010-09-02
powerpc: Check end of stack canary at oops time
Anton Blanchard
1
-0
/
+6
2010-05-06
powerpc: Invoke oom-killer from page fault
Benjamin Herrenschmidt
1
-10
/
+4
2010-04-07
powerpc: Disable interrupts for data breakpoint exceptions
K.Prasad
1
-2
/
+3
2009-12-09
powerpc/8xx: Invalidate non present TLBs
Joakim Tjernlund
1
-1
/
+7
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-4
/
+4
2009-06-22
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-06-11
perf_counter: Standardize event names
Peter Zijlstra
1
-3
/
+3
2009-04-08
perf_counter: allow for data addresses to be recorded
Peter Zijlstra
1
-3
/
+5
2009-04-06
perf_counter: provide major/minor page fault software events
Peter Zijlstra
1
-1
/
+4
2009-04-06
perf_counter: provide pagefault software events
Peter Zijlstra
1
-0
/
+3
2009-02-11
powerpc/mm: Rework I$/D$ coherency (v3)
Benjamin Herrenschmidt
1
-29
/
+17
2008-12-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...
Linus Torvalds
1
-3
/
+11
2008-12-21
powerpc/mm: Add SMP support to no-hash TLB handling
Benjamin Herrenschmidt
1
-1
/
+1
2008-11-19
powerpc: Correct page-in counter for CMM with 64k pages
Robert Jennings
1
-1
/
+1
2008-11-14
CRED: Wrap task credential accesses in the PowerPC arch
David Howells
1
-1
/
+1
[next]