summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mmu_context_book3s64.c
AgeCommit message (Expand)Author
2019-06-25powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox
2018-08-08powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin
2018-08-07powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V
2018-05-15powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V
2018-03-28Merge branch 'fixes' into nextMichael Ellerman
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt
2018-03-13powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin
2018-01-20powerpc: track allocation status of all pkeysRam Pai
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin
2017-11-13powerpc/64s/hash: Fix fork() with 512TB process address spaceNicholas Piggin
2017-11-06powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt
2017-07-26powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt
2017-07-10powerpc/mm/radix: Synchronize updates to the process tableBenjamin Herrenschmidt
2017-07-10powerpc/mm/radix: Properly clear process table entryBenjamin Herrenschmidt
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-06-27powerpc: Only do ERAT invalidate on radix context switch on P9 DD1Benjamin Herrenschmidt
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman
2017-03-31powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Michael Ellerman
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman
2016-12-02powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V
2016-06-17powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V
2016-05-11powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V
2016-05-01powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V