aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash64_4k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-124/+0
2018-07-24powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V1-4/+4
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V1-2/+2
2017-12-20powerpc: use helper functions to get and set hash slotsRam Pai1-8/+6
2016-11-29powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt1-1/+1
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt1-8/+10
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-10/+11
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Add pte_xchg() helperMichael Ellerman1-2/+2
2016-03-03powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V1-1/+1
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V1-5/+0
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V1-12/+1
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V1-0/+139