1. 5647bc2 mm: compaction: Move migration fail/success stats to migrate.c by Mel Gorman · 12 years ago
  2. 0030f53 mm: memcg: fix compaction/migration failing due to memcg limits by Johannes Weiner · 12 years ago
  3. 8e6ac7f hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration by Aneesh Kumar K.V · 12 years ago
  4. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  5. 752dc18 mm: fix warning in __set_page_dirty_nobuffers by Hugh Dickins · 12 years ago
  6. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  7. b38a86e userns: Convert the move_pages, and migrate_pages permission checks to use uid_eq by Eric W. Biederman · 12 years ago
  8. 6e8b09e mm: fix NULL ptr dereference in move_pages by Sasha Levin · 12 years ago
  9. 3268c63 mm: fix move/migrate_pages() race on task struct by Christoph Lameter · 12 years ago
  10. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  11. 35512ec mm: postpone migrated page mapping reset by Konstantin Khlebnikov · 12 years ago
  12. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  13. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 12 years ago
  14. 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 12 years ago
  15. faed836 mm/migrate.c: remove the unused macro lru_to_page by Wang Sheng-Hui · 12 years ago
  16. 564c81d mm/migrate.c: cleanup comment for migration_entry_wait() by Wang Sheng-Hui · 12 years ago
  17. 937a94c mm: migrate: one less atomic operation by Jacobo Giralt · 12 years ago
  18. 0976133 mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages by Hillf Danton · 12 years ago
  19. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  20. 0dabec9 mm: migration: clean up unmap_and_move() by Minchan Kim · 13 years ago
  21. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  22. 486cf46 mm: fix race between mremap and removing migration entry by Hugh Dickins · 13 years ago
  23. 99a15e2 migrate: don't account swapcache as shmem by Andrea Arcangeli · 13 years ago
  24. 746b18d mm: use refcounts for page_lock_anon_vma() by Peter Zijlstra · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 56039ef memcg: fix ugly initialization of return value is in caller by KAMEZAWA Hiroyuki · 13 years ago
  27. 11bc82d mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback by Andrea Arcangeli · 13 years ago
  28. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  29. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  30. a879bf5 mm: grab rcu read lock in move_pages() by Greg Thelen · 13 years ago
  31. 48db54e mm/migration: fix page corruption during hugepage migration by Minchan Kim · 13 years ago
  32. 57fc4a5 mm: when migrate_pages returns 0, all pages must have been released by Andrea Arcangeli · 13 years ago
  33. 28bd657 mm: migration: clarify migrate_pages() comment by Minchan Kim · 13 years ago
  34. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  35. fd4a466 mm: fix hugepage migration by Hugh Dickins · 13 years ago
  36. 1ce82b6 mm: fix migration hangs on anon_vma lock by Hugh Dickins · 13 years ago
  37. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 13 years ago
  38. 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 13 years ago
  39. 7f0f249 mm: migration: cleanup migrate_pages API by matching types for offlining and sync by Mel Gorman · 13 years ago
  40. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 13 years ago
  41. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 13 years ago
  42. 0d1836c mm/migrate.c: fix compilation error by Michal Nazarewicz · 13 years ago
  43. 70384dc mm: fix error reporting in move_pages() syscall by Gleb Natapov · 14 years ago
  44. cf608ac mm: compaction: fix COMPACTPAGEFAILED counting by Minchan Kim · 14 years ago
  45. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  46. 3ef8fd7 Fix migration.c compilation on s390 by Andi Kleen · 14 years ago
  47. 290408d hugetlb: hugepage migration core by Naoya Horiguchi · 14 years ago
  48. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  49. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  50. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  51. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  52. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  53. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 14 years ago
  54. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 14 years ago
  55. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  56. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  57. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 85f1fb7 mm/migrate.c: kill anon local variable from migrate_page_copy by KOSAKI Motohiro · 14 years ago
  60. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  61. 87b8d1a mm: Make copy_from_user() in migrate.c statically predictable by H. Peter Anvin · 14 years ago
  62. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 14 years ago
  63. 6f5a55f Fix potential crash with sys_move_pages by Linus Torvalds · 14 years ago
  64. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 14 years ago
  65. 62b61f6 ksm: memory hotremove migration only by Hugh Dickins · 14 years ago
  66. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 14 years ago
  67. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 14 years ago
  68. 6d9c285 mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place by KOSAKI Motohiro · 14 years ago
  69. b9255850 mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe by H. Peter Anvin · 14 years ago
  70. e00e431 memcg: fix wrong pointer initialization at page migration when memcg is disabled. by KAMEZAWA Hiroyuki · 15 years ago
  71. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  72. edcf474 mm: return boolean from page_has_private() by Johannes Weiner · 15 years ago
  73. 6c0b135 mm: return boolean from page_is_file_cache() by Johannes Weiner · 15 years ago
  74. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 15 years ago
  75. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  76. abfc348 memory hotplug: migrate swap cache page by Shaohua Li · 15 years ago
  77. 14fa31b HWPOISON: Use bitmask/action code for try_to_unmap behaviour by Andi Kleen · 15 years ago
  78. 35282a2 migration: only migrate_prep() once per move_pages() by Brice Goglin · 15 years ago
  79. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  80. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 15 years ago
  81. 1001c9f migration: migrate_vmas should check "vma" by Daisuke Nishimura · 15 years ago
  82. 938bb9f [CVE-2009-0029] System call wrappers part 28 by Heiko Carstens · 15 years ago
  83. 01b1ae6 memcg: simple migration handling by KAMEZAWA Hiroyuki · 15 years ago
  84. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 15 years ago
  85. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 15 years ago
  86. 5bd1455 mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by default by Brice Goglin · 15 years ago
  87. 3140a22 mm: rework do_pages_move() to work on page_sized chunks by Brice Goglin · 15 years ago
  88. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  89. c095adb mm: Don't touch uninitialized variable in do_pages_stat_array() by KOSAKI Motohiro · 15 years ago
  90. 80bba12 mm: no get_user/put_user while holding mmap_sem in do_pages_stat? by Brice Goglin · 15 years ago
  91. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  92. bda8550 migration: fix writepage error by Hugh Dickins · 16 years ago
  93. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  94. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  95. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  96. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  97. 0aedadf mm: move migrate_prep out from under mmap_sem by Christoph Lameter · 16 years ago
  98. b7abea9 memcg: make page->mapping NULL before uncharge by KAMEZAWA Hiroyuki · 16 years ago
  99. 5e9a0f0 mm: extract do_pages_move() out of sys_move_pages() by Brice Goglin · 16 years ago
  100. 2f007e7 mm: don't vmalloc a huge page_to_node array for do_pages_stat() by Brice Goglin · 16 years ago