summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/fault.c
Commit message (Expand)AuthorAge
* powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-10
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-10
* powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Cleanup check for stack expansionBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Don't lose "major" fault indication on retryBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move page fault VMA access checks to a helperBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Set fault flags earlierBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Add a bunch of (un)likely annotations to do_page_faultBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move/simplify faulthandler_disabled() and !mm checkBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move the DSISR_PROTFAULT sanity checkBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Cosmetic fix to page fault accountingBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move CMO accounting out of do_page_fault into a helperBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Rework mm_fault_error()Benjamin Herrenschmidt2017-08-03
* powerpc/mm: Make bad_area* helper functionsBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Fix reporting of kernel execute faultsBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Simplify returns from __do_page_faultBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move debugger check to notify_page_fault()Benjamin Herrenschmidt2017-08-03
* powerpc/mm: Overhaul handling of bad page faultsBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move error_code checks for bad faults earlierBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Move out definition of CPU specific is_write bitsBenjamin Herrenschmidt2017-08-03
* powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt2017-08-03
* powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt2017-08-02
* powerpc/mm: Move exception_enter/exit to a do_page_fault wrapperBenjamin Herrenschmidt2017-08-02
* 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-25
* powerpc: Add support for relative exception tablesNicholas Piggin2016-11-14
* powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-19
* powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-22
* 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