aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman1-1/+1
2019-05-06powerpc/mm: Fix hugetlb page initializationSachin Sant1-1/+1
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy1-7/+5
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy1-20/+3
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy1-34/+3
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy1-19/+1
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy1-19/+19
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy1-5/+0
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy1-103/+0
2019-05-03powerpc/mm: define get_slice_psize() all the timeChristophe Leroy1-3/+1
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-22/+18
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy1-1/+9
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy1-3/+3
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy1-19/+7
2018-11-08powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-03powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy1-0/+3
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V1-2/+6
2018-10-03powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V1-1/+1
2018-07-19powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macrosDavid Gibson1-13/+4
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-6/+3
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-6/+3
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V1-1/+2
2018-06-03powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V1-10/+23
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini1-0/+7
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+19
2018-04-05mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams1-4/+1
2018-04-04powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbAneesh Kumar K.V1-5/+13
2018-03-13powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin1-2/+4
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy1-0/+2
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-1/+1
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-1/+1
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy1-1/+1
2017-12-22powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V1-3/+1
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+1
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt1-2/+1
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-10/+14
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V1-10/+14
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V1-157/+20
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-12/+3
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+3
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+1
2017-07-06powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V1-2/+5
2017-07-06powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V1-64/+0
2017-07-06powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V1-0/+43
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran1-1/+1
2017-07-02powerpc/hugetlbfs: Export HPAGE_SHIFTOliver O'Halloran1-0/+1
2017-06-05powerpc/mm/hugetlb: Add support for page accountingBalbir Singh1-1/+1
2017-03-31powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutAneesh Kumar K.V1-0/+18
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V1-11/+11