summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: fix lockdep errorNick Piggin2008-06-061-1/+1
* page allocator: explicitly retry hugepage allocationsNishanth Aravamudan2008-04-291-2/+4
* mm: fix integer as NULL pointer warningsHarvey Harrison2008-04-291-1/+1
* hugetlbfs: common code update for s390Gerald Schaefer2008-04-281-15/+21
* hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer2008-04-281-0/+1
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-281-1/+1
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-281-1/+1
* Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke2008-04-281-0/+7
* hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke2008-04-281-5/+12
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-2/+4
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-1/+2
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-4/+4
* hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan2008-03-261-1/+10
* hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan2008-03-261-2/+4
* hugetlb: correct page count for surplus huge pagesAdam Litke2008-03-111-3/+10
* hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan2008-03-051-4/+22
* hugetlb: close a difficult to trigger reservation raceAdam Litke2008-03-051-4/+13
* hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft2008-02-241-1/+1
* hugetlb: fix overcommit lockingNishanth Aravamudan2008-02-141-2/+4
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-081-0/+10
* mm: fix PageUptodate data raceNick Piggin2008-02-051-0/+2
* fix hugepages leak due to pagetable page sharingLarry Woodman2008-01-241-0/+5
* hugetlbfs: fix quota leakKen Chen2008-01-141-3/+10
* Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan2007-12-181-5/+0Star
* hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan2007-12-181-6/+61
* hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke2007-12-111-1/+1
* hugetlb: fix i_blocks accountingKen Chen2007-11-151-0/+10
* mm/hugetlb.c: make a function staticAdrian Bunk2007-11-151-1/+1
* hugetlb: enforce quotas during reservation for shared mappingsAdam Litke2007-11-151-10/+13
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-151-2/+2
* hugetlb: debit quota in alloc_huge_pageAdam Litke2007-11-151-12/+12
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-151-3/+10
* hugetlb: split alloc_huge_page into private and shared componentsAdam Litke2007-11-151-19/+27
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-151-2/+3
* spelling fixes: mm/Simon Arlott2007-10-201-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* hugetlb: fix dynamic pool resize failure caseAdam Litke2007-10-161-2/+11
* hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan2007-10-161-20/+43
* hugetlb: fix pool resizing corner caseAdam Litke2007-10-161-5/+4Star
* hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke2007-10-161-0/+5
* hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke2007-10-161-23/+132
* hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke2007-10-161-14/+125
* hugetlb: Move update_and_free_pageAdam Litke2007-10-161-15/+15
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-2/+0Star
* hugetlb: fix clear_user_highpage argumentsRalf Baechle2007-10-011-1/+1
* Fix NUMA Memory Policy Reference CountingLee Schermerhorn2007-09-191-1/+3
* Fix VM_FAULT flags conversion for hugetlbAdam Litke2007-08-231-1/+1
* fix hugetlb page allocation leakKen Chen2007-07-241-0/+1
* hugetlb: use set_compound_page_dtorAkinobu Mita2007-07-191-1/+1
* Remove nid_lock from alloc_fresh_huge_pageHugh Dickins2007-07-191-3/+7