aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-0/+11
2018-12-21powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy1-2/+2
2018-12-21powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai1-6/+9
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy1-1/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V1-1/+1
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy1-0/+1
2018-08-01powerpc/64s/radix: Fix missing global invalidations when removing coproFrederic Barrat1-12/+21
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy1-2/+2
2018-05-09mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman1-5/+0
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-0/+39
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt1-5/+13
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+22
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai1-1/+4
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+6
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai1-0/+5
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-0/+3
2018-01-20powerpc: track allocation status of all pkeysRam Pai1-0/+4
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+1
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+3
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+50
2017-11-06powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat1-0/+46
2017-08-23powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt1-87/+2
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt1-0/+9
2017-08-23powerpc/mm: Avoid double irq save/restore in activate_mmBenjamin Herrenschmidt1-4/+0
2017-08-23powerpc/mm: Move pgdir setting into a helperBenjamin Herrenschmidt1-8/+22
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-2/+34
2017-08-18powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt1-0/+18
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt1-6/+0
2017-07-26powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt1-2/+16
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+21
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+4
2017-04-25powerpc/mm: Ensure IRQs are off in switch_mm()David Gibson1-2/+15
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V1-0/+1
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman1-1/+1
2017-03-27powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy1-0/+4
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov1-6/+0
2016-12-02powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy1-7/+9
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy1-2/+2
2016-10-04powerpc: During context switch, check before setting mm_cpumaskAnton Blanchard1-1/+2
2016-09-29KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh1-0/+1
2016-05-01powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V1-0/+4
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V1-12/+13
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen1-1/+1
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-1/+2
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen1-0/+11
2015-06-24powerpc/mm: tracking vDSO remapLaurent Dufour1-1/+22