- 45c682a hugetlb: fix i_blocks accounting by Ken Chen · 17 years ago
- 8cde045 mm/hugetlb.c: make a function static by Adrian Bunk · 17 years ago
- 90d8b7e hugetlb: enforce quotas during reservation for shared mappings by Adam Litke · 17 years ago
- 9a119c0 hugetlb: allow bulk updating in hugetlb_*_quota() by Adam Litke · 17 years ago
- 2fc39ce hugetlb: debit quota in alloc_huge_page by Adam Litke · 17 years ago
- c79fb75 hugetlb: fix quota management for private mappings by Adam Litke · 17 years ago
- 348ea20 hugetlb: split alloc_huge_page into private and shared components by Adam Litke · 17 years ago
- 5b23dbe hugetlb: follow_hugetlb_page() for write access by Adam Litke · 17 years ago
- 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
- c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
- af767cb hugetlb: fix dynamic pool resize failure case by Adam Litke · 17 years ago
- 63b4613 hugetlb: fix hugepage allocation with memoryless nodes by Nishanth Aravamudan · 17 years ago
- 6b0c880 hugetlb: fix pool resizing corner case by Adam Litke · 17 years ago
- 54f9f80 hugetlb: Add hugetlb_dynamic_pool sysctl by Adam Litke · 17 years ago
- e4e574b hugetlb: Try to grow hugetlb pool for MAP_SHARED mappings by Adam Litke · 17 years ago
- 7893d1d hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappings by Adam Litke · 17 years ago
- 6af2acb hugetlb: Move update_and_free_page by Adam Litke · 17 years ago
- 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
- 281e0e3 hugetlb: fix clear_user_highpage arguments by Ralf Baechle · 17 years ago
- 480eccf Fix NUMA Memory Policy Reference Counting by Lee Schermerhorn · 17 years ago
- a89182c Fix VM_FAULT flags conversion for hugetlb by Adam Litke · 17 years ago
- 5ab3ee7 fix hugetlb page allocation leak by Ken Chen · 17 years ago
- f8af0bb hugetlb: use set_compound_page_dtor by Akinobu Mita · 17 years ago
- 7ed5cb2 Remove nid_lock from alloc_fresh_huge_page by Hugh Dickins · 17 years ago
- 3abf7af dequeue_huge_page() warning fix by Andrew Morton · 17 years ago
- 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
- d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
- a1ed3dd MM: Make needlessly global hugetlb_no_page() static. by Robert P. J. Day · 17 years ago
- 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
- f96efd5 hugetlb: fix race in alloc_fresh_huge_page() by Joe Jin · 17 years ago
- 31a5c6e hugetlb: remove unnecessary nid initialization by Nishanth Aravamudan · 17 years ago
- 8dab524 Rework ptep_set_access_flags and fix sun4c by Benjamin Herrenschmidt · 17 years ago
- 8a63011 pretend cpuset has some form of hugetlb page reservation by Ken Chen · 17 years ago
- ace4bd2 fix leaky resv_huge_pages when cpuset is in use by Ken Chen · 17 years ago
- 6649a38 [PATCH] hugetlb: preserve hugetlb pte dirty state by Ken Chen · 18 years ago
- 9de455b [PATCH] Pass vma argument to copy_user_highpage(). by Atsushi Nemoto · 18 years ago
- 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
- 33f2ef8 [PATCH] mm: make compound page destructor handling explicit by Andy Whitcroft · 18 years ago
- cace673 [PATCH] htlb forget rss with pt sharing by Chen, Kenneth W · 18 years ago
- 39dde65 [PATCH] shared page table for hugetlb page by Chen, Kenneth W · 18 years ago
- c0a499c [PATCH] __unmap_hugepage_range(): add comment by Chen, Kenneth W · 18 years ago
- ebed4bf [PATCH] hugetlb: fix absurd HugePages_Rsvd by Hugh Dickins · 18 years ago
- 502717f [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range() by Chen, Kenneth W · 18 years ago
- fe1668a [PATCH] enforce proper tlb flush in unmap_hugepage_range by Chen, Kenneth W · 18 years ago
- 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
- 4415cc8 [PATCH] Hugepages: Use page_to_nid rather than traversing zone pointers by Christoph Lameter · 18 years ago
- a43a8c3 [PATCH] tightening hugetlb strict accounting by Chen, Kenneth W · 18 years ago
- 78c997a [PATCH] hugetlb: don't allow free hugetlb count fall below reserved count by Chen, Kenneth W · 19 years ago
- d669218 [PATCH] fix extra page ref count in follow_hugetlb_page by Chen, Kenneth W · 19 years ago
- fdb7cc5 [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix by Paul Jackson · 19 years ago
- d5d4b0a [PATCH] optimize follow_hugetlb_page by Chen, Kenneth W · 19 years ago
- 27a85ef [PATCH] hugepage: Make {alloc,free}_huge_page() local by David Gibson · 19 years ago
- b45b5bd [PATCH] hugepage: Strict page reservation for hugepage inodes by David Gibson · 19 years ago
- 3935baa [PATCH] hugepage: serialize hugepage allocation and instantiation by David Gibson · 19 years ago
- 79ac6ba [PATCH] hugepage: Small fixes to hugepage clear/copy path by David Gibson · 19 years ago
- 8f86059 [PATCH] Enable mprotect on huge pages by Zhang, Yanmin · 19 years ago
- 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 19 years ago
- a482289 [PATCH] hugepage allocator cleanup by Nick Piggin · 19 years ago
- 41d78ba [PATCH] compound page: use page[1].lru by Hugh Dickins · 19 years ago
- 0df420d [PATCH] hugetlbpage: return VM_FAULT_OOM on oom by Christoph Lameter · 19 years ago
- a2dfef6 [PATCH] Hugepages need clear_user_highpage() not clear_highpage() by David Gibson · 19 years ago
- 64b4a95 [PATCH] hugetlb: add comment explaining reasons for Bus Errors by Christoph Lameter · 19 years ago
- aea47ff [PATCH] mm: make hugepages obey cpusets. by Christoph Lameter · 19 years ago
- 6bda666 [PATCH] hugepages: fold find_or_alloc_pages into huge_no_page() by Christoph Lameter · 19 years ago
- 5da7ca8 [PATCH] Add NUMA policy support for huge pages. by Christoph Lameter · 19 years ago
- 96df933 [PATCH] mm: dequeue a huge page near to this node by Christoph Lameter · 19 years ago
- 1e8f889 [PATCH] Hugetlb: Copy on Write support by David Gibson · 19 years ago
- 86e5216 [PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COW by Adam Litke · 19 years ago
- 85ef47f [PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_page by Adam Litke · 19 years ago
- f091679 [PATCH] Hugetlb: Remove duplicate i_size check by Adam Litke · 19 years ago
- 0bd0f9f [PATCH] hugetlb: fix race in set_max_huge_pages for multiple updaters of nr_huge_pages by Eric Paris · 19 years ago
- 99697dc [PATCH] unexport hugetlb_total_pages by Adrian Bunk · 19 years ago
- 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
- 4c88726 [PATCH] hugetlb: demand fault handler by Adam Litke · 19 years ago
- 508034a [PATCH] mm: unmap_vmas with inner ptlock by Hugh Dickins · 19 years ago
- c74df32 [PATCH] mm: ptd_alloc take ptlock by Hugh Dickins · 19 years ago
- 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
- 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
- ac9b9c6 [PATCH] Fix handling spurious page fault for hugetlb region by Hugh Dickins · 19 years ago
- 1c59827 [PATCH] mm: hugetlb truncation fixes by Hugh Dickins · 19 years ago
- 7bf07f3 [PATCH] hugetlb: move stale pte check into huge_pte_alloc() by Adam Litke · 19 years ago
- c7546f8 [PATCH] Fix hugepage crash on failing mmap() by David Gibson · 19 years ago
- 63551ae [PATCH] Hugepage consolidation by David Gibson · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago