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