summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V2018-04-043-6/+15
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-312-2/+2
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-312-2/+2
* | powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V2018-03-311-1/+11
* | powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-311-1/+1
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-313-1/+44
* | powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V2018-03-313-19/+15
* | Merge branch 'fixes' into nextMichael Ellerman2018-03-282-3/+3
|\ \
| * | powerpc/mm/radix: Remove unused codeAneesh Kumar K.V2018-03-231-3/+0
| * | 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/mm/slice: create header files dedicated to slicesChristophe Leroy2018-03-061-0/+27
|/ /
* | powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V2018-02-131-2/+8
* | powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V2018-02-133-6/+8
* | powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2018-02-132-2/+3
* | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-135-3/+21
|/
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-0210-28/+234
|\
| * powerpc/mm/radix: Fix build error when RADIX_MMU=nMichael Ellerman2018-01-301-0/+4
| * powerpc: check key protection for user page accessRam Pai2018-01-201-1/+9
| * powerpc: helper to validate key-access permissions of a pteRam Pai2018-01-201-0/+2
| * powerpc: Program HPTE key protection bitsRam Pai2018-01-201-0/+5
| * powerpc: map vma key-protection bits to pte key bits.Ram Pai2018-01-201-1/+24
| * powerpc: introduce execute-only pkeyRam Pai2018-01-201-0/+1
| * powerpc: track allocation status of all pkeysRam Pai2018-01-201-0/+9
| * powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman2018-01-191-0/+4
| * powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-183-0/+38
| * powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-0/+1
| * powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-1/+1
| * powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V2017-12-221-0/+23
| * powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V2017-12-221-0/+41
| * powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai2017-12-203-4/+5
| * powerpc: shifted-by-one hidx valueRam Pai2017-12-201-3/+11
| * powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-203-19/+17
| * powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-203-7/+5
| * powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+3
| * powerpc: introduce pte_set_hidx() helperRam Pai2017-12-202-0/+39
* | mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-314-19/+0
* | powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2018-01-311-2/+2
|/
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+0
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-165-2/+42
|\
| * powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-132-2/+2
| * powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-283-0/+40
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-0/+1
|\
| * KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-311-0/+1
* | powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-231-0/+3
* | Merge branch 'fixes' into nextMichael Ellerman2017-08-232-8/+17
|\|
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-1/+1
| |\
| * | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran2017-07-281-1/+9