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