aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash64_64k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V1-8/+7
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V1-4/+4
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai1-11/+10
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai1-49/+53
2016-11-29powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt1-2/+2
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt1-17/+22
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-26/+27
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V1-1/+0
2016-05-01powerpc/mm: Add pte_xchg() helperMichael Ellerman1-4/+3
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V1-2/+2
2016-02-27powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras1-2/+1
2016-02-22powerpc/mm/hash: Clear the invalid slot information correctlyAneesh Kumar K.V1-1/+7
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V1-10/+0
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V1-32/+3
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V1-0/+130
2015-12-14powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V1-1/+0
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V1-2/+32
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V1-0/+202