summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64/pgalloc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy2022-06-291-1/+4
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-021-11/+0
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-021-2/+0
* powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy2019-05-021-43/+0
* powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-021-22/+0
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-021-25/+0
* powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-021-21/+12
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-021-3/+0
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-041-4/+1
* powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-201-0/+1
* powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V2018-06-011-1/+1
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-12/+45
* powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit bookeAneesh Kumar K.V2018-05-151-60/+0
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-4/+7
* powerpc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-4/+2
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-1/+1
* powerpc/nohash: Fix build break with 64K pagesMichael Ellerman2016-06-101-1/+1
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-35/+3
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-6/+6
* powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2016-05-111-32/+10
* powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-111-0/+266