summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/fault.c
AgeCommit message (Expand)Author
2017-04-03powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard
2017-03-21powerpc/mm: Move mmap_sem unlocking in do_page_fault()Laurent Dufour
2017-03-21powerpc/mm: Handle VM_FAULT_RETRY earlierLaurent Dufour
2017-03-21powerpc/mm: Move mmap_sem unlock up from do_sigbusLaurent Dufour
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-02-15powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V
2017-02-08powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt
2016-11-30powerpc/mm: Fix no execute fault handling on pre-POWER5Balbir Singh
2016-11-25powerpc/mm: Detect instruction fetch denied and reportBalbir Singh
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2015-07-06powerpc: Add plain English description for alignment exception oopsesAnton Blanchard
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-11-07powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-02powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard
2014-10-02powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard
2014-10-02powerpc: Simplify do_sigbusAnton Blanchard
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-11powerpc: Fix possible deadlock on page faultAneesh Kumar K.V
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-09-21userns: On ppc convert current_uid from a kuid before printing.Eric W. Biederman
2012-09-05powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-09powerpc: Add support for page fault retry and fatal signalsBenjamin Herrenschmidt
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt
2011-11-25powerpc/icswx: Simple ACOP fault handlerJimi Xenidis
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich
2010-09-02powerpc: Check end of stack canary at oops timeAnton Blanchard
2010-05-06powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt
2010-04-07powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad
2009-12-09powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-11perf_counter: Standardize event namesPeter Zijlstra