summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorLines
2008-04-29page allocator: explicitly retry hugepage allocationsNishanth Aravamudan-2/+4
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison-1/+1
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer-15/+21
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer-0/+1
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn-1/+1
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn-1/+1
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke-0/+7
2008-04-28hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke-5/+12
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman-2/+4
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman-1/+2
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman-4/+4
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan-2/+4
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke-3/+10
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke-4/+13
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft-1/+1
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan-2/+4
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan-0/+10
2008-02-05mm: fix PageUptodate data raceNick Piggin-0/+2
2008-01-24fix hugepages leak due to pagetable page sharingLarry Woodman-0/+5
2008-01-14hugetlbfs: fix quota leakKen Chen-3/+10
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan-5/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan-6/+61
2007-12-10hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke-1/+1
2007-11-14hugetlb: fix i_blocks accountingKen Chen-0/+10
2007-11-14mm/hugetlb.c: make a function staticAdrian Bunk-1/+1
2007-11-14hugetlb: enforce quotas during reservation for shared mappingsAdam Litke-10/+13
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke-2/+2
2007-11-14hugetlb: debit quota in alloc_huge_pageAdam Litke-12/+12
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke-3/+10
2007-11-14hugetlb: split alloc_huge_page into private and shared componentsAdam Litke-19/+27
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke-2/+3
2007-10-20spelling fixes: mm/Simon Arlott-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger-1/+1
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke-2/+11
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan-20/+43
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke-5/+4
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke-0/+5
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke-23/+132
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke-14/+125
2007-10-16hugetlb: Move update_and_free_pageAdam Litke-15/+15
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki-2/+0
2007-10-01hugetlb: fix clear_user_highpage argumentsRalf Baechle-1/+1
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn-1/+3
2007-08-22Fix VM_FAULT flags conversion for hugetlbAdam Litke-1/+1
2007-07-24fix hugetlb page allocation leakKen Chen-0/+1
2007-07-19hugetlb: use set_compound_page_dtorAkinobu Mita-1/+1
2007-07-19Remove nid_lock from alloc_fresh_huge_pageHugh Dickins-3/+7
2007-07-19dequeue_huge_page() warning fixAndrew Morton-10/+7