1. a879bf5 mm: grab rcu read lock in move_pages() by Greg Thelen · 13 years ago
  2. 48db54e mm/migration: fix page corruption during hugepage migration by Minchan Kim · 13 years ago
  3. 57fc4a5 mm: when migrate_pages returns 0, all pages must have been released by Andrea Arcangeli · 13 years ago
  4. 28bd657 mm: migration: clarify migrate_pages() comment by Minchan Kim · 13 years ago
  5. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  6. fd4a466 mm: fix hugepage migration by Hugh Dickins · 13 years ago
  7. 1ce82b6 mm: fix migration hangs on anon_vma lock by Hugh Dickins · 13 years ago
  8. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 13 years ago
  9. 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 13 years ago
  10. 7f0f249 mm: migration: cleanup migrate_pages API by matching types for offlining and sync by Mel Gorman · 13 years ago
  11. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 13 years ago
  12. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 13 years ago
  13. 0d1836c mm/migrate.c: fix compilation error by Michal Nazarewicz · 13 years ago
  14. 70384dc mm: fix error reporting in move_pages() syscall by Gleb Natapov · 14 years ago
  15. cf608ac mm: compaction: fix COMPACTPAGEFAILED counting by Minchan Kim · 14 years ago
  16. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  17. 3ef8fd7 Fix migration.c compilation on s390 by Andi Kleen · 14 years ago
  18. 290408d hugetlb: hugepage migration core by Naoya Horiguchi · 14 years ago
  19. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  20. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  21. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  22. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  23. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  24. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 14 years ago
  25. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 14 years ago
  26. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  27. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  28. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  29. 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
  30. 85f1fb7 mm/migrate.c: kill anon local variable from migrate_page_copy by KOSAKI Motohiro · 14 years ago
  31. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  32. 87b8d1a mm: Make copy_from_user() in migrate.c statically predictable by H. Peter Anvin · 14 years ago
  33. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 14 years ago
  34. 6f5a55f Fix potential crash with sys_move_pages by Linus Torvalds · 14 years ago
  35. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 15 years ago
  36. 62b61f6 ksm: memory hotremove migration only by Hugh Dickins · 15 years ago
  37. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 15 years ago
  38. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 15 years ago
  39. 6d9c285 mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place by KOSAKI Motohiro · 15 years ago
  40. b9255850 mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe by H. Peter Anvin · 15 years ago
  41. e00e431 memcg: fix wrong pointer initialization at page migration when memcg is disabled. by KAMEZAWA Hiroyuki · 15 years ago
  42. 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
  43. edcf474 mm: return boolean from page_has_private() by Johannes Weiner · 15 years ago
  44. 6c0b135 mm: return boolean from page_is_file_cache() by Johannes Weiner · 15 years ago
  45. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 15 years ago
  46. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  47. abfc348 memory hotplug: migrate swap cache page by Shaohua Li · 15 years ago
  48. 14fa31b HWPOISON: Use bitmask/action code for try_to_unmap behaviour by Andi Kleen · 15 years ago
  49. 35282a2 migration: only migrate_prep() once per move_pages() by Brice Goglin · 15 years ago
  50. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  51. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 15 years ago
  52. 1001c9f migration: migrate_vmas should check "vma" by Daisuke Nishimura · 15 years ago
  53. 938bb9f [CVE-2009-0029] System call wrappers part 28 by Heiko Carstens · 15 years ago
  54. 01b1ae6 memcg: simple migration handling by KAMEZAWA Hiroyuki · 15 years ago
  55. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 15 years ago
  56. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 15 years ago
  57. 5bd1455 mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by default by Brice Goglin · 15 years ago
  58. 3140a22 mm: rework do_pages_move() to work on page_sized chunks by Brice Goglin · 15 years ago
  59. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  60. c095adb mm: Don't touch uninitialized variable in do_pages_stat_array() by KOSAKI Motohiro · 15 years ago
  61. 80bba12 mm: no get_user/put_user while holding mmap_sem in do_pages_stat? by Brice Goglin · 16 years ago
  62. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  63. bda8550 migration: fix writepage error by Hugh Dickins · 16 years ago
  64. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  65. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  66. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  67. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  68. 0aedadf mm: move migrate_prep out from under mmap_sem by Christoph Lameter · 16 years ago
  69. b7abea9 memcg: make page->mapping NULL before uncharge by KAMEZAWA Hiroyuki · 16 years ago
  70. 5e9a0f0 mm: extract do_pages_move() out of sys_move_pages() by Brice Goglin · 16 years ago
  71. 2f007e7 mm: don't vmalloc a huge page_to_node array for do_pages_stat() by Brice Goglin · 16 years ago
  72. e78bbfa mm: stop returning -ENOENT from sys_move_pages() if nothing got migrated by Brice Goglin · 16 years ago
  73. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  74. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  75. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  76. f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
  77. 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
  78. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  79. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  80. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  81. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  82. e8589cc memcg: better migration handling by KAMEZAWA Hiroyuki · 16 years ago
  83. 83d1674 mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA by Gerald Schaefer · 16 years ago
  84. 4f5ca26 mm/migrate.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  85. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  86. 89f5b7d Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP by Linus Torvalds · 16 years ago
  87. 3a902c5 mm: fix warning on memory offline by Nick Piggin · 16 years ago
  88. 98837c7 memcg: fix VM_BUG_ON from page migration by Hugh Dickins · 16 years ago
  89. ae41be3 bugfix for memory cgroup controller: migration under memory controller fix by KAMEZAWA Hiroyuki · 16 years ago
  90. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  91. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  92. 62e1c55 page migraton: handle orphaned pages by Shaohua Li · 16 years ago
  93. 698dd4b maps4: move is_swap_pte by Matt Mackall · 16 years ago
  94. e9534b3 Typo fixes retrun -> return by Gabriel Craciunescu · 17 years ago
  95. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  96. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  97. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  98. 97ee052 flush cache before installing new page at migraton by KAMEZAWA Hiroyuki · 17 years ago
  99. 56bbd65 Memoryless nodes: Update memory policy and page migration by Christoph Lameter · 17 years ago
  100. 9d966d4 mm/migrate.c __user annotation by Al Viro · 17 years ago