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