1. bd46c35 KSM: Start KSM by default by Abhimanyu Garg · 10 years ago
  2. 2b4be35 ksm: Add showmem notifier by Laura Abbott · 10 years ago
  3. 6518047 ksm: Provide support to use deferred timers for scanner thread by Chintan Pandya · 10 years ago
  4. 6213055 mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() by zhong jiang · 8 years ago
  5. 5b398e4 mm,ksm: fix endless looping in allocating memory when ksm enable by zhong jiang · 8 years ago
  6. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  7. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  8. 7496fea ksm: fix conflict between mmput and scan_get_next_rmap_item by Zhou Chengming · 8 years ago
  9. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  10. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  11. 337ed7e mm/ksm.c: mark stable page dirty by Minchan Kim · 8 years ago
  12. f765f54 ksm: prepare to new THP semantics by Kirill A. Shutemov · 8 years ago
  13. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  14. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  15. 0364041 mm/ksm.c: use list_for_each_entry_safe by Geliang Tang · 8 years ago
  16. c8f95ed ksm: unstable_tree_search_insert error checking cleanup by Andrea Arcangeli · 9 years ago
  17. 85c6e8d ksm: use find_mergeable_vma in try_to_merge_with_ksm_page by Andrea Arcangeli · 9 years ago
  18. 98666f8a ksm: use the helper method to do the hlist_empty check by Andrea Arcangeli · 9 years ago
  19. f2e5ff8 ksm: don't fail stable tree lookups if walking over stale stable_nodes by Andrea Arcangeli · 9 years ago
  20. ad12695 ksm: add cond_resched() to the rmap_walks by Andrea Arcangeli · 9 years ago
  21. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  22. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  23. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  24. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  25. 25acde3 mm: ksm use pr_err instead of printk by Paul McQuade · 10 years ago
  26. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  27. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  28. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  29. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  30. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  31. 9f32624 mm/rmap: use rmap_walk() in page_referenced() by Joonsoo Kim · 10 years ago
  32. e8351ac mm/rmap: use rmap_walk() in try_to_munlock() by Joonsoo Kim · 10 years ago
  33. 5262950 mm/rmap: use rmap_walk() in try_to_unmap() by Joonsoo Kim · 10 years ago
  34. 0dd1c7b mm/rmap: extend rmap_walk_xxx() to cope with different cases by Joonsoo Kim · 10 years ago
  35. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 10 years ago
  36. bafe1e1 ksm: remove redundant __GFP_ZERO from kcalloc by Joe Perches · 11 years ago
  37. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  38. d8fc16a ksm: fix m68k build: only NUMA needs pfn_to_nid by Hugh Dickins · 11 years ago
  39. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  40. ef53d16c ksm: allocate roots when needed by Hugh Dickins · 11 years ago
  41. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  42. bc56620 ksm: shrink 32-bit rmap_item back to 32 bytes by Hugh Dickins · 11 years ago
  43. b599cbd ksm: treat unstable nid like in stable tree by Hugh Dickins · 11 years ago
  44. 8fdb3db ksm: add some comments by Hugh Dickins · 11 years ago
  45. ef4d43a ksm: stop hotremove lockdep warning by Hugh Dickins · 11 years ago
  46. 4146d2d ksm: make !merge_across_nodes migration safe by Hugh Dickins · 11 years ago
  47. c8d6553 ksm: make KSM page migration possible by Hugh Dickins · 11 years ago
  48. cbf86cf ksm: remove old stable nodes more thoroughly by Hugh Dickins · 11 years ago
  49. 8aafa6a ksm: get_ksm_page locked by Hugh Dickins · 11 years ago
  50. ee0ea59 ksm: reorganize ksm_check_stable_tree by Hugh Dickins · 11 years ago
  51. e850dcf ksm: trivial tidyups by Hugh Dickins · 11 years ago
  52. 90bd6fd ksm: allow trees per NUMA node by Petr Holasek · 11 years ago
  53. 4ca3a69 mm/ksm.c: use new hashtable implementation by Sasha Levin · 11 years ago
  54. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 11 years ago
  55. b6b19f2 ksm: make rmap walks more scalable by Hugh Dickins · 11 years ago
  56. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  57. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 11 years ago
  58. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 11 years ago
  59. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 11 years ago
  60. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 11 years ago
  61. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  62. 39b5f29 mm: remove vma arg from page_evictable by Hugh Dickins · 12 years ago
  63. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  64. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  65. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  66. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 12 years ago
  67. ef69422 ksm: cleanup: introduce find_mergeable_vma() by Bob Liu · 12 years ago
  68. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  69. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  70. 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 12 years ago
  71. 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
  72. 2b47261 ksm: fix NULL pointer dereference in scan_get_next_rmap_item() by Hugh Dickins · 13 years ago
  73. 72788c3 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj by David Rientjes · 13 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  75. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  76. 2919bfd ksm: drain pagevecs to lru by Hugh Dickins · 13 years ago
  77. 22e5c47 thp: add compound_trans_head() helper by Andrea Arcangeli · 13 years ago
  78. 29ad768 thp: KSM on THP by Andrea Arcangeli · 13 years ago
  79. 878aee7 thp: freeze khugepaged and ksmd by Andrea Arcangeli · 13 years ago
  80. 21ae5b0 thp: skip transhuge pages in ksm for now by Andrea Arcangeli · 13 years ago
  81. ae52a2a thp: ksm: free swap when swapcache page is replaced by Hugh Dickins · 13 years ago
  82. a0b0f58 ksm: annotate ksm_thread_mutex is no deadlock source by KOSAKI Motohiro · 13 years ago
  83. 4e31635 ksm: fix bad user data when swapping by Hugh Dickins · 14 years ago
  84. 4969c11 mm: fix swapin race condition by Andrea Arcangeli · 14 years ago
  85. d9f8984 ksm: cleanup for mm_slots_hash by Lai Jiangshan · 14 years ago
  86. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  87. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  88. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  89. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  90. 22eccdd ksm: check for ERR_PTR from follow_page() by Dan Carpenter · 14 years ago
  91. cb53237 mm/ksm.c is doing an unneeded _notify in write_protect_page. by Robin Holt · 14 years ago
  92. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  93. d0f209f ksm: remove unswappable max_kernel_pages by Hugh Dickins · 14 years ago
  94. 62b61f6 ksm: memory hotremove migration only by Hugh Dickins · 14 years ago
  95. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 14 years ago
  96. 80e14822 ksm: share anon page without allocating by Hugh Dickins · 14 years ago
  97. 4035c07a ksm: take keyhole reference to page by Hugh Dickins · 14 years ago
  98. db114b8 ksm: hold anon_vma in rmap_item by Hugh Dickins · 14 years ago
  99. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 14 years ago
  100. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 14 years ago