summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/hash-64k.h
AgeCommit message (Expand)Author
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V
2017-12-20powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai
2017-12-20powerpc: shifted-by-one hidx valueRam Pai
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai
2017-12-20powerpc: introduce pte_set_hidx() helperRam Pai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-09powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V
2016-11-18powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V
2016-05-01powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V
2016-05-01powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V
2016-02-29powerpc/mm/book3s-64: Expand the real page number field of the Linux PTEPaul Mackerras
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras
2016-02-27powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-12-17powerpc/mm: Add page soft dirty trackingLaurent Dufour
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V
2015-12-14powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V
2015-12-14powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V
2015-12-14powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V