index
:
linux-stable.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-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
/
powerpc
/
mm
/
fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
Christophe Leroy
2019-02-12
1
-1
/
+3
*
powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
John Sperbeck
2018-01-10
1
-1
/
+6
*
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
2017-08-10
1
-1
/
+1
*
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
Christophe Leroy
2017-08-10
1
-1
/
+1
*
powerpc: Remove old unused icswx based coprocessor support
Benjamin Herrenschmidt
2017-08-03
1
-15
/
+0
*
powerpc/mm: Cleanup check for stack expansion
Benjamin Herrenschmidt
2017-08-03
1
-36
/
+48
*
powerpc/mm: Don't lose "major" fault indication on retry
Benjamin Herrenschmidt
2017-08-03
1
-2
/
+3
*
powerpc/mm: Move page fault VMA access checks to a helper
Benjamin Herrenschmidt
2017-08-03
1
-24
/
+33
*
powerpc/mm: Set fault flags earlier
Benjamin Herrenschmidt
2017-08-03
1
-1
/
+4
*
powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-10
/
+10
*
powerpc/mm: Move/simplify faulthandler_disabled() and !mm check
Benjamin Herrenschmidt
2017-08-03
1
-14
/
+13
*
powerpc/mm: Move the DSISR_PROTFAULT sanity check
Benjamin Herrenschmidt
2017-08-03
1
-33
/
+42
*
powerpc/mm: Cosmetic fix to page fault accounting
Benjamin Herrenschmidt
2017-08-03
1
-4
/
+2
*
powerpc/mm: Move CMO accounting out of do_page_fault into a helper
Benjamin Herrenschmidt
2017-08-03
1
-11
/
+18
*
powerpc/mm: Rework mm_fault_error()
Benjamin Herrenschmidt
2017-08-03
1
-38
/
+28
*
powerpc/mm: Make bad_area* helper functions
Benjamin Herrenschmidt
2017-08-03
1
-28
/
+50
*
powerpc/mm: Fix reporting of kernel execute faults
Benjamin Herrenschmidt
2017-08-03
1
-6
/
+15
*
powerpc/mm: Simplify returns from __do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-23
/
+16
*
powerpc/mm: Move debugger check to notify_page_fault()
Benjamin Herrenschmidt
2017-08-03
1
-13
/
+8
*
powerpc/mm: Overhaul handling of bad page faults
Benjamin Herrenschmidt
2017-08-03
1
-18
/
+14
*
powerpc/mm: Move error_code checks for bad faults earlier
Benjamin Herrenschmidt
2017-08-03
1
-15
/
+20
*
powerpc/mm: Move out definition of CPU specific is_write bits
Benjamin Herrenschmidt
2017-08-03
1
-7
/
+11
*
powerpc/6xx: Handle DABR match before calling do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-9
/
+0
*
powerpc/mm: Pre-filter SRR1 bits before do_page_fault()
Benjamin Herrenschmidt
2017-08-02
1
-12
/
+2
*
powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper
Benjamin Herrenschmidt
2017-08-02
1
-3
/
+11
*
powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints
Christophe Leroy
2017-06-02
1
-1
/
+1
*
powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()
Christophe Leroy
2017-06-02
1
-6
/
+7
*
powerpc/mm: Remove a redundant test in do_page_fault()
Christophe Leroy
2017-06-02
1
-1
/
+1
*
powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()
Christophe Leroy
2017-06-02
1
-1
/
+1
*
powerpc: Avoid taking a data miss on every userspace instruction miss
Anton Blanchard
2017-04-03
1
-1
/
+1
*
powerpc/mm: Move mmap_sem unlocking in do_page_fault()
Laurent Dufour
2017-03-21
1
-15
/
+4
*
powerpc/mm: Handle VM_FAULT_RETRY earlier
Laurent Dufour
2017-03-21
1
-29
/
+38
*
powerpc/mm: Move mmap_sem unlock up from do_sigbus
Laurent Dufour
2017-03-21
1
-3
/
+3
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-02-22
1
-10
/
+33
|
\
|
*
powerpc/mm: Update PROTFAULT handling in the page fault path
Aneesh Kumar K.V
2017-02-15
1
-10
/
+33
*
|
powerpc/mm: Fix spurrious segfaults on radix with autonuma
Benjamin Herrenschmidt
2017-02-08
1
-16
/
+5
|
/
*
powerpc/mm: Fix no execute fault handling on pre-POWER5
Balbir Singh
2016-11-30
1
-1
/
+9
*
powerpc/mm: Detect instruction fetch denied and report
Balbir Singh
2016-11-25
1
-0
/
+7
*
powerpc: Add support for relative exception tables
Nicholas Piggin
2016-11-14
1
-1
/
+1
*
powerpc: Use kprobe blacklist for exception handlers
Nicholas Piggin
2016-09-19
1
-2
/
+2
*
powerpc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-08-22
1
-1
/
+1
*
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
powerpc: Add plain English description for alignment exception oopses
Anton Blanchard
2015-07-06
1
-0
/
+4
*
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-4
/
+5
*
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
Mel Gorman
2015-02-12
1
-11
/
+9
*
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
2015-02-12
1
-5
/
+0
*
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-01-29
1
-0
/
+2
*
powerpc/8xx: Invalidate non present TLB as early as possible
LEROY Christophe
2014-11-07
1
-7
/
+0
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-13
1
-4
/
+1
|
\
[next]