1. 062f1af mm: thp: acquire the anon_vma rwsem for write during split by Mel Gorman · 11 years ago
  2. 2c79737 mm: clean up transparent hugepage sysfs error messages by Jeremy Eder · 12 years ago
  3. a4f1de1 mm: fix kernel BUG at huge_memory.c:1474! by Hugh Dickins · 12 years ago
  4. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  5. 3ea41e6 thp: avoid race on multiple parallel page faults to the same page by Kirill A. Shutemov · 12 years ago
  6. 79da540 thp: introduce sysfs knob to disable huge zero page by Kirill A. Shutemov · 12 years ago
  7. d8a8e1f thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events by Kirill A. Shutemov · 12 years ago
  8. 97ae174 thp: implement refcounting for huge zero page by Kirill A. Shutemov · 12 years ago
  9. 78ca0e6 thp: lazy huge zero page allocation by Kirill A. Shutemov · 12 years ago
  10. 8037195 thp: setup huge zero page on non-write page fault by Kirill A. Shutemov · 12 years ago
  11. c5a647d thp: implement splitting pmd for huge zero page by Kirill A. Shutemov · 12 years ago
  12. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  13. cad7f61 thp: change_huge_pmd(): make sure we don't try to make a page writable by Kirill A. Shutemov · 12 years ago
  14. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 12 years ago
  15. fc9fe82 thp: copy_huge_pmd(): copy huge zero page by Kirill A. Shutemov · 12 years ago
  16. 479f0ab thp: zap_huge_pmd(): zap huge zero pmd by Kirill A. Shutemov · 12 years ago
  17. 4a6c129 thp: huge zero page: basic preparation by Kirill A. Shutemov · 12 years ago
  18. a1dd450 mm: thp: set the accessed flag for old pages on access fault by Will Deacon · 12 years ago
  19. b3092b3 thp: cleanup: introduce mk_huge_pmd() by Bob Liu · 12 years ago
  20. fa475e5 thp: introduce hugepage_vma_check() by Bob Liu · 12 years ago
  21. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  22. 344aa35 thp: clean up __collapse_huge_page_isolate by Bob Liu · 12 years ago
  23. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  24. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 12 years ago
  25. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  26. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  27. 5aa8037 mm: numa: split_huge_page: Transfer last_nid on tail page by Hillf Danton · 12 years ago
  28. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  29. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  30. 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 12 years ago
  31. 4daae3b mm: mempolicy: Use _PAGE_NUMA to migrate pages by Mel Gorman · 12 years ago
  32. d10e63f mm: numa: Create basic numa page hinting infrastructure by Mel Gorman · 12 years ago
  33. 1ba6e0b mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte by Andrea Arcangeli · 12 years ago
  34. 4fd0177 mm: Check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  35. 325adeb mm: huge_memory: Fix build error. by Ralf Baechle · 12 years ago
  36. f5c8ad4 mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd(). by David Miller · 12 years ago
  37. b113da6 mm: Add and use update_mmu_cache_pmd() in transparent huge page code. by David Miller · 12 years ago
  38. b676b29 mm, thp: fix mapped pages avoiding unevictable list on mlock by David Rientjes · 12 years ago
  39. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  40. eab1eef mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c by Catalin Marinas · 12 years ago
  41. e3b4126 thp: khugepaged_prealloc_page() forgot to reset the page alloc indicator by Xiao Guangrong · 12 years ago
  42. 86c2ad1 mm rmap: remove vma_address check for address inside vma by Michel Lespinasse · 12 years ago
  43. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  44. 8e72033 thp: make MADV_HUGEPAGE check for mm->def_flags by Gerald Schaefer · 12 years ago
  45. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago
  46. e3ebcf6 thp: remove assumptions on pgtable_t type by Gerald Schaefer · 12 years ago
  47. 227e404 thp: remove unnecessary set_recommended_min_free_kbytes by Xiao Guangrong · 12 years ago
  48. 17c230a thp: use khugepaged_enabled to remove duplicate code by Xiao Guangrong · 12 years ago
  49. b723178 thp: remove khugepaged_loop by Xiao Guangrong · 12 years ago
  50. 26234f3 thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page by Xiao Guangrong · 12 years ago
  51. 420256ef thp: release page in page pre-alloc path by Xiao Guangrong · 12 years ago
  52. d516904 thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan by Xiao Guangrong · 12 years ago
  53. 9817626 thp: remove some code depend on CONFIG_NUMA by Xiao Guangrong · 12 years ago
  54. 2017c0b thp: remove wake_up_interruptible in the exit path by Xiao Guangrong · 12 years ago
  55. e060f0e thp: remove unnecessary khugepaged_thread check by Xiao Guangrong · 12 years ago
  56. 911891a thp: move khugepaged_mutex out of khugepaged by Xiao Guangrong · 12 years ago
  57. 637e3a2 thp: remove unnecessary check in start_khugepaged by Xiao Guangrong · 12 years ago
  58. 65b3c07 thp: fix the count of THP_COLLAPSE_ALLOC by Xiao Guangrong · 12 years ago
  59. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  60. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 12 years ago
  61. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  62. 99a1300 thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page_copy by Andrea Arcangeli · 12 years ago
  63. fa9add6 mm/memcg: apply add/del_page to lruvec by Hugh Dickins · 12 years ago
  64. 6f60b69 mm, thp: drop page_table_lock to uncharge memcg pages by David Rientjes · 12 years ago
  65. 1f1d06c thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 12 years ago
  66. edad9d2 mm, thp: allow fallback when pte_alloc_one() fails for huge pmd by David Rientjes · 12 years ago
  67. aa2e878 mm, thp: remove unnecessary ret variable by David Rientjes · 12 years ago
  68. 025c5b2 thp: optimize away unnecessary page table locking by Naoya Horiguchi · 12 years ago
  69. 1c641e8 mm: thp: fix BUG on mm->nr_ptes by Andrea Arcangeli · 12 years ago
  70. b9980cd mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 12 years ago
  71. 12d2710 memcg: fix split_huge_page_refcounts() by Hugh Dickins · 12 years ago
  72. 4567688 thp: improve order in lru list for split huge page by Shaohua Li · 12 years ago
  73. f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 12 years ago
  74. e559130 thp: remove unnecessary tlb flush for mprotect by Shaohua Li · 12 years ago
  75. 569e559 thp: improve the error code path by Shaohua Li · 12 years ago
  76. e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 12 years ago
  77. 1dfb059 thp: reduce khugepaged freezing latency by Andrea Arcangeli · 13 years ago
  78. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  79. 35d8c7a mm/huge_memory: fix typo when updating mmu cache by Hillf Danton · 13 years ago
  80. 0089e48 mm/huge_memory: fix copying user highpage by Hillf Danton · 13 years ago
  81. 2f1da64 mm/huge_memory.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  82. 37a1c49 thp: mremap support and TLB optimization by Andrea Arcangeli · 13 years ago
  83. d788e80 mm/huge_memory.c: minor lock simplification in __khugepaged_exit by Chris Wright · 13 years ago
  84. f300ea4 mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=n by Andrea Arcangeli · 13 years ago
  85. 692e0b3 mm: thp: optimize memcg charge in khugepaged by Andrea Arcangeli · 13 years ago
  86. 2b575eb mm: convert anon_vma->lock to a mutex by Peter Zijlstra · 13 years ago
  87. 78f11a2 mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups by Andrea Arcangeli · 13 years ago
  88. e27e615 mm/thp: use conventional format for boolean attributes by Ben Hutchings · 13 years ago
  89. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 13 years ago
  90. cc5d462 mm: use __GFP_OTHER_NODE for transparent huge pages by Andi Kleen · 13 years ago
  91. 2fbfac4 thp+memcg-numa: fix BUG at include/linux/mm.h:370! by Hugh Dickins · 13 years ago
  92. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 13 years ago
  93. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 13 years ago
  94. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  95. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 13 years ago
  96. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 13 years ago
  97. a6d30dd thp: fix the wrong reported address of hwpoisoned hugepages by Jin Dongming · 13 years ago
  98. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 13 years ago
  99. 453c719 thp: keep highpte mapped until it is no longer needed by Johannes Weiner · 13 years ago
  100. 60ab324 thp: khugepaged: make khugepaged aware about madvise by Andrea Arcangeli · 13 years ago