summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan2007-12-171-5/+0
* hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan2007-12-171-6/+61
* hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke2007-12-101-1/+1
* hugetlb: fix i_blocks accountingKen Chen2007-11-141-0/+10
* mm/hugetlb.c: make a function staticAdrian Bunk2007-11-141-1/+1
* hugetlb: enforce quotas during reservation for shared mappingsAdam Litke2007-11-141-10/+13
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-141-2/+2
* hugetlb: debit quota in alloc_huge_pageAdam Litke2007-11-141-12/+12
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-141-3/+10
* hugetlb: split alloc_huge_page into private and shared componentsAdam Litke2007-11-141-19/+27
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-141-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/+4
* 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/+0
* 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-221-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/+7
* mm: fault feedback #2Nick Piggin2007-07-191-5/+5
* mm: fault feedback #1Nick Piggin2007-07-191-4/+3
* 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/+0
* [PATCH] shared page table for hugetlb pageChen, Kenneth W2006-12-071-0/+7
* [PATCH] __unmap_hugepage_range(): add commentChen, Kenneth W2006-12-071-0/+5
* [PATCH] hugetlb: fix absurd HugePages_RsvdHugh Dickins2006-10-281-0/+3
* [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W2006-10-111-2/+20
* [PATCH] enforce proper tlb flush in unmap_hugepage_rangeChen, Kenneth W2006-10-041-1/+7
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-1/+1
* [PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter2006-09-261-4/+4
* [PATCH] tightening hugetlb strict accountingChen, Kenneth W2006-06-231-120/+162