aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-01mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt1-1/+6
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2008-07-30mm/hugetlb.c must #include <asm/io.h>Adrian Bunk1-1/+1
2008-07-28mm/hugetlb.c must #include <asm/io.h>Adrian Bunk1-0/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-26hugetlb: fix CONFIG_SYSCTL=n buildNishanth Aravamudan1-12/+12
2008-07-25mm/hugetlb.c: fix build failure with !CONFIG_SYSCTLIngo Molnar1-11/+11
2008-07-24hugetlb: quota is not freed for unused reserved private huge pagesAdam Litke1-1/+3
2008-07-24hugetlb: fix a hugepage reservation check for MAP_SHAREDMel Gorman1-6/+6
2008-07-24hugetlb: allow arch overridden hugepage allocationJon Tollefson1-8/+3
2008-07-24hugetlb: override default huge page sizeNick Piggin1-6/+17
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-0/+9
2008-07-24hugetlb: printk cleanupAndi Kleen1-4/+16
2008-07-24hugetlb: support boot allocate different sizesAndi Kleen1-9/+30
2008-07-24hugetlb: support larger than MAX_ORDERAndi Kleen1-2/+81
2008-07-24hugetlb: abstract numa round robin selectionAndi Kleen1-15/+22
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-66/+222
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-13/+3
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-27/+121
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-167/+201
2008-07-24hugetlb: factor out prep_new_huge_pageAndi Kleen1-6/+11
2008-07-24vma_page_offset() has no callees: drop itJohannes Weiner1-20/+9
2008-07-24hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splitsAndy Whitcroft1-27/+145
2008-07-24hugetlb: allow huge page mappings to be created without reservationsAndy Whitcroft1-5/+53
2008-07-24hugetlb: move reservation region support earlierAndy Whitcroft1-121/+125
2008-07-24huge page private reservation review cleanupsAndy Whitcroft1-13/+45
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-18/+183
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-39/+119
2008-07-24hugetlb: move hugetlb_acct_memory()Mel Gorman1-41/+41
2008-07-24mm/hugetlb.c: fix duplicate variableAdrian Bunk1-1/+0
2008-06-06hugetlb: fix lockdep errorNick Piggin1-1/+1
2008-04-29page allocator: explicitly retry hugepage allocationsNishanth Aravamudan1-2/+4
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer1-15/+21
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer1-0/+1
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn1-1/+1
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke1-0/+7
2008-04-28hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke1-5/+12
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-2/+4
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+2
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+4
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan1-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan1-2/+4
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke1-3/+10
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan1-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke1-4/+13
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft1-1/+1
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan1-2/+4
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan1-0/+10