aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] hugetlb: don't allow free hugetlb count fall below reserved countChen, Kenneth W2006-03-311-0/+1
* [PATCH] fix extra page ref count in follow_hugetlb_pageChen, Kenneth W2006-03-311-2/+3
* [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fixPaul Jackson2006-03-221-1/+3
* [PATCH] optimize follow_hugetlb_pageChen, Kenneth W2006-03-221-8/+17
* [PATCH] hugepage: Make {alloc,free}_huge_page() localDavid Gibson2006-03-221-12/+13
* [PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson2006-03-221-10/+126
* [PATCH] hugepage: serialize hugepage allocation and instantiationDavid Gibson2006-03-221-7/+18
* [PATCH] hugepage: Small fixes to hugepage clear/copy pathDavid Gibson2006-03-221-7/+26
* [PATCH] Enable mprotect on huge pagesZhang, Yanmin2006-03-221-0/+29
* [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-2/+3
* [PATCH] hugepage allocator cleanupNick Piggin2006-03-221-16/+8
* [PATCH] compound page: use page[1].lruHugh Dickins2006-02-141-2/+2
* [PATCH] hugetlbpage: return VM_FAULT_OOM on oomChristoph Lameter2006-02-071-15/+2
* [PATCH] Hugepages need clear_user_highpage() not clear_highpage()David Gibson2006-02-071-1/+1
* [PATCH] hugetlb: add comment explaining reasons for Bus ErrorsChristoph Lameter2006-02-051-0/+9
* [PATCH] mm: make hugepages obey cpusets.Christoph Lameter2006-01-081-1/+3
* [PATCH] hugepages: fold find_or_alloc_pages into huge_no_page()Christoph Lameter2006-01-061-42/+24
* [PATCH] Add NUMA policy support for huge pages.Christoph Lameter2006-01-061-10/+14
* [PATCH] mm: dequeue a huge page near to this nodeChristoph Lameter2006-01-061-6/+8
* [PATCH] Hugetlb: Copy on Write supportDavid Gibson2006-01-061-19/+108
* [PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COWAdam Litke2006-01-061-9/+25