summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+8
|/
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-121-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/+12Star
| * powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V2014-11-141-0/+3
| * powerpc: Remove some old bootmem related commentsAnton Blanchard2014-11-091-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/+0Star
|/
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-051-10/+0Star
* 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/+0Star
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-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-041-1/+1
| |/ |/|
* | powerpc: Fix bad pmd error with book3E configAneesh Kumar K.V2013-06-201-1/+7
|/
* powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V2013-04-301-27/+149
* powerpc: New hugepage directory formatAneesh Kumar K.V2013-04-301-18/+8Star
* mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-1/+1
* powerpc: fix compile fail in hugetlb cmdline parsingPaul Gortmaker2012-05-081-1/+2
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-0/+2
|\
| * KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras2012-03-051-0/+2
* | params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-1/+2
* | powerpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-071-43/+73
|\
| * powerpc: Add gpages reservation code for 64-bit FSL BOOKEBecky Bruce2011-12-071-4/+4
| * powerpc: hugetlb: modify include usage for FSL BookE codeBecky Bruce2011-12-071-29/+25Star
| * powerpc: Update hugetlb huge_pte_alloc and tablewalk code for FSL BOOKEBecky Bruce2011-12-071-6/+42
| * powerpc: Only define HAVE_ARCH_HUGETLB_UNMAPPED_AREA if PPC_MM_SLICESBecky Bruce2011-12-071-4/+2Star
* | powerpc: Fix compiliation with hugetlbfs enabledKumar Gala2011-11-251-0/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-071-42/+337
|\
| * powerpc: Fix hugetlb with CONFIG_PPC_MM_SLICES=yPaul Mackerras2011-09-231-2/+2
| * powerpc: Hugetlb for BookEBecky Bruce2011-09-201-42/+337
* | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-031-11/+0Star
* | powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
* | powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-031-1/+23
* | powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-031-3/+2Star
* | powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-031-1/+1
|/
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/mm: Fix bug in gup_hugepd()David Gibson2009-11-271-1/+10