index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
hugetlbpage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-43
/
+73
2011-12-07
powerpc: Add gpages reservation code for 64-bit FSL BOOKE
Becky Bruce
1
-4
/
+4
2011-12-07
powerpc: hugetlb: modify include usage for FSL BookE code
Becky Bruce
1
-29
/
+25
2011-12-07
powerpc: Update hugetlb huge_pte_alloc and tablewalk code for FSL BOOKE
Becky Bruce
1
-6
/
+42
2011-12-07
powerpc: Only define HAVE_ARCH_HUGETLB_UNMAPPED_AREA if PPC_MM_SLICES
Becky Bruce
1
-4
/
+2
2011-11-25
powerpc: Fix compiliation with hugetlbfs enabled
Kumar Gala
1
-0
/
+1
2011-11-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-42
/
+337
2011-11-02
thp: share get_huge_page_tail()
Andrea Arcangeli
1
-11
/
+0
2011-11-02
powerpc: gup_huge_pmd() return 0 if pte changes
Andrea Arcangeli
1
-10
/
+11
2011-11-02
powerpc: gup_hugepte() support THP based tail recounting
Andrea Arcangeli
1
-1
/
+23
2011-11-02
powerpc: gup_hugepte() avoid freeing the head page too many times
Andrea Arcangeli
1
-3
/
+2
2011-11-02
powerpc: get_hugepte() don't put_page() the wrong page
Andrea Arcangeli
1
-1
/
+1
2011-09-23
powerpc: Fix hugetlb with CONFIG_PPC_MM_SLICES=y
Paul Mackerras
1
-2
/
+2
2011-09-20
powerpc: Hugetlb for BookE
Becky Bruce
1
-42
/
+337
2011-04-27
powerpc: Free up some CPU feature bits by moving out MMU-related features
Matt Evans
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-27
powerpc/mm: Fix bug in gup_hugepd()
David Gibson
1
-1
/
+10
2009-10-30
powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal ...
David Gibson
1
-21
/
+10
2009-10-30
powerpc/mm: Split hash MMU specific hugepage code into a new file
David Gibson
1
-166
/
+2
2009-10-30
powerpc/mm: Cleanup initialization of hugepages on powerpc
David Gibson
1
-66
/
+62
2009-10-30
powerpc/mm: Allow more flexible layouts for hugepage pagetables
David Gibson
1
-245
/
+228
2009-10-30
powerpc/mm: Cleanup management of kmem_caches for pagetables
David Gibson
1
-36
/
+15
2009-10-30
powerpc/mm: Make hpte_need_flush() correctly mask for multiple page sizes
David Gibson
1
-5
/
+1
2009-08-20
powerpc: Add memory management headers for new 64-bit BookE
Benjamin Herrenschmidt
1
-2
/
+6
2009-07-27
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
Benjamin Herrenschmidt
1
-2
/
+2
2009-01-06
mm: report the MMU pagesize in /proc/pid/smaps
Mel Gorman
1
-0
/
+7
2008-12-16
Merge branch 'merge' into next
Paul Mackerras
1
-0
/
+3
2008-12-16
powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area
Brian King
1
-0
/
+3
2008-12-03
Merge branch 'merge'
Paul Mackerras
1
-1
/
+1
2008-11-30
powerpc set_huge_psize() false positive
Al Viro
1
-1
/
+1
2008-11-06
powerpc: Hugetlb pgtable cache access cleanup
Jon Tollefson
1
-11
/
+11
2008-09-15
powerpc: Clean up hugepage pagetable allocation for powerpc with 16G pages
David Gibson
1
-26
/
+33
2008-07-28
powerpc: Disable 64K hugetlb support when doing 64K SPU mappings
Benjamin Herrenschmidt
1
-1
/
+8
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-7
/
+2
2008-07-24
powerpc: support multiple hugepage sizes
Jon Tollefson
1
-97
/
+177
2008-07-24
powerpc: define support for 16G hugepages
Jon Tollefson
1
-18
/
+44
2008-07-24
powerpc: scan device tree for gigantic pages
Jon Tollefson
1
-0
/
+16
2008-07-24
powerpc: function to allocate gigantic hugepages
Jon Tollefson
1
-0
/
+21
2008-07-24
hugetlb: introduce pud_huge
Andi Kleen
1
-0
/
+5
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
1
-1
/
+2
2008-07-24
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
1
-4
/
+4
2008-07-01
powerpc: hash_huge_page() should get the WIMG bits from the lpte
Dave Kleikamp
1
-3
/
+2
2008-06-30
powerpc: Free a PTE bit on ppc64 with 64K pages
Benjamin Herrenschmidt
1
-3
/
+5
2008-01-17
[POWERPC] Add hugepagesz boot-time parameter
Jon Tollefson
1
-25
/
+94
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-1
/
+1
2007-10-12
[POWERPC] Use 1TB segments
Paul Mackerras
1
-6
/
+7
2007-08-17
[POWERPC] Clean out a bunch of duplicate includes
Jesper Juhl
1
-3
/
+0
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-05-09
[POWERPC] Introduce address space "slices"
Benjamin Herrenschmidt
1
-542
/
+6
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
[next]