index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-27
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-13
1
-11
/
+9
*
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
2015-02-13
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-08
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
|
\
|
*
sched: Add helper for task stack page overrun checking
Aaron Tomlin
2014-09-19
1
-3
/
+1
|
*
init/main.c: Give init_task a canary
Aaron Tomlin
2014-09-19
1
-2
/
+1
*
|
powerpc: Fill in si_addr_lsb siginfo field
Anton Blanchard
2014-10-02
1
-0
/
+8
*
|
powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler
Anton Blanchard
2014-10-02
1
-6
/
+11
*
|
powerpc: Simplify do_sigbus
Anton Blanchard
2014-10-02
1
-10
/
+10
|
/
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-13
1
-3
/
+4
*
powerpc: Fix possible deadlock on page fault
Aneesh Kumar K.V
2013-09-11
1
-3
/
+10
*
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
Anton Blanchard
2013-08-14
1
-1
/
+5
*
powerpc: Exception hooks for context tracking subsystem
Li Zhong
2013-05-14
1
-14
/
+27
*
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
Michael Neuling
2013-01-10
1
-2
/
+2
*
mm, oom: remove statically defined arch functions of same name
David Rientjes
2012-12-13
1
-15
/
+12
*
readahead: fault retry breaks mmap file read random detection
Shaohua Li
2012-10-09
1
-0
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-10-05
1
-0
/
+1
|
\
|
*
powerpc: Add trap_nr to thread_struct
Ananth N Mavinakayanahalli
2012-09-05
1
-0
/
+1
*
|
userns: On ppc convert current_uid from a kuid before printing.
Eric W. Biederman
2012-09-21
1
-1
/
+1
|
/
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+1
*
powerpc: Add support for page fault retry and fatal signals
Benjamin Herrenschmidt
2012-03-09
1
-50
/
+120
*
powerpc: Call do_page_fault() with interrupts off
Benjamin Herrenschmidt
2012-03-09
1
-0
/
+11
*
powerpc/icswx: Simple ACOP fault handler
Jimi Xenidis
2011-11-25
1
-0
/
+17
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-07-23
1
-3
/
+3
|
\
|
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-3
/
+3
*
|
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2011-06-29
1
-5
/
+5
|
/
*
powerpc: Check end of stack canary at oops time
Anton Blanchard
2010-09-02
1
-0
/
+6
*
powerpc: Invoke oom-killer from page fault
Benjamin Herrenschmidt
2010-05-06
1
-10
/
+4
*
powerpc: Disable interrupts for data breakpoint exceptions
K.Prasad
2010-04-07
1
-2
/
+3
[next]