summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* powerpc/hugetlb: pte_alloc_huge()Hugh Dickins2023-06-191-1/+1
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-081-37/+0
* powerpc/mm: Fix UBSAN warning reported on hugetlbAneesh Kumar K.V2022-09-301-3/+3
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-291-0/+1
* powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-051-21/+0
* powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-051-3/+1
* powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-051-1/+1
* powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2022-05-051-11/+0
* powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V2022-02-121-4/+1
* powerpc/64s: Always define arch unmapped area callsNicholas Piggin2021-12-091-5/+11
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-2/+7
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+2
* powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V2021-02-111-18/+0
* powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticCédric Le Goater2021-01-301-1/+1
* powerpc/mm: Fix hugetlb_free_pmd_range() and hugetlb_free_pud_range()Christophe Leroy2020-12-151-4/+4
* powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functionsChristophe Leroy2020-12-091-37/+19
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-1/+1
* powerpc: Fix random segfault when freeing hugetlb rangeChristophe Leroy2020-09-151-2/+16
* powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V2020-07-291-0/+18
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-18/+25
|\
| * powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2020-05-261-13/+3
| * powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-3/+19
| * powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-261-1/+2
| * powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-12/+16
* | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-2/+1
* | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-15/+0
* | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-7/+13
|/
* powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy2020-02-171-11/+18
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-3/+22
|\
| * powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-051-2/+8
| * powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-051-1/+6
| * powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-051-0/+8
* | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-72/+0
|/
* powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman2019-05-151-1/+1
* powerpc/mm: Fix hugetlb page initializationSachin Sant2019-05-061-1/+1
* powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy2019-05-031-7/+5
* powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-031-20/+3
* powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-031-34/+3
* powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-031-19/+1
* powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-031-19/+19
* powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2019-05-031-5/+0
* powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-031-103/+0
* powerpc/mm: define get_slice_psize() all the timeChristophe Leroy2019-05-031-3/+1
* Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-22/+18
|\