summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/copro_fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+5
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-0/+2
* mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-5/+0
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-211-2/+2
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-5/+9
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-1/+1
* powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V2017-02-151-4/+6
* powerpc/mm/coproc: Handle bad address on coproc slb faultAneesh Kumar K.V2016-11-221-0/+3
* powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-031-1/+1
* powerpc/copro: Fix faulting kernel segmentsMichael Neuling2015-06-031-2/+5
* ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2015-02-121-2/+6
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-1/+1
* powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()Ian Munsie2014-10-281-2/+1
* powerpc/mm: Add hooks for cxlIan Munsie2014-10-081-0/+2
* powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-081-0/+9
* powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-081-0/+46
* powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-081-0/+92