aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-30powerpc/mm: Fix no execute fault handling on pre-POWER5Balbir Singh1-1/+9
2016-11-25powerpc/mm: Detect instruction fetch denied and reportBalbir Singh1-0/+7
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin1-2/+2
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-07-06powerpc: Add plain English description for alignment exception oopsesAnton Blanchard1-0/+4
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-4/+5
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman1-11/+9
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-5/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-07powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe1-7/+0
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2014-10-02powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard1-0/+8
2014-10-02powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard1-6/+11
2014-10-02powerpc: Simplify do_sigbusAnton Blanchard1-10/+10
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-3/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-2/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+4
2013-09-11powerpc: Fix possible deadlock on page faultAneesh Kumar K.V1-3/+10
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-1/+5
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong1-14/+27
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-2/+2
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes1-15/+12
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2012-09-21userns: On ppc convert current_uid from a kuid before printing.Eric W. Biederman1-1/+1
2012-09-05powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli1-0/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-03-09powerpc: Add support for page fault retry and fatal signalsBenjamin Herrenschmidt1-50/+120
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt1-0/+11
2011-11-25powerpc/icswx: Simple ACOP fault handlerJimi Xenidis1-0/+17
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-5/+5
2010-09-02powerpc: Check end of stack canary at oops timeAnton Blanchard1-0/+6
2010-05-06powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt1-10/+4
2010-04-07powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad1-2/+3
2009-12-09powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund1-1/+7
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-3/+3
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra1-3/+5
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra1-1/+4
2009-04-06perf_counter: provide pagefault software eventsPeter Zijlstra1-0/+3
2009-02-11powerpc/mm: Rework I$/D$ coherency (v3)Benjamin Herrenschmidt1-29/+17
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+11
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt1-1/+1
2008-11-19powerpc: Correct page-in counter for CMM with 64k pagesRobert Jennings1-1/+1
2008-11-14CRED: Wrap task credential accesses in the PowerPC archDavid Howells1-1/+1