summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-041-1/+9
| * powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-041-3/+3
| * powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy2018-12-041-19/+7
* | powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney2018-11-081-1/+1
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy2018-10-031-0/+3
* powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V2018-10-031-2/+6
* powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-031-1/+1
* powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macrosDavid Gibson2018-07-191-13/+4
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-191-6/+3
|\
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-6/+3
* | powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-201-1/+2
|/
* powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V2018-06-031-10/+23
* powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2018-05-031-0/+7
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-071-7/+19
|\
| * powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbAneesh Kumar K.V2018-04-041-5/+13
| * powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2018-03-131-2/+4
| * powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy2018-03-061-0/+2
* | mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams2018-04-051-4/+1
|/
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-1/+1
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-161-1/+1
* powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V2017-12-221-3/+1
* mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+1
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-231-2/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-171-10/+14
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-10/+14
* | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-157/+20
* | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-151-12/+3
|/
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-2/+3
|\
| * powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
| * powerpc/hugetlbfs: Export HPAGE_SHIFTOliver O'Halloran2017-07-021-0/+1