1. 3553195 mm/ksm: fix NULL pointer dereference when KSM zero page is enabled by Muchun Song · 4 years, 3 months ago
  2. e8d355b mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() by Andrey Ryabinin · 4 years, 8 months ago
  3. 815f0dd include/linux/compiler*.h: make compiler-*.h mutually exclusive by Nick Desaulniers · 6 years ago
  4. 1c4c3b9 mm: fix page_freeze_refs and page_unfreeze_refs in comments by Jiang Biao · 6 years ago
  5. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  6. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  7. 1105a2f mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() by Jia He · 6 years ago
  8. 8848482 mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c by Mike Rapoport · 6 years ago
  9. 5a2ca3e mm/ksm: docs: extend overview comment and make it "DOC:" by Mike Rapoport · 6 years ago
  10. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 6 years ago
  11. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 6 years ago
  12. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 6 years ago
  13. 77da2ba mm/ksm: fix interaction with THP by Claudio Imbrenda · 6 years ago
  14. c01f0b5 mm/ksm.c: make stable_node_dup() static by Colin Ian King · 6 years ago
  15. 74a0496 sparc64: Add support for ADI (Application Data Integrity) by Khalid Aziz · 6 years ago
  16. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 6 years ago
  17. 08df477 mm/ksm: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  18. 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
  19. 4b22927 ksm: fix unlocked iteration over vmas in cmp_and_merge_page() by Kirill Tkhai · 7 years ago
  20. f907c26 mm/ksm.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  21. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  22. 80b18df ksm: optimize refile of stable_node_dup at the head of the chain by Andrea Arcangeli · 7 years ago
  23. 8dc5ffc ksm: swap the two output parameters of chain/chain_prune by Andrea Arcangeli · 7 years ago
  24. 0ba1d0f ksm: cleanup stable_node chain collapse case by Andrea Arcangeli · 7 years ago
  25. b4fecc6 ksm: fix use after free with merge_across_nodes = 0 by Andrea Arcangeli · 7 years ago
  26. 2c653d0 ksm: introduce ksm_max_page_sharing per page deduplication limit by Andrea Arcangeli · 7 years ago
  27. a7306c3 ksm: prevent crash after write_protect_page fails by Andrea Arcangeli · 7 years ago
  28. e4b8222 mm: make rmap_one boolean function by Minchan Kim · 7 years ago
  29. 1df631a mm: make rmap_walk() return void by Minchan Kim · 7 years ago
  30. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 7 years ago
  31. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  32. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 7 years ago
  33. 595cd8f mm/ksm: handle protnone saved writes when making page write protect by Aneesh Kumar K.V · 7 years ago
  34. 36eaff3 mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  35. e86c59b mm/ksm: improve deduplication of zero pages with colouring by Claudio Imbrenda · 7 years ago
  36. 6213055 mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() by zhong jiang · 8 years ago
  37. 5b398e4 mm,ksm: fix endless looping in allocating memory when ksm enable by zhong jiang · 8 years ago
  38. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  39. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  40. 7496fea ksm: fix conflict between mmput and scan_get_next_rmap_item by Zhou Chengming · 8 years ago
  41. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  42. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  43. 337ed7e mm/ksm.c: mark stable page dirty by Minchan Kim · 9 years ago
  44. f765f54 ksm: prepare to new THP semantics by Kirill A. Shutemov · 9 years ago
  45. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
  46. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  47. 0364041 mm/ksm.c: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  48. c8f95ed ksm: unstable_tree_search_insert error checking cleanup by Andrea Arcangeli · 9 years ago
  49. 85c6e8d ksm: use find_mergeable_vma in try_to_merge_with_ksm_page by Andrea Arcangeli · 9 years ago
  50. 98666f8a ksm: use the helper method to do the hlist_empty check by Andrea Arcangeli · 9 years ago
  51. f2e5ff8 ksm: don't fail stable tree lookups if walking over stale stable_nodes by Andrea Arcangeli · 9 years ago
  52. ad12695 ksm: add cond_resched() to the rmap_walks by Andrea Arcangeli · 9 years ago
  53. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  54. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  55. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  56. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  57. 25acde3 mm: ksm use pr_err instead of printk by Paul McQuade · 10 years ago
  58. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  59. f72e7dc mm: let mm_find_pmd fix buggy race with THP fault by Hugh Dickins · 10 years ago
  60. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  61. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 11 years ago
  62. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
  63. 9f32624 mm/rmap: use rmap_walk() in page_referenced() by Joonsoo Kim · 11 years ago
  64. e8351ac mm/rmap: use rmap_walk() in try_to_munlock() by Joonsoo Kim · 11 years ago
  65. 5262950 mm/rmap: use rmap_walk() in try_to_unmap() by Joonsoo Kim · 11 years ago
  66. 0dd1c7b mm/rmap: extend rmap_walk_xxx() to cope with different cases by Joonsoo Kim · 11 years ago
  67. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 11 years ago
  68. bafe1e1 ksm: remove redundant __GFP_ZERO from kcalloc by Joe Perches · 11 years ago
  69. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  70. d8fc16a ksm: fix m68k build: only NUMA needs pfn_to_nid by Hugh Dickins · 11 years ago
  71. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  72. ef53d16 ksm: allocate roots when needed by Hugh Dickins · 11 years ago
  73. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  74. bc56620 ksm: shrink 32-bit rmap_item back to 32 bytes by Hugh Dickins · 11 years ago
  75. b599cbd ksm: treat unstable nid like in stable tree by Hugh Dickins · 11 years ago
  76. 8fdb3db ksm: add some comments by Hugh Dickins · 11 years ago
  77. ef4d43a ksm: stop hotremove lockdep warning by Hugh Dickins · 11 years ago
  78. 4146d2d ksm: make !merge_across_nodes migration safe by Hugh Dickins · 11 years ago
  79. c8d6553 ksm: make KSM page migration possible by Hugh Dickins · 11 years ago
  80. cbf86cf ksm: remove old stable nodes more thoroughly by Hugh Dickins · 11 years ago
  81. 8aafa6a ksm: get_ksm_page locked by Hugh Dickins · 11 years ago
  82. ee0ea59 ksm: reorganize ksm_check_stable_tree by Hugh Dickins · 11 years ago
  83. e850dcf ksm: trivial tidyups by Hugh Dickins · 11 years ago
  84. 90bd6fd ksm: allow trees per NUMA node by Petr Holasek · 11 years ago
  85. 4ca3a69 mm/ksm.c: use new hashtable implementation by Sasha Levin · 11 years ago
  86. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 11 years ago
  87. b6b19f2 ksm: make rmap walks more scalable by Hugh Dickins · 12 years ago
  88. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  89. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
  90. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  91. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  92. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  93. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  94. 39b5f29 mm: remove vma arg from page_evictable by Hugh Dickins · 12 years ago
  95. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  96. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  97. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  98. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 12 years ago
  99. ef69422 ksm: cleanup: introduce find_mergeable_vma() by Bob Liu · 12 years ago
  100. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago