aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/hash-64k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V1-0/+13
2020-07-20powerpc/book3s64/pkeys: Move pkey related bits in the linux page tableAneesh Kumar K.V1-6/+6
2020-07-20powerpc/book3s64/pkeys: Fixup bit numberingAneesh Kumar K.V1-4/+4
2020-03-25powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entriesAneesh Kumar K.V1-1/+7
2019-04-21powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V1-0/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-0/+11
2019-04-20powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman1-4/+5
2018-08-10powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V1-3/+2
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V1-0/+7
2018-04-04powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V1-6/+4
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-1/+1
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-0/+6
2018-03-31powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V1-0/+7
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V1-4/+5
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V1-1/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+5
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-21/+50
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-2/+0
2017-12-20powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai1-0/+1
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 Pai1-16/+14
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai1-6/+3
2017-12-20powerpc: introduce pte_set_hidx() helperRam Pai1-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-09powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman1-3/+3
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V1-2/+2
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V1-0/+4
2016-11-18powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy1-3/+0
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V1-5/+18
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V1-5/+4
2016-05-01powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V1-83/+0
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-36/+10
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-16/+22
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V1-13/+13
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman1-1/+1
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V1-16/+17
2016-02-29powerpc/mm/book3s-64: Expand the real page number field of the Linux PTEPaul Mackerras1-6/+6
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras1-5/+5
2016-02-27powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras1-4/+6
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-12/+0
2015-12-17powerpc/mm: Add page soft dirty trackingLaurent Dufour1-2/+2
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V1-7/+23
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V1-14/+9
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V1-0/+126
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V1-0/+51
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V1-1/+2