summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/32/pgalloc.h
AgeCommit message (Expand)AuthorLines
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: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy-20/+8
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy-21/+0
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy-25/+0
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy-3/+12
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy-2/+0
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-3/+3
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy-4/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy-11/+11
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V-1/+0
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-0/+1
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh-1/+2
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy-6/+38
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V-0/+109