| Age | Commit message (Expand) | Author |
| 2018-05-22 | percpu: include linux/sched.h for cond_resched() | Tejun Heo |
| 2018-03-04 | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep | Dave Young |
| 2018-03-04 | Provide a function to create a NUL-terminated string from unterminated data | David Howells |
| 2018-03-04 | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa |
| 2018-03-04 | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann |
| 2018-02-28 | cma: fix calculation of aligned offset | Doug Berger |
| 2018-02-28 | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko |
| 2018-02-28 | mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack | Michal Hocko |
| 2018-02-28 | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin |
| 2018-02-28 | proc: much faster /proc/vmstat | Alexey Dobriyan |
| 2018-02-28 | mm/mmu_context, sched/core: Fix mmu_context.h assumption | Ingo Molnar |
| 2017-12-08 | mm/madvise.c: fix madvise() infinite loop under special circumstances | chenjie |
| 2017-12-08 | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov |
| 2017-12-06 | mm/pagewalk.c: report holes in hugetlb ranges | Jann Horn |
| 2017-12-06 | mm/page_ext.c: check if page_ext is not prepared | Jaewon Kim |
| 2017-11-05 | slub: do not merge cache if slub_debug contains a never-merge flag | Grygorii Maistrenko |
| 2017-10-03 | mm/mempolicy: fix use after free when calling get_mempolicy | zhong jiang |
| 2017-09-10 | mm: ratelimit PFNs busy info message | Jonathan Toppins |
| 2017-09-10 | mm/mempool: avoid KASAN marking mempool poison checks as use-after-free | Matthew Dawson |
| 2017-09-10 | mm: don't dereference struct page fields of invalid pages | Ard Biesheuvel |
| 2017-09-10 | mm/page_alloc: Remove kernel address exposure in free_reserved_area() | Josh Poimboeuf |
| 2017-07-31 | mm/list_lru.c: fix list_lru_count_node() to be race free | Sahitya Tummala |
| 2017-07-31 | mm: numa: avoid waiting on freed migrated pages | Mark Rutland |
| 2017-07-31 | mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() | David Rientjes |
| 2017-06-28 | mm: fix new crash in unmapped_area_topdown() | Hugh Dickins |
| 2017-06-28 | mm: larger stack guard gap, between vmas | Sasha Levin |
| 2017-06-25 | swap: cond_resched in swap_cgroup_prepare() | Yu Zhao |
| 2017-06-25 | mm/memory-failure.c: use compound_head() flags for huge pages | James Morse |
| 2017-06-25 | kasan: respect /proc/sys/kernel/traceoff_on_warning | Peter Zijlstra |
| 2017-06-25 | mm/migrate: fix refcount handling when !hugepage_migration_supported() | Punit Agrawal |
| 2017-06-13 | mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp | Keno Fischer |
| 2017-06-13 | mm/mempolicy.c: fix error handling in set_mempolicy and mbind. | Chris Salls |
| 2017-06-08 | mlock: fix mlock count can not decrease in race condition | Yisheng Xie |
| 2017-06-08 | mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand... | Naoya Horiguchi |
| 2017-06-08 | mm/memory-failure: split thp earlier in memory error handling | Naoya Horiguchi |
| 2017-06-08 | slub/memcg: cure the brainless abuse of sysfs attributes | Thomas Gleixner |
| 2017-05-17 | mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() | Naoya Horiguchi |
| 2017-05-17 | percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages | Tahsin Erdogan |
| 2017-05-17 | mm: do not access page->mapping directly on page_endio | Minchan Kim |
| 2017-05-17 | mm: vmpressure: fix sending wrong events on underflow | Vinayak Menon |
| 2017-05-17 | mm/page_alloc: fix nodes for reclaim in fast path | Gavin Shan |
| 2017-03-06 | mm, fs: check for fatal signals in do_generic_file_read() | Michal Hocko |
| 2017-03-06 | mm/mempolicy.c: do not put mempolicy before using its nodemask | Vlastimil Babka |
| 2017-03-06 | mm/hugetlb.c: fix reservation race when freeing surplus pages | Mike Kravetz |
| 2017-01-12 | mm/vmscan.c: set correct defer count for shrinker | Shaohua Li |
| 2016-12-23 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
| 2016-12-21 | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang |
| 2016-11-23 | mm/list_lru.c: avoid error-path NULL pointer deref | Alexander Polakov |
| 2016-10-23 | mm: remove gup_flags FOLL_WRITE games from __get_user_pages() | Linus Torvalds |
| 2016-08-19 | mm/hugetlb: avoid soft lockup in set_max_huge_pages() | Jia He |