summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-111-1/+7
* powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V2016-05-111-4/+4
* powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-1/+1
* powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-2/+2
* powerpc/mm: Fixup preempt underflow with huge pagesSebastian Siewior2016-03-291-2/+2
* powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras2016-02-291-2/+1
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-4/+0
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-12/+1
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-141-2/+2
* powerpc/mm: Move hugetlb related headersAneesh Kumar K.V2015-12-141-72/+0
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-5/+16
* powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V2015-10-121-0/+19
* powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-181-8/+0
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-1/+1
|\
| * powerpc: don't use module_init for non-modular core hugetlb codePaul Gortmaker2015-06-161-1/+1
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-2/+2
|\ \
| * \ Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-081-9/+16
| |\ \ | | |/
| * | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-201-2/+2
* | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
| |/ |/|
* | powerpc/mm: Return NULL for not present hugetlb pageAneesh Kumar K.V2015-05-121-9/+16
|/
* powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-171-5/+4
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-6/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
|\
| * powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-101-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-2/+2
|\
| * ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-2/+2
* | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-0/+8
|/
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-111-25/+26
|\
| * Merge remote-tracking branch 'benh/next' into nextMichael Ellerman2014-12-021-0/+7
| |\
| | * powerpc/mm/hugetlb: Sanity check gigantic hugepage countJames Yang2014-12-021-0/+7
| * | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-1/+1
| |/
| * powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V2014-11-141-21/+12
| * powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V2014-11-141-0/+3
| * powerpc: Remove some old bootmem related commentsAnton Blanchard2014-11-101-2/+2
| * powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-1/+1
* | mmu_gather: move minimal range calculations into generic codeWill Deacon2014-11-171-2/+0
|/
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-041-10/+0
* powerpc/hugetlb: Replace __get_cpu_var with get_cpu_varTiejun Chen2014-01-291-1/+3
* mm: remove obsolete comments about page table lockNaoya Horiguchi2013-11-131-2/+0
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-111-0/+10
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-125/+174
|\
| * Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+7
| |\
| * | powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V2013-06-211-1/+1
| * | powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V2013-06-211-26/+46
| * | powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-2/+6
| * | powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V2013-06-211-6/+26
| * | powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V2013-06-211-123/+128
* | | mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li2013-07-031-1/+1
| |/ |/|
* | powerpc: Fix bad pmd error with book3E configAneesh Kumar K.V2013-06-201-1/+7
|/
OpenPOWER on IntegriCloud