summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64
AgeCommit message (Expand)AuthorFilesLines
2018-04-04powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V3-6/+15
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman2-2/+2
2018-03-30powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V1-1/+11
2018-03-30powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-1/+1
2018-03-30powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V3-1/+44
2018-03-30powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V3-19/+15
2018-03-30powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2-2/+2
2018-03-28Merge branch 'fixes' into nextMichael Ellerman2-3/+3
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V1-3/+0
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt1-0/+3
2018-03-13powerpc/mm/slice: implement a slice mask cacheNicholas Piggin1-0/+18
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy1-1/+2
2018-03-06powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy1-0/+27
2018-02-13powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V1-2/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V3-6/+8
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2-2/+3
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V4-3/+20
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-28/+211
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V4-19/+0
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+2
2018-01-30powerpc/mm/radix: Fix build error when RADIX_MMU=nMichael Ellerman1-0/+4
2018-01-20powerpc: check key protection for user page accessRam Pai1-1/+9
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+2
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+5
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai1-1/+24
2018-01-20powerpc: introduce execute-only pkeyRam Pai1-0/+1
2018-01-20powerpc: track allocation status of all pkeysRam Pai1-0/+9
2018-01-19powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman1-0/+4
2018-01-17powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin3-0/+38
2018-01-16powerpc/mm: Introduce _PAGE_NAChristophe Leroy1-0/+1
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-1/+1
2017-12-22powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V1-0/+41
2017-12-20powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai3-4/+5
2017-12-20powerpc: shifted-by-one hidx valueRam Pai1-3/+11
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai3-19/+17
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai3-7/+5
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai1-0/+3
2017-12-20powerpc: introduce pte_set_hidx() helperRam Pai2-0/+39
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-2/+42
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-09-28powerpc/mm: Export flush_all_mm()Frederic Barrat3-0/+40
2017-09-09Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2017-08-31KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai1-0/+1
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt1-0/+3
2017-08-23Merge branch 'fixes' into nextMichael Ellerman2-8/+17
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V1-0/+1
2017-08-16powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V1-3/+1
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V1-1/+1