summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/hash-64k.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-211-0/+1
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-0/+11
* powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman2019-04-201-4/+5
* powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V2018-08-101-3/+2
* powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+7
* powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V2018-04-041-6/+4
* 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-311-0/+6
* powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V2018-03-311-0/+7
* powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V2018-02-131-4/+5
* powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2018-02-131-1/+1
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+5
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-21/+50
|\
| * powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai2017-12-201-0/+1
| * 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-201-16/+14
| * powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-201-6/+3
| * powerpc: introduce pte_set_hidx() helperRam Pai2017-12-201-0/+25
* | mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-311-2/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman2017-05-091-3/+3
* powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2017-03-311-2/+2
* powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V2017-03-311-0/+4
* powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy2016-11-181-3/+0
* powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-111-5/+18
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-2/+2
* powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V2016-05-011-5/+4
* powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V2016-05-011-83/+0
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-36/+10
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-16/+22
* powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-13/+13
* powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-2/+2
* powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman2016-05-011-1/+1
* powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-031-16/+17
* powerpc/mm/book3s-64: Expand the real page number field of the Linux PTEPaul Mackerras2016-02-291-6/+6
* powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2016-02-291-5/+5
* powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-271-4/+6
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-12/+0
* powerpc/mm: Add page soft dirty trackingLaurent Dufour2015-12-171-2/+2
* powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V2015-12-141-7/+23
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-141-14/+9
* powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-141-0/+126
* powerpc/mm: Move hugetlb related headersAneesh Kumar K.V2015-12-141-0/+51
* powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V2015-12-141-1/+2
* powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V2015-12-141-1/+3
* powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V2015-12-141-28/+7
* powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V2015-12-141-3/+43
* powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V2015-12-141-0/+102