aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt1-0/+3
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-7/+8
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt1-5/+0
2017-07-26powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt1-7/+8
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple1-0/+6
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V1-0/+1
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman1-0/+2
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2017-03-01KVM: PPC: Book3S HV: Fix software walk of guest process page tablesPaul Mackerras1-1/+2
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-31powerpc/64: More definitions for POWER9Paul Mackerras1-1/+11
2017-01-31powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras1-0/+6
2016-08-04powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman1-0/+4
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman1-7/+0
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: Do radix device tree scanning earlierMichael Ellerman1-0/+1
2016-08-01powerpc/mm: Do hash device tree scanning earlierMichael Ellerman1-0/+1
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman1-0/+1
2016-07-17powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V1-0/+5
2016-05-11powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V1-1/+2
2016-05-01powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V1-1/+16
2016-05-01powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V1-0/+20
2016-05-01powerpc/mm/radix: Add dummy radix_enabled()Aneesh Kumar K.V1-0/+2
2016-05-01powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V1-2/+29
2016-05-01powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V1-0/+72