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