aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/hugetlbpage.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-09powerpc/64s: Always define arch unmapped area callsGravatar Nicholas Piggin 1-5/+11
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Gravatar Zhenguo Yao 1-2/+7
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Gravatar Peter Xu 1-1/+2
2021-02-11powerpc/mm: Enable compound page check for both THP and HugeTLBGravatar Aneesh Kumar K.V 1-18/+0
2021-01-30powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticGravatar Cédric Le Goater 1-1/+1
2020-12-15powerpc/mm: Fix hugetlb_free_pmd_range() and hugetlb_free_pud_range()Gravatar Christophe Leroy 1-4/+4
2020-12-09powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functionsGravatar Christophe Leroy 1-37/+19
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesGravatar Christophe Leroy 1-1/+1
2020-09-15powerpc: Fix random segfault when freeing hugetlb rangeGravatar Christophe Leroy 1-2/+16
2020-07-29powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAGravatar Aneesh Kumar K.V 1-0/+18
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-18/+25
2020-06-04powerpc: add support for folded p4d page tablesGravatar Mike Rapoport 1-12/+16
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateGravatar Mike Kravetz 1-2/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeGravatar Mike Kravetz 1-15/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeGravatar Mike Kravetz 1-7/+13
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowGravatar Christophe Leroy 1-13/+3
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Gravatar Christophe Leroy 1-3/+19
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxGravatar Christophe Leroy 1-1/+2
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-02-17powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeGravatar Christophe Leroy 1-11/+18
2019-09-24mm: introduce compound_nr()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+22
2019-07-12mm: move the powerpc hugepd code to mm/gup.cGravatar Christoph Hellwig 1-72/+0
2019-07-05powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheGravatar Aneesh Kumar K.V 1-2/+8
2019-07-05powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesGravatar Aneesh Kumar K.V 1-1/+6
2019-07-05powerpc/mm: Handle page table allocation failuresGravatar Aneesh Kumar K.V 1-0/+8
2019-05-15powerpc/mm: Fix crashes with hugepages & 4K pagesGravatar Michael Ellerman 1-1/+1
2019-05-06powerpc/mm: Fix hugetlb page initializationGravatar Sachin Sant 1-1/+1
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cGravatar Christophe Leroy 1-7/+5
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupGravatar Christophe Leroy 1-20/+3
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Gravatar Christophe Leroy 1-34/+3
2019-05-03powerpc/mm: add a helper to populate hugepdGravatar Christophe Leroy 1-19/+1
2019-05-03powerpc/mm: make gup_hugepte() staticGravatar Christophe Leroy 1-19/+19
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEGravatar Christophe Leroy 1-5/+0
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cGravatar Christophe Leroy 1-103/+0
2019-05-03powerpc/mm: define get_slice_psize() all the timeGravatar Christophe Leroy 1-3/+1
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-22/+18
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceGravatar Christophe Leroy 1-1/+9
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesGravatar Christophe Leroy 1-3/+3
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Gravatar Christophe Leroy 1-19/+7
2018-11-08powerpc: Convert hugepd_free() to use call_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-03powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakGravatar Christophe Leroy 1-0/+3
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeGravatar Aneesh Kumar K.V 1-2/+6
2018-10-03powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Gravatar Aneesh Kumar K.V 1-1/+1
2018-07-19powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macrosGravatar David Gibson 1-13/+4
2018-07-19Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-6/+3
2018-07-16powerpc/64s: Remove POWER9 DD1 supportGravatar Nicholas Piggin 1-6/+3
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Gravatar Aneesh Kumar K.V 1-1/+2