1. 646d87b anon_vma: clone the anon_vma chain in the right order by Linus Torvalds · 14 years ago
  2. 4946d54 rmap: fix anon_vma_fork() memory leak by Rik van Riel · 14 years ago
  3. 64574746 vmscan: detect mapped file pages used only once by Johannes Weiner · 14 years ago
  4. fc148a5 mm: remove VM_LOCK_RMAP code by Rik van Riel · 14 years ago
  5. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 14 years ago
  6. 033a64b rmap: remove obsolete check from __page_check_anon_rmap() by Rik van Riel · 14 years ago
  7. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  8. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 14 years ago
  9. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  10. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 14 years ago
  11. caed0f48 mm: simplify try_to_unmap_one() by KOSAKI Motohiro · 14 years ago
  12. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 14 years ago
  13. 80e14822 ksm: share anon page without allocating by Hugh Dickins · 14 years ago
  14. db114b8 ksm: hold anon_vma in rmap_item by Hugh Dickins · 14 years ago
  15. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 14 years ago
  16. 1cb1729 mm: pass address down to rmap ones by Hugh Dickins · 14 years ago
  17. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 14 years ago
  18. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 14 years ago
  19. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 14 years ago
  20. 273f047 rmap: move label `out' to a better place by Huang Shijie · 14 years ago
  21. 7b51159 rmap: simplify try_to_unmap_file() by Huang Shijie · 14 years ago
  22. 8051be5 rmap: fix the comment for try_to_unmap_anon by Huang Shijie · 14 years ago
  23. 570a335b swap_info: swap count continuations by Hugh Dickins · 14 years ago
  24. bf89c8c mm/rmap.c: fix comment by Huang Shijie · 15 years ago
  25. 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
  26. 21333b2 ksm: no debug in page_dup_rmap() by Hugh Dickins · 15 years ago
  27. b904dcf mm: clean up page_remove_rmap() by KOSAKI Motohiro · 15 years ago
  28. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  29. 888b9f7 HWPOISON: Handle hardware poisoned pages in try_to_unmap by Andi Kleen · 15 years ago
  30. 14fa31b HWPOISON: Use bitmask/action code for try_to_unmap behaviour by Andi Kleen · 15 years ago
  31. 10be22d HWPOISON: Export some rmap vma locking to outside world by Andi Kleen · 15 years ago
  32. 03ef83a mm: fix for infinite churning of mlocked pages by Minchan Kim · 15 years ago
  33. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  34. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 15 years ago
  35. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  36. 98f3260 hugh: update email address by Hugh Dickins · 15 years ago
  37. 508b9f8 mm: fix mlocked page counter mismatch by MinChan Kim · 15 years ago
  38. edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 15 years ago
  39. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 15 years ago
  40. cbf84b7 mm: further cleanup page_add_new_anon_rmap by Hugh Dickins · 15 years ago
  41. 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 15 years ago
  42. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 15 years ago
  43. 4917e5d mm: more likely reclaim MADV_SEQUENTIAL mappings by Johannes Weiner · 15 years ago
  44. 64cdd54 mm: cleanup: remove #ifdef CONFIG_MIGRATION by KOSAKI Motohiro · 15 years ago
  45. fdd2e5f make mm/rmap.c:anon_vma_cachep static by Adrian Bunk · 16 years ago
  46. 5b4e655 memcg: avoid accounting special pages by KAMEZAWA Hiroyuki · 16 years ago
  47. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  48. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  49. d9d332e anon_vma_prepare: properly lock even newly allocated entries by Linus Torvalds · 16 years ago
  50. 479db0b mm: dirty page tracking race fix by Nick Piggin · 16 years ago
  51. 16f8c5b mm: page_remove_rmap comments on PageAnon by Hugh Dickins · 16 years ago
  52. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  53. a4b526b [S390] Optimize storage key operations for anon pages by Martin Schwidefsky · 16 years ago
  54. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  55. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  56. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  57. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  58. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 16 years ago
  59. 43d8eac mm: rmap kernel-doc fixes by Randy Dunlap · 16 years ago
  60. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  61. 60c12b1 memcontrol: add vm_match_cgroup() by David Rientjes · 16 years ago
  62. bed7161 Memory controller: make page_referenced() cgroup aware by Balbir Singh · 16 years ago
  63. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  64. 5a9bbdc mm: don't waste swap on locked pages by Hugh Dickins · 16 years ago
  65. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  66. ce7e9fa [S390] Optimize storage key handling for anonymous pages by Christian Borntraeger · 17 years ago
  67. 3ad33b2 Migration: find correct vma in new_vma_page() by Lee Schermerhorn · 17 years ago
  68. 7a40507 mm: document tree_lock->zone.lock lockorder by Nick Piggin · 17 years ago
  69. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  70. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  71. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  72. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  73. 30acbab mm: kill validate_anon_vma to avoid mapcount BUG by Hugh Dickins · 17 years ago
  74. c97a9e1 mm: more rmap checking by Nick Piggin · 17 years ago
  75. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  76. 60b59be fbdev: mm: Deferred IO support by Jaya Kumar · 17 years ago
  77. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  78. 6c21048 [S390] split page_test_and_clear_dirty. by Martin Schwidefsky · 17 years ago
  79. 6e1beb3 [S390] page_mkclean data corruption. by Martin Schwidefsky · 17 years ago
  80. 34bbd70 [PATCH] adapt page_lock_anon_vma() to PREEMPT_RCU by Oleg Nesterov · 17 years ago
  81. d6e88e6 [PATCH] page_mkclean_one(): fix call to set_pte_at() by Al Viro · 17 years ago
  82. c2fda5f [PATCH] Fix up page_mkclean_one(): virtual caches, s390 by Peter Zijlstra · 17 years ago
  83. 7de6b80 [PATCH] mm: more rmap debugging by Nick Piggin · 17 years ago
  84. 82591e6 [PATCH] mm: more commenting on lock ordering by Nick Piggin · 18 years ago
  85. b16bc64 [PATCH] move rmap BUG_ON outside DEBUG_VM by Dave Jones · 18 years ago
  86. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  87. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  88. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  89. e6a1530 [PATCH] Allow migration of mlocked pages by Christoph Lameter · 18 years ago
  90. 04e62a2 [PATCH] More page migration: use migration entries for file pages by Christoph Lameter · 18 years ago
  91. 442c913 [PATCH] More page migration: do not inc/dec rss counters by Christoph Lameter · 18 years ago
  92. d75a0fc [PATCH] Swapless page migration: rip out swap based logic by Christoph Lameter · 18 years ago
  93. 0697212 [PATCH] Swapless page migration: add R/W migration entries by Christoph Lameter · 18 years ago
  94. 7352349 [PATCH] page migration cleanup: rename "ignrefs" to "migration" by Christoph Lameter · 18 years ago
  95. b7ab795 [PATCH] mm: more CONFIG_DEBUG_VM by Nick Piggin · 18 years ago
  96. fcc234f [PATCH] mm: kill kmem_cache_t usage by Pekka Enberg · 18 years ago
  97. 85a6cd0 [PATCH] page_add_file_rmap(): remove BUG_ON()s by Hugh Dickins · 18 years ago
  98. e8788c0 [PATCH] remove_from_swap: fix locking by Christoph Lameter · 18 years ago
  99. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  100. a3351e5 [PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes by Christoph Lameter · 18 years ago