aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-05mm: fix PageUptodate data raceNick Piggin1-0/+2
2008-01-24fix hugepages leak due to pagetable page sharingLarry Woodman1-0/+5
2008-01-14hugetlbfs: fix quota leakKen Chen1-3/+10
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan1-5/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan1-6/+61
2007-12-10hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke1-1/+1
2007-11-14hugetlb: fix i_blocks accountingKen Chen1-0/+10
2007-11-14mm/hugetlb.c: make a function staticAdrian Bunk1-1/+1
2007-11-14hugetlb: enforce quotas during reservation for shared mappingsAdam Litke1-10/+13
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke1-2/+2
2007-11-14hugetlb: debit quota in alloc_huge_pageAdam Litke1-12/+12
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke1-3/+10
2007-11-14hugetlb: split alloc_huge_page into private and shared componentsAdam Litke1-19/+27
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke1-2/+3
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke1-2/+11