1. 5643569 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 6 years ago
  2. 9696c76 mm/page_alloc.c: use a single function to free page by Aaron Lu · 6 years ago
  3. 257ad5f mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() by Aaron Lu · 6 years ago
  4. 78ce155 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 6 years ago
  5. 5779cbc mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span() by David Hildenbrand · 4 years, 11 months ago
  6. 006360e mm/page_io.c: do not free shared swap slots by Vinayak Menon · 5 years ago
  7. 6a2245d mm: handle no memcg case in memcg_kmem_charge() properly by Roman Gushchin · 6 years ago
  8. 17523d7 mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock by David Hildenbrand · 6 years ago
  9. 02735d5 mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  10. 3059842 mm/gup_benchmark.c: prevent integer overflow in ioctl by Dan Carpenter · 6 years ago
  11. 4291e97 mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition by Andrea Arcangeli · 6 years ago
  12. 2d9d6c0 mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock by Dave Chinner · 6 years ago
  13. e8d355b mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() by Andrey Ryabinin · 4 years, 11 months ago
  14. f8b09a0 mm/memory_hotplug: fix updating the node span by David Hildenbrand · 5 years ago
  15. 6631def mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span() by David Hildenbrand · 5 years ago
  16. e4cc9c8 memfd: Use radix_tree_deref_slot_protected to avoid the warning. by zhong jiang · 5 years ago
  17. b4bc649 mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() by Roman Gushchin · 5 years ago
  18. bb1bc2d mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() by Roman Gushchin · 5 years ago
  19. 653d9e0 mm: mempolicy: fix the wrong return value and potential pages leak of mbind by Yang Shi · 5 years ago
  20. d3b3c0a mm/filemap.c: don't initiate writeback if mapping has no dirty pages by Konstantin Khlebnikov · 5 years ago
  21. 6c944fc mm, vmstat: hide /proc/pagetypeinfo from normal users by Michal Hocko · 5 years ago
  22. 7dfa51b mm, meminit: recalculate pcpu batch and high limits after init completes by Mel Gorman · 5 years ago
  23. 8e6bf4b mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges by Johannes Weiner · 5 years ago
  24. 30cff8ab mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped more than once by Jane Chu · 5 years ago
  25. 91eec76 hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() by David Hildenbrand · 5 years ago
  26. f712e30 mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo by Qian Cai · 5 years ago
  27. bb6932c mm/slub: fix a deadlock in show_slab_objects() by Qian Cai · 5 years ago
  28. 9792afb mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() by David Hildenbrand · 5 years ago
  29. 99b45e7 memfd: Fix locking when tagging pins by Matthew Wilcox (Oracle) · 5 years ago
  30. 491a39dc mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() by Dan Carpenter · 5 years ago
  31. 12c6c4a usercopy: Avoid HIGHMEM pfn warning by Kees Cook · 5 years ago
  32. 4d8bdf7 mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone by Yafang Shao · 5 years ago
  33. b4a734a memcg, kmem: do not fail __GFP_NOFAIL charges by Michal Hocko · 5 years ago
  34. d40b3ea memcg, oom: don't require __GFP_FS when invoking memcg OOM killer by Tetsuo Handa · 5 years ago
  35. 2e7e7c8 mm/migrate.c: initialize pud_entry in migrate_vma() by Ralph Campbell · 5 years ago
  36. 5dd2db1 mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n by Andrew Morton · 5 years ago
  37. ed11e60 mm/zsmalloc.c: fix race condition in zs_destroy_pool by Henry Burns · 5 years ago
  38. b30a2f6 mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely by Henry Burns · 5 years ago
  39. db67ac0 mm, page_owner: handle THP splits correctly by Vlastimil Babka · 5 years ago
  40. 01d8d08 Revert "kmemleak: allow to coexist with fault injection" by Yang Shi · 5 years ago
  41. 056368f mm/usercopy: use memory range to be accessed for wraparound check by Isaac J. Manjarres · 5 years ago
  42. c8282f1 mm/memcontrol.c: fix use after free in mem_cgroup_iter() by Miles Chen · 5 years ago
  43. 3c0cb90 mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind by Yang Shi · 5 years ago
  44. cd825d8 mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified by Yang Shi · 5 years ago
  45. f0fed82 mm/hmm: fix bad subpage pointer in try_to_unmap_one by Ralph Campbell · 5 years ago
  46. 46b306f mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() by Joerg Roedel · 5 years ago
  47. beb0cc78 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  48. 439c79e mm/cma.c: fail if fixed declaration can't be honored by Doug Berger · 5 years ago
  49. b076872 mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 5 years ago
  50. a8c568f mm/mmu_notifier: use hlist_add_head_rcu() by Jean-Philippe Brucker · 5 years ago
  51. 041b127 mm/gup.c: remove some BUG_ONs from get_gate_page() by Andy Lutomirski · 5 years ago
  52. fa099d6 mm/gup.c: mark undo_dev_pagemap as __maybe_unused by Guenter Roeck · 5 years ago
  53. 071f213 mm/kmemleak.c: fix check for softirq context by Dmitry Vyukov · 5 years ago
  54. 30edc7c mm/swap: fix release_pages() when releasing devmap pages by Ira Weiny · 5 years ago
  55. c1d98b7 mm: vmscan: scan anonymous pages on file refaults by Kuo-Hsin Yang · 5 years ago
  56. 4becd6c mm: add filemap_fdatawait_range_keep_errors() by Ross Zwisler · 5 years ago
  57. 27ce6c2 mm/vmscan.c: prevent useless kswapd loops by Shakeel Butt · 5 years ago
  58. 79fccb9 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 5 years ago
  59. 87cf811 mm/page_idle.c: fix oops because end_pfn is larger than max_pfn by Colin Ian King · 5 years ago
  60. 1192fb7 mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 5 years ago
  61. aab6291 mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails by Naoya Horiguchi · 5 years ago
  62. 49e9b49 mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask by zhong jiang · 5 years ago
  63. 465ce9a coredump: fix race condition between collapse_huge_page() and core dumping by Andrea Arcangeli · 5 years ago
  64. 54a2028 mm/vmscan.c: fix trying to reclaim unevictable LRU page by Minchan Kim · 5 years ago
  65. 553a1f0 mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node by Shakeel Butt · 5 years ago
  66. 526972e percpu: do not search past bitmap when allocating an area by Dennis Zhou · 6 years ago
  67. 5329dca percpu: remove spurious lock dependency between percpu and sched by John Sperbeck · 5 years ago
  68. 515d18c mm/slab.c: fix an infinite loop in leaks_show() by Qian Cai · 5 years ago
  69. 13e1ea0 mm/cma_debug.c: fix the break condition in cma_maxchunk_get() by Yue Hu · 5 years ago
  70. 38c5fce mm: page_mkclean vs MADV_DONTNEED race by Aneesh Kumar K.V · 5 years ago
  71. 77a01e3 mm/cma.c: fix the bitmap status to show failed allocation reason by Yue Hu · 5 years ago
  72. e5f8857 mm/cma.c: fix crash on CMA allocation if bitmap allocation fails by Yue Hu · 5 years ago
  73. 5094a85 mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE by Linxu Fang · 5 years ago
  74. ffaafd2 hugetlbfs: on restore reserve error path retain subpool reservation by Mike Kravetz · 5 years ago
  75. 85e1a6c mm/hmm: select mmu notifier when selecting HMM by Jérôme Glisse · 5 years ago
  76. 8b057ad memcg: make it work on sparse non-0-node systems by Jiri Slaby · 5 years ago
  77. a3ccc15 hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 5 years ago
  78. 0b16b09 mm/hugetlb.c: don't put_page in lock of hugetlb_lock by Kai Shen · 5 years ago
  79. 58db381 mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 5 years ago
  80. f580a54 mm/mincore.c: make mincore() more conservative by Jiri Kosina · 5 years ago
  81. 6832199 mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 6 years ago
  82. 6a60fb6 mm/memory_hotplug.c: drop memory device reference after find_memory_block() by David Hildenbrand · 5 years ago
  83. 6536de8 mm: fix inactive list balancing between NUMA nodes and cgroups by Johannes Weiner · 5 years ago
  84. 78bc982 slab: fix a crash by reading /proc/slab_allocators by Qian Cai · 6 years ago
  85. e7c2d06 mm/kmemleak.c: fix unused-function warning by Arnd Bergmann · 5 years ago
  86. 6a62bbe kmemleak: powerpc: skip scanning holes in the .bss section by Catalin Marinas · 6 years ago
  87. d972ebb mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 5 years ago
  88. 423497a mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
  89. 6580376 percpu: stop printing kernel addresses by Matteo Croce · 6 years ago
  90. 1343fd8 mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n by Konstantin Khlebnikov · 5 years ago
  91. 6ff17bc coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 5 years ago
  92. d49dea5 mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo by Roman Gushchin · 6 years ago
  93. 43f4733 mm: writeback: use exact memcg dirty counts by Greg Thelen · 6 years ago
  94. 9a62d69 mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() by Aneesh Kumar K.V · 6 years ago
  95. a6c56bf page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  96. f09c424 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  97. 8a0fc62 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 6 years ago
  98. 67abbb9 mm, mempolicy: fix uninit memory access by Vlastimil Babka · 6 years ago
  99. 9d785b9 memcg: killed threads should not invoke memcg OOM killer by Tetsuo Handa · 6 years ago
  100. eed3ca0 mm,oom: don't kill global init via memory.oom.group by Tetsuo Handa · 6 years ago