1. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  2. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  3. 9f1b868 mm: thp: khugepaged: add policy for finding target node by Bob Liu · 11 years ago
  4. 10dc415 mm: thp: cleanup: mv alloc_hugepage to better place by Bob Liu · 11 years ago
  5. 8bfa3f9 mm/huge_memory.c: fix stale comments of transparent_hugepage_flags by Jianguo Wu · 11 years ago
  6. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  7. 3f926ab mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  8. c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  9. 587fe58 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  10. 42836f5 mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  11. 1dd49bf mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  12. 750e816 mm: fix BUG in __split_huge_page_pmd by Hugh Dickins · 11 years ago
  13. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  14. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  15. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  16. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  17. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  18. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  19. a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
  20. f123d74 mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning by Mel Gorman · 11 years ago
  21. a54a407 mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  22. 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  23. b891663 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  24. ff9042b mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  25. 0c3a775 mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  26. c69307d sched/numa: Fix comments by Peter Zijlstra · 11 years ago
  27. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  28. 17766dd mm, thp: count thp_fault_fallback anytime thp fault fails by David Rientjes · 11 years ago
  29. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
  30. 128ec03 thp: do_huge_pmd_anonymous_page() cleanup by Kirill A. Shutemov · 11 years ago
  31. 3122359 thp: move maybe_pmd_mkwrite() out of mk_huge_pmd() by Kirill A. Shutemov · 11 years ago
  32. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  33. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  34. a8f531eb mm/huge_memory.c: fix potential NULL pointer dereference by Libin · 11 years ago
  35. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  36. 4889646 hugepage: convert huge zero page shrinker to new shrinker API by Glauber Costa · 11 years ago
  37. e180cf8 thp, mm: avoid PageUnevictable on active/inactive lru lists by Kirill A. Shutemov · 11 years ago
  38. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  39. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  40. fce144b mm/THP: deposit the transpare huge pgtable before set_pmd by Aneesh Kumar K.V · 11 years ago
  41. a6bf2bb mm/THP: withdraw the pgtable after pmdp related operations by Aneesh Kumar K.V · 11 years ago
  42. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  43. 8663890a mm/thp: use the correct function when updating access flags by Aneesh Kumar K.V · 11 years ago
  44. 7c34251 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 11 years ago
  45. 5918d10 thp: fix huge zero page logic for page with pfn == 0 by Kirill A. Shutemov · 11 years ago
  46. 5bc7b8a mm: thp: add split tail pages to shrink page list in page reclaim by Shaohua Li · 11 years ago
  47. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  48. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  49. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  50. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  51. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 11 years ago
  52. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  53. 340ef39 mm: numa: cleanup flow of transhuge page migration by Hugh Dickins · 11 years ago
  54. 43b5fbb mm/huge_memory.c: use new hashtable implementation by Sasha Levin · 11 years ago
  55. 85facf2 thp: avoid dumping huge zero page by Kirill A. Shutemov · 11 years ago
  56. 062f1af mm: thp: acquire the anon_vma rwsem for write during split by Mel Gorman · 11 years ago
  57. 2c79737 mm: clean up transparent hugepage sysfs error messages by Jeremy Eder · 12 years ago
  58. a4f1de1 mm: fix kernel BUG at huge_memory.c:1474! by Hugh Dickins · 12 years ago
  59. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  60. 3ea41e6 thp: avoid race on multiple parallel page faults to the same page by Kirill A. Shutemov · 12 years ago
  61. 79da540 thp: introduce sysfs knob to disable huge zero page by Kirill A. Shutemov · 12 years ago
  62. d8a8e1f thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events by Kirill A. Shutemov · 12 years ago
  63. 97ae174 thp: implement refcounting for huge zero page by Kirill A. Shutemov · 12 years ago
  64. 78ca0e6 thp: lazy huge zero page allocation by Kirill A. Shutemov · 12 years ago
  65. 8037195 thp: setup huge zero page on non-write page fault by Kirill A. Shutemov · 12 years ago
  66. c5a647d thp: implement splitting pmd for huge zero page by Kirill A. Shutemov · 12 years ago
  67. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  68. cad7f61 thp: change_huge_pmd(): make sure we don't try to make a page writable by Kirill A. Shutemov · 12 years ago
  69. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 12 years ago
  70. fc9fe82 thp: copy_huge_pmd(): copy huge zero page by Kirill A. Shutemov · 12 years ago
  71. 479f0ab thp: zap_huge_pmd(): zap huge zero pmd by Kirill A. Shutemov · 12 years ago
  72. 4a6c129 thp: huge zero page: basic preparation by Kirill A. Shutemov · 12 years ago
  73. a1dd450 mm: thp: set the accessed flag for old pages on access fault by Will Deacon · 12 years ago
  74. b3092b3 thp: cleanup: introduce mk_huge_pmd() by Bob Liu · 12 years ago
  75. fa475e5 thp: introduce hugepage_vma_check() by Bob Liu · 12 years ago
  76. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  77. 344aa35 thp: clean up __collapse_huge_page_isolate by Bob Liu · 12 years ago
  78. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  79. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 12 years ago
  80. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  81. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  82. 5aa8037 mm: numa: split_huge_page: Transfer last_nid on tail page by Hillf Danton · 12 years ago
  83. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  84. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  85. 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 12 years ago
  86. 4daae3b mm: mempolicy: Use _PAGE_NUMA to migrate pages by Mel Gorman · 12 years ago
  87. d10e63f mm: numa: Create basic numa page hinting infrastructure by Mel Gorman · 12 years ago
  88. 1ba6e0b mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte by Andrea Arcangeli · 12 years ago
  89. 4fd0177 mm: Check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  90. 325adeb mm: huge_memory: Fix build error. by Ralf Baechle · 12 years ago
  91. f5c8ad4 mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd(). by David Miller · 12 years ago
  92. b113da6 mm: Add and use update_mmu_cache_pmd() in transparent huge page code. by David Miller · 12 years ago
  93. b676b29 mm, thp: fix mapped pages avoiding unevictable list on mlock by David Rientjes · 12 years ago
  94. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  95. eab1eef mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c by Catalin Marinas · 12 years ago
  96. e3b4126 thp: khugepaged_prealloc_page() forgot to reset the page alloc indicator by Xiao Guangrong · 12 years ago
  97. 86c2ad1 mm rmap: remove vma_address check for address inside vma by Michel Lespinasse · 12 years ago
  98. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  99. 8e72033 thp: make MADV_HUGEPAGE check for mm->def_flags by Gerald Schaefer · 12 years ago
  100. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago