summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64/pgalloc.h
AgeCommit message (Expand)AuthorLines
2022-06-29powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy-1/+4
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-4/+1
2019-05-03powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy-11/+0
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy-2/+0
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy-43/+0
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy-22/+0
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy-25/+0
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy-21/+12
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy-3/+0
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-4/+2
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy-4/+1
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V-0/+1
2018-06-02powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V-1/+1
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V-12/+45
2018-05-15powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit bookeAneesh Kumar K.V-60/+0
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh-4/+7
2016-06-24powerpc: get rid of superfluous __GFP_REPEATMichal Hocko-4/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko-1/+1
2016-06-10powerpc/nohash: Fix build break with 64K pagesMichael Ellerman-1/+1
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V-35/+3
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V-6/+6
2016-05-11powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V-32/+10
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V-0/+266