summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dequeue_huge_page() warning fixAndrew Morton2007-07-191-10/+7Star
* mm: fault feedback #2Nick Piggin2007-07-191-5/+5
* mm: fault feedback #1Nick Piggin2007-07-191-4/+3Star
* MM: Make needlessly global hugetlb_no_page() static.Robert P. J. Day2007-07-171-1/+1
* Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman2007-07-171-3/+20
* hugetlb: fix race in alloc_fresh_huge_page()Joe Jin2007-07-161-4/+11
* hugetlb: remove unnecessary nid initializationNishanth Aravamudan2007-07-161-1/+1
* Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2007-06-161-3/+4
* pretend cpuset has some form of hugetlb page reservationKen Chen2007-05-091-0/+31
* fix leaky resv_huge_pages when cpuset is in useKen Chen2007-05-091-0/+2
* [PATCH] hugetlb: preserve hugetlb pte dirty stateKen Chen2007-02-091-0/+2
* [PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto2006-12-131-3/+3
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1
* [PATCH] mm: make compound page destructor handling explicitAndy Whitcroft2006-12-071-1/+1
* [PATCH] htlb forget rss with pt sharingChen, Kenneth W2006-12-071-8/+0Star
* [PATCH] shared page table for hugetlb pageChen, Kenneth W2006-12-071-0/+7