summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/fault.c
AgeCommit message (Expand)Author
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-21powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy
2018-12-20powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy
2018-12-20powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman
2018-09-21signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionEric W. Biederman
2018-09-21signal/powerpc: Remove pkey parameter from __bad_areaEric W. Biederman
2018-09-21signal/powerpc: Use force_sig_mceerr as appropriateEric W. Biederman
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-05-25powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy
2018-05-25powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-04powerpc/mm/keys: Update documentation and remove unnecessary checkAneesh Kumar K.V
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt
2018-01-02powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck
2017-08-10powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt
2017-08-03powerpc/mm: Cleanup check for stack expansionBenjamin Herrenschmidt
2017-08-03powerpc/mm: Don't lose "major" fault indication on retryBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move page fault VMA access checks to a helperBenjamin Herrenschmidt
2017-08-03powerpc/mm: Set fault flags earlierBenjamin Herrenschmidt
2017-08-03powerpc/mm: Add a bunch of (un)likely annotations to do_page_faultBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move/simplify faulthandler_disabled() and !mm checkBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move the DSISR_PROTFAULT sanity checkBenjamin Herrenschmidt
2017-08-03powerpc/mm: Cosmetic fix to page fault accountingBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move CMO accounting out of do_page_fault into a helperBenjamin Herrenschmidt
2017-08-03powerpc/mm: Rework mm_fault_error()Benjamin Herrenschmidt
2017-08-03powerpc/mm: Make bad_area* helper functionsBenjamin Herrenschmidt
2017-08-03powerpc/mm: Fix reporting of kernel execute faultsBenjamin Herrenschmidt
2017-08-03powerpc/mm: Simplify returns from __do_page_faultBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move debugger check to notify_page_fault()Benjamin Herrenschmidt
2017-08-03powerpc/mm: Overhaul handling of bad page faultsBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move error_code checks for bad faults earlierBenjamin Herrenschmidt
2017-08-03powerpc/mm: Move out definition of CPU specific is_write bitsBenjamin Herrenschmidt
2017-08-03powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt
2017-08-02powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt
2017-08-02powerpc/mm: Move exception_enter/exit to a do_page_fault wrapperBenjamin Herrenschmidt
2017-06-02powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy