1. 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 8 years ago
  2. 8749cfe mm: add page_check_address_transhuge() helper by Vladimir Davydov · 8 years ago
  3. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  4. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  5. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  6. e39155e mm: uninline and cleanup page-mapping related helpers by Kirill A. Shutemov · 9 years ago
  7. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 9 years ago
  8. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  9. 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 9 years ago
  10. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  11. daa5ba7 mm/rmap.c: cleanup ttu_flags by Konstantin Khlebnikov · 10 years ago
  12. ac76950 mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static by Kirill A. Shutemov · 10 years ago
  13. 7e09e73 mm: fix swapops.h:131 bug if remap_file_pages raced migration by Hugh Dickins · 10 years ago
  14. 9f32624 mm/rmap: use rmap_walk() in page_referenced() by Joonsoo Kim · 10 years ago
  15. 5262950 mm/rmap: use rmap_walk() in try_to_unmap() by Joonsoo Kim · 10 years ago
  16. 0dd1c7b mm/rmap: extend rmap_walk_xxx() to cope with different cases by Joonsoo Kim · 10 years ago
  17. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 10 years ago
  18. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  19. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  20. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 12 years ago
  21. 02c6de8 mm: cma: discard clean pages during contiguous allocation instead of migration by Minchan Kim · 12 years ago
  22. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  23. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  24. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  25. 2099597 mm: move is_vma_temporary_stack() declaration to huge_mm.h by Alex Shi · 12 years ago
  26. 978ea78 rmap: remove __anon_vma_link() declaration by Xiao Guangrong · 12 years ago
  27. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 12 years ago
  28. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  29. 2b575eb mm: convert anon_vma->lock to a mutex by Peter Zijlstra · 13 years ago
  30. 25aeeb0 mm: revert page_lock_anon_vma() lock annotation by Peter Zijlstra · 13 years ago
  31. 01d8b20 mm: simplify anon_vma refcounts by Peter Zijlstra · 13 years ago
  32. 8381326 mm: move anon_vma ref out from under CONFIG_foo by Peter Zijlstra · 13 years ago
  33. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  34. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  35. e9a81a8 rmap: wrap page_check_address() using __cond_lock() by Namhyung Kim · 14 years ago
  36. ea4525b rmap: annotate lock context change on page_[un]lock_anon_vma() by Namhyung Kim · 14 years ago
  37. 182fea8 mm: remove alignment padding from anon_vma on (some) 64 bit builds by Richard Kennedy · 14 years ago
  38. 1021a64 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  39. 0fe6e20 hugetlb, rmap: add reverse mapping for hugepage by Naoya Horiguchi · 14 years ago
  40. ad8c2ee rmap: add exclusive page to private anon_vma on swapin by Rik van Riel · 14 years ago
  41. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  42. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  43. 5c341ee1 mm: track the root (oldest) anon_vma by Rik van Riel · 14 years ago
  44. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  45. bb4a340 mm: rename anon_vma_lock to vma_lock_anon_vma by Rik van Riel · 14 years ago
  46. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  47. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  48. 64574746 vmscan: detect mapped file pages used only once by Johannes Weiner · 14 years ago
  49. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 14 years ago
  50. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  51. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 15 years ago
  52. db114b8 ksm: hold anon_vma in rmap_item by Hugh Dickins · 15 years ago
  53. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 15 years ago
  54. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 15 years ago
  55. 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
  56. 21333b2 ksm: no debug in page_dup_rmap() by Hugh Dickins · 15 years ago
  57. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  58. 888b9f7 HWPOISON: Handle hardware poisoned pages in try_to_unmap by Andi Kleen · 15 years ago
  59. 14fa31b HWPOISON: Use bitmask/action code for try_to_unmap behaviour by Andi Kleen · 15 years ago
  60. 10be22d HWPOISON: Export some rmap vma locking to outside world by Andi Kleen · 15 years ago
  61. 01ff53f rmap: fixup page_referenced() for nommu systems by Mike Frysinger · 15 years ago
  62. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 15 years ago
  63. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  64. edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 15 years ago
  65. 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 15 years ago
  66. fdd2e5f make mm/rmap.c:anon_vma_cachep static by Adrian Bunk · 16 years ago
  67. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  68. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  69. 479db0b mm: dirty page tracking race fix by Nick Piggin · 16 years ago
  70. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
  71. bed7161 Memory controller: make page_referenced() cgroup aware by Balbir Singh · 16 years ago
  72. c97a9e1 mm: more rmap checking by Nick Piggin · 17 years ago
  73. 7de6b80 [PATCH] mm: more rmap debugging by Nick Piggin · 18 years ago
  74. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  75. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  76. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  77. d75a0fc [PATCH] Swapless page migration: rip out swap based logic by Christoph Lameter · 18 years ago
  78. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  79. a3351e5 [PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes by Christoph Lameter · 18 years ago
  80. a48d07a [PATCH] Direct Migration V9: migrate_pages() extension by Christoph Lameter · 18 years ago
  81. 9617d95 [PATCH] mm: rmap optimisation by Nick Piggin · 18 years ago
  82. f7b7fd8 [PATCH] temporarily disable swap token on memory pressure by Rik van Riel · 19 years ago
  83. c071880 [PATCH] mm: rmap with inner ptlock by Hugh Dickins · 19 years ago
  84. ceffc07 [PATCH] xip: fs/mm: execute in place by Carsten Otte · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago