aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/fault.c
Commit message (Expand)AuthorAge
* powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy2017-06-02
* powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy2017-06-02
* powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy2017-06-02
* powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy2017-06-02
* powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard2017-04-03
* powerpc/mm: Move mmap_sem unlocking in do_page_fault()Laurent Dufour2017-03-21
* powerpc/mm: Handle VM_FAULT_RETRY earlierLaurent Dufour2017-03-21
* powerpc/mm: Move mmap_sem unlock up from do_sigbusLaurent Dufour2017-03-21
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-22
|\
| * powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V2017-02-15
* | powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt2017-02-08
|/
* powerpc/mm: Fix no execute fault handling on pre-POWER5Balbir Singh2016-11-30
* powerpc/mm: Detect instruction fetch denied and reportBalbir Singh2016-11-24
* powerpc: Add support for relative exception tablesNicholas Piggin2016-11-13
* powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-18
* powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-21
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-26
* powerpc: Add plain English description for alignment exception oopsesAnton Blanchard2015-07-06
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-19
* ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2015-02-12
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-12
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-29
* powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe2014-11-07
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\
| * sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-19
| * init/main.c: Give init_task a canaryAaron Tomlin2014-09-19
* | powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard2014-10-02
* | powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard2014-10-02
* | powerpc: Simplify do_sigbusAnton Blanchard2014-10-02
|/
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-12
* powerpc: Fix possible deadlock on page faultAneesh Kumar K.V2013-09-10
* powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-14
* powerpc: Exception hooks for context tracking subsystemLi Zhong2013-05-14
* powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-10
* mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-12
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-05
|\
| * powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-05
* | userns: On ppc convert current_uid from a kuid before printing.Eric W. Biederman2012-09-21
|/
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-28
* powerpc: Add support for page fault retry and fatal signalsBenjamin Herrenschmidt2012-03-08
* powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-08
* powerpc/icswx: Simple ACOP fault handlerJimi Xenidis2011-11-24
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-22
|\
| * perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-01
* | arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-29
|/
* powerpc: Check end of stack canary at oops timeAnton Blanchard2010-09-02
* powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt2010-05-06
* powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad2010-04-07