summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+1
* powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2018-05-151-3/+3
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-1/+32
* Merge branch 'fixes' into nextMichael Ellerman2018-03-281-0/+3
|\
| * powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt2018-03-231-0/+3
* | powerpc/mm/slice: implement a slice mask cacheNicholas Piggin2018-03-131-0/+18
* | powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-061-1/+2
|/
* powerpc: introduce execute-only pkeyRam Pai2018-01-201-0/+1
* powerpc: track allocation status of all pkeysRam Pai2018-01-201-0/+9
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-231-0/+3
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-7/+8
|\
| * powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-261-7/+8
* | powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt2017-08-031-5/+0
|/
* powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-041-0/+6
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-011-0/+1
* powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-311-0/+2
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-1/+2
|\
| * KVM: PPC: Book3S HV: Fix software walk of guest process page tablesPaul Mackerras2017-03-011-1/+2
* | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
|/
* powerpc/64: More definitions for POWER9Paul Mackerras2017-01-311-1/+11
* powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-311-0/+6
* powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-041-0/+4
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-011-1/+1
* powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2016-08-011-7/+0
* powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-011-1/+1
* powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2016-08-011-0/+1
* powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-011-0/+1
* powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-011-0/+1
* powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V2016-07-171-0/+5
* powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2016-05-111-1/+2
* powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-011-1/+16
* powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-011-0/+20
* powerpc/mm/radix: Add dummy radix_enabled()Aneesh Kumar K.V2016-05-011-0/+2
* powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V2016-05-011-2/+29
* powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V2016-05-011-0/+72