aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/hugetlbpage.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-03powerpc/mm/hugetlb: Update hugetlb related locksGravatar Aneesh Kumar K.V 1-10/+23
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeGravatar Hari Bathini 1-0/+7
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-7/+19
2018-04-05mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Gravatar Dan Williams 1-4/+1
2018-04-04powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbGravatar Aneesh Kumar K.V 1-5/+13
2018-03-13powerpc/mm/slice: remove radix calls to the slice codeGravatar Nicholas Piggin 1-2/+4
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxGravatar Christophe Leroy 1-0/+2
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskGravatar Madhavan Srinivasan 1-1/+1
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsGravatar Madhavan Srinivasan 1-1/+1
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelGravatar Christophe Leroy 1-1/+1