1. 7db7671 mm: page migration trylock newpage at same level as oldpage by Hugh Dickins · 9 years ago
  2. 2def742 mm: page migration use the put_new_page whenever necessary by Hugh Dickins · 9 years ago
  3. 14e0f9b mm: correct a couple of page migration comments by Hugh Dickins · 9 years ago
  4. 45637ba mm: rename mem_cgroup_migrate to mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  5. 51afb12 mm: page migration fix PageMlocked on migrated pages by Hugh Dickins · 9 years ago
  6. f2f81fb mm, migrate: count pages failing all retries in vmstat and tracepoint by Vlastimil Babka · 9 years ago
  7. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  8. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  9. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  10. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  11. da1b13c mm/hwpoison: fix race between soft_offline_page and unpoison_memory by Wanpeng Li · 9 years ago
  12. d899844 mm: fix status code which move_pages() returns for zero page by Kirill A. Shutemov · 9 years ago
  13. 4491f71 mm/memory-failure: set PageHWPoison before migrate_pages() by Naoya Horiguchi · 9 years ago
  14. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  15. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  16. add05ce mm: soft-offline: don't free target page in successful page migration by Naoya Horiguchi · 9 years ago
  17. b3b3a99 mm/migrate: check-before-clear PageSwapCache by Naoya Horiguchi · 9 years ago
  18. 2a8e700 mm: numa: remove migrate_ratelimited by Mel Gorman · 9 years ago
  19. ef2a515 mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3 by Geert Uytterhoeven · 9 years ago
  20. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  21. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 9 years ago
  22. e66f17f mm/hugetlb: take page table lock in follow_huge_pmd() by Naoya Horiguchi · 9 years ago
  23. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  24. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  25. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  26. 2ebba6b mm: unmapped page migration avoid unmap+remap overhead by Hugh Dickins · 10 years ago
  27. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  28. d3cb8bf mm: migrate: Close race between migration completion and mprotect by Mel Gorman · 10 years ago
  29. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  30. 8bdd638 mm: fix direct reclaim writeback regression by Hugh Dickins · 10 years ago
  31. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  32. 100873d hugetlb: rename hugepage_migration_support() to ..._supported() by Naoya Horiguchi · 10 years ago
  33. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  34. 11de992 mm: numa: add migrated transhuge pages to LRU the same way as base pages by Mel Gorman · 10 years ago
  35. 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  36. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 10 years ago
  37. a3978a5 mm/migrate.c: fix setting of cpupid on page migration twice against normal page by Wanpeng Li · 10 years ago
  38. baae911 sched/numa: fix setting of cpupid on page migration twice by Wanpeng Li · 10 years ago
  39. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  40. 78d5506 mm/migrate: remove unused function, fail_migrate_page() by Joonsoo Kim · 10 years ago
  41. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 10 years ago
  42. 32665f2 mm/migrate: correct failure handling if !hugepage_migration_support() by Joonsoo Kim · 10 years ago
  43. 354a336 mm/migrate: add comment about permanent failure path by Naoya Horiguchi · 10 years ago
  44. af1839d mm: numa: trace tasks that fail migration due to rate limiting by Mel Gorman · 10 years ago
  45. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 10 years ago
  46. 1c30e01 mm: numa: make NUMA-migrate related functions static by Mel Gorman · 10 years ago
  47. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 10 years ago
  48. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  49. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 10 years ago
  50. b0943d6 mm: numa: defer TLB flush for THP migration as long as possible by Mel Gorman · 11 years ago
  51. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  52. eb4489f6 mm: numa: avoid unnecessary work on the failure path by Mel Gorman · 11 years ago
  53. f714f4f mm: numa: call MMU notifiers on THP migration by Mel Gorman · 11 years ago
  54. 2b4847e mm: numa: serialise parallel get_user_page against THP migration by Mel Gorman · 11 years ago
  55. 30b0a10 mm: thp: give transparent hugepage code a separate copy_page by Dave Hansen · 11 years ago
  56. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  57. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  58. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  59. 3f926ab mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  60. c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
  61. 7851a45 mm: numa: Copy cpupid on page migration by Rik van Riel · 11 years ago
  62. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  63. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  64. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  65. a54a407 mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  66. 117aad1 mm: avoid reinserting isolated balloon pages into LRU lists by Rafael Aquini · 11 years ago
  67. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  68. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  69. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 11 years ago
  70. e632a93 mm: migrate: add hugepage migration code to move_pages() by Naoya Horiguchi · 11 years ago
  71. b8ec1ce mm: soft-offline: use migrate_pages() instead of migrate_huge_page() by Naoya Horiguchi · 11 years ago
  72. 31caf66 mm: migrate: make core migration code aware of hugepage by Naoya Horiguchi · 11 years ago
  73. 36bc08c fs/aio: Add support to aio ring pages migration by Gu Zheng · 11 years ago
  74. 30dad30 mm: migration: add migrate_entry_wait_huge() by Naoya Horiguchi · 11 years ago
  75. c2cc499 mm compaction: fix of improper cache flush in migration code by Leonid Yegoshin · 11 years ago
  76. c73e5c9 mm: rewrite the comment over migrate_pages() more comprehensibly by Srivatsa S. Bhat · 11 years ago
  77. fed5b64 mm/migrate: fix comment typo syncronous->synchronous by Jianguo Wu · 11 years ago
  78. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  79. b79bc0a ksm: enable KSM page migration by Hugh Dickins · 11 years ago
  80. c8d6553 ksm: make KSM page migration possible by Hugh Dickins · 11 years ago
  81. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  82. 340ef39 mm: numa: cleanup flow of transhuge page migration by Hugh Dickins · 11 years ago
  83. 3abef4e mm: numa: take THP into account when migrating pages for NUMA balancing by Mel Gorman · 11 years ago
  84. be7517d mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte by Tony Lu · 11 years ago
  85. 04fa5d6 mm: migrate: check page_count of THP before migrating by Mel Gorman · 11 years ago
  86. ce4a9cc mm,numa: fix update_mmu_cache_pmd call by Stephen Rothwell · 12 years ago
  87. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  88. 389162c mm,migrate: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  89. 5733c7d mm: introduce putback_movable_pages() by Rafael Aquini · 12 years ago
  90. bf6bddf mm: introduce compaction and migration for ballooned pages by Rafael Aquini · 12 years ago
  91. 78bd520 mm: adjust address_space_operations.migratepage() return code by Rafael Aquini · 12 years ago
  92. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  93. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  94. d28d4335 mm: migrate: Account a transhuge page properly when rate limiting by Mel Gorman · 12 years ago
  95. 7548341 mm: numa: Account for failed allocations and isolations as migration failures by Mel Gorman · 12 years ago
  96. 220018d mm: numa: Add THP migration for the NUMA working set scanning fault case build fix by Mel Gorman · 12 years ago
  97. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  98. bac0382 mm: numa: migrate: Set last_nid on newly allocated page by Hillf Danton · 12 years ago
  99. e14808b mm: numa: Rate limit setting of pte_numa if node is saturated by Mel Gorman · 12 years ago
  100. a8f6077 mm: numa: Rate limit the amount of memory that is migrated between nodes by Mel Gorman · 12 years ago