1. 6832199 mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 5 years ago
  2. 6a60fb6 mm/memory_hotplug.c: drop memory device reference after find_memory_block() by David Hildenbrand · 5 years ago
  3. 6536de8 mm: fix inactive list balancing between NUMA nodes and cgroups by Johannes Weiner · 5 years ago
  4. 78bc982 slab: fix a crash by reading /proc/slab_allocators by Qian Cai · 5 years ago
  5. e7c2d06 mm/kmemleak.c: fix unused-function warning by Arnd Bergmann · 5 years ago
  6. 6a62bbe kmemleak: powerpc: skip scanning holes in the .bss section by Catalin Marinas · 5 years ago
  7. d972ebb mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 5 years ago
  8. 423497a mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
  9. 6580376 percpu: stop printing kernel addresses by Matteo Croce · 6 years ago
  10. 1343fd8 mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n by Konstantin Khlebnikov · 5 years ago
  11. 6ff17bc coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 5 years ago
  12. d49dea5 mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo by Roman Gushchin · 6 years ago
  13. 43f4733 mm: writeback: use exact memcg dirty counts by Greg Thelen · 5 years ago
  14. 9a62d69 mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() by Aneesh Kumar K.V · 5 years ago
  15. a6c56bf page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  16. f09c424 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  17. 8a0fc62 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 6 years ago
  18. 67abbb9 mm, mempolicy: fix uninit memory access by Vlastimil Babka · 6 years ago
  19. 9d785b9 memcg: killed threads should not invoke memcg OOM killer by Tetsuo Handa · 6 years ago
  20. eed3ca0 mm,oom: don't kill global init via memory.oom.group by Tetsuo Handa · 6 years ago
  21. ed3345a mm, swap: bounds check swap_info array accesses to avoid NULL derefs by Daniel Jordan · 6 years ago
  22. 4c6d7dc mm/page_ext.c: fix an imbalance with kmemleak by Qian Cai · 6 years ago
  23. f555b00 mm/cma.c: cma_declare_contiguous: correct err handling by Peng Fan · 6 years ago
  24. 7b287c4 mm/sparse: fix a bad comparison by Qian Cai · 6 years ago
  25. f70ddae mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate by Lars Persson · 5 years ago
  26. 5966777 mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified by Yang Shi · 5 years ago
  27. 62d342d mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 5 years ago
  28. 09417dd mm/memory.c: do_fault: avoid usage of stale vm_area_struct by Jan Stancek · 6 years ago
  29. c1ddc7b mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 6 years ago
  30. 234c0cc mm: hwpoison: fix thp split handing in soft_offline_in_use_page() by zhongjiang · 6 years ago
  31. b3139fb tmpfs: fix uninitialized return value in shmem_link by Darrick J. Wong · 6 years ago
  32. 064a61d tmpfs: fix link accounting when a tmpfile is linked in by Darrick J. Wong · 6 years ago
  33. e6e9d6e mm: handle lru_add_drain_all for UP properly by Michal Hocko · 6 years ago
  34. 33e83ea mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs by Jann Horn · 6 years ago
  35. 53dcaee Revert "mm: use early_pfn_to_nid in page_ext_init" by Qian Cai · 6 years ago
  36. 8b1a776 mm/gup: fix gup_pmd_range() for dax by Yu Zhao · 6 years ago
  37. 2cc84e2 mm, memory_hotplug: fix off-by-one in is_pageblock_removable by Michal Hocko · 6 years ago
  38. 71df1c8 mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone by Mikhail Zaslonko · 6 years ago
  39. 6027792 mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone by Michal Hocko · 6 years ago
  40. 527cabf hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  41. de04d29 mm: enforce min addr even if capable() in expand_downwards() by Jann Horn · 6 years ago
  42. edca54b writeback: synchronize sync(2) against cgroup writeback membership switches by Tejun Heo · 7 years ago
  43. c7ddb26 numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES by Ralph Campbell · 6 years ago
  44. 657fbf7 Revert "mm: slowly shrink slabs with a relatively small number of objects" by Dave Chinner · 6 years ago
  45. f73c775 mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init by Waiman Long · 6 years ago
  46. 7c54ba4 percpu: convert spin_lock_irq to spin_lock_irqsave. by Dennis Zhou · 6 years ago
  47. 214dea1 mm: migrate: don't rely on __PageMovable() of newpage after unlocking it by David Hildenbrand · 6 years ago
  48. ced41d9 mm: hwpoison: use do_send_sig_info() instead of force_sig() by Naoya Horiguchi · 6 years ago
  49. b6f534a mm, oom: fix use-after-free in oom_kill_process by Shakeel Butt · 6 years ago
  50. d9f4d88 mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages by Oscar Salvador · 6 years ago
  51. 7e70ddc oom, oom_reaper: do not enqueue same task twice by Tetsuo Handa · 6 years ago
  52. 15033ca mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT by Andrea Arcangeli · 6 years ago
  53. 6bab957 Revert "mm, memory_hotplug: initialize struct pages for the full memory section" by Michal Hocko · 6 years ago
  54. b0cd52e mm/swap: use nr_node_ids for avail_lists in swap_info_struct by Aaron Lu · 6 years ago
  55. dc15e3f mm/page-writeback.c: don't break integrity writeback on ->writepage() error by Brian Foster · 6 years ago
  56. 160f79c mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 6 years ago
  57. 97b02b6 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 6 years ago
  58. 8a4b6e8 mm/usercopy.c: no check page span for stack objects by Qian Cai · 6 years ago
  59. f928ca3 slab: alien caches must not be initialized if the allocation of the alien cache failed by Christoph Lameter · 6 years ago
  60. 1c5e0be memcg, oom: notify on oom killer invocation from the charge path by Michal Hocko · 6 years ago
  61. 8da7075 mm, swap: fix swapoff with KSM pages by Huang Ying · 6 years ago
  62. 0f1a62e mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  63. e890a86 mm, hmm: use devm semantics for hmm_devmem_{add, remove} by Dan Williams · 6 years ago
  64. 2c87072 hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined by Michal Hocko · 6 years ago
  65. a5e8809 mm: don't miss the last page because of round-off error by Roman Gushchin · 6 years ago
  66. e27666d mm, page_alloc: fix has_unmovable_pages for HugePages by Oscar Salvador · 6 years ago
  67. 161a565 mm: thp: fix flags for pmd migration when split by Peter Xu · 6 years ago
  68. 7592dbf mm, memory_hotplug: initialize struct pages for the full memory section by Mikhail Zaslonko · 6 years ago
  69. 505bc9f mm/page_alloc.c: fix calculation of pgdat->nr_zones by Wei Yang · 6 years ago
  70. 8f193a7 userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set by Andrea Arcangeli · 6 years ago
  71. 4ce3376 userfaultfd: shmem: add i_size checks by Andrea Arcangeli · 6 years ago
  72. 6e44dd0 userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem by Andrea Arcangeli · 6 years ago
  73. 10f98c1 userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails by Andrea Arcangeli · 6 years ago
  74. b66375b mm: use swp_offset as key in shmem_replace_page() by Yu Zhao · 6 years ago
  75. 16a2d60 mm: cleancache: fix corruption on missed inode invalidation by Pavel Tikhomirov · 6 years ago
  76. 34b7a7c userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
  77. 8b37c40 mm/khugepaged: collapse_shmem() do not crash on Compound by Hugh Dickins · 6 years ago
  78. af24c01 mm/khugepaged: collapse_shmem() without freezing new_page by Hugh Dickins · 6 years ago
  79. 3e9646c mm/khugepaged: minor reorderings in collapse_shmem() by Hugh Dickins · 6 years ago
  80. ee13d69 mm/khugepaged: collapse_shmem() remember to clear holes by Hugh Dickins · 6 years ago
  81. 78141aa mm/khugepaged: fix crashes due to misaccounted holes by Hugh Dickins · 6 years ago
  82. 8797f2f mm/khugepaged: collapse_shmem() stop if punched or truncated by Hugh Dickins · 6 years ago
  83. d31ff47 mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() by Hugh Dickins · 6 years ago
  84. 7e18656 mm/huge_memory: splitting set mapping+index before unfreeze by Hugh Dickins · 6 years ago
  85. 69697e6 mm/huge_memory: rename freeze_page() to unmap_page() by Hugh Dickins · 6 years ago
  86. 9dec385 mm, page_alloc: check for max order in hot path by Michal Hocko · 6 years ago
  87. db89fc0 tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset by Yufen Yu · 6 years ago
  88. b44fd12 mm, memory_hotplug: check zone_movable in has_unmovable_pages by Michal Hocko · 6 years ago
  89. 5100667 z3fold: fix possible reclaim races by Vitaly Wool · 6 years ago
  90. 5999609 mm/memory.c: recheck page table entry with page table lock held by Aneesh Kumar K.V · 6 years ago
  91. 3996e89 mm: don't warn about large allocations for slab by Dmitry Vyukov · 6 years ago
  92. 113737c mm/swapfile.c: use kvzalloc for swap_info_struct allocation by Vasily Averin · 6 years ago
  93. 7b46e53 hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! by Mike Kravetz · 6 years ago
  94. ccd35ba5 memory_hotplug: cond_resched in __remove_pages by Michal Hocko · 6 years ago
  95. 67a19f8 mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings by Andrea Arcangeli · 6 years ago
  96. daca89e mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback by Ralph Campbell · 6 years ago
  97. f968acd mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly by Ralph Campbell · 6 years ago
  98. fa5466d hugetlbfs: dirty pages as they are added to pagecache by Mike Kravetz · 6 years ago
  99. eb66ae0 mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  100. bfba8e5 mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 by Jérôme Glisse · 6 years ago