| Age | Commit message (Expand) | Author |
| 2019-02-12 | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init | Waiman Long |
| 2019-02-12 | percpu: convert spin_lock_irq to spin_lock_irqsave. | Dennis Zhou |
| 2019-02-06 | mm: migrate: don't rely on __PageMovable() of newpage after unlocking it | David Hildenbrand |
| 2019-02-06 | mm: hwpoison: use do_send_sig_info() instead of force_sig() | Naoya Horiguchi |
| 2019-02-06 | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt |
| 2019-02-06 | mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages | Oscar Salvador |
| 2019-02-06 | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa |
| 2019-02-06 | mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT | Andrea Arcangeli |
| 2019-01-31 | Revert "mm, memory_hotplug: initialize struct pages for the full memory section" | Michal Hocko |
| 2019-01-26 | mm/memblock.c: skip kmemleak for kasan_init() | Qian Cai |
| 2019-01-26 | mm/swap: use nr_node_ids for avail_lists in swap_info_struct | Aaron Lu |
| 2019-01-26 | mm/page-writeback.c: don't break integrity writeback on ->writepage() error | Brian Foster |
| 2019-01-16 | mm: page_mapped: don't assume compound page is huge or THP | Jan Stancek |
| 2019-01-16 | mm, memcg: fix reclaim deadlock with writeback | Michal Hocko |
| 2019-01-16 | mm/usercopy.c: no check page span for stack objects | Qian Cai |
| 2019-01-16 | slab: alien caches must not be initialized if the allocation of the alien cac... | Christoph Lameter |
| 2019-01-13 | mm, swap: fix swapoff with KSM pages | Huang Ying |
| 2019-01-13 | mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL | Dan Williams |
| 2019-01-13 | mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() | Dan Williams |
| 2019-01-13 | mm, hmm: use devm semantics for hmm_devmem_{add, remove} | Dan Williams |
| 2019-01-13 | memcg, oom: notify on oom killer invocation from the charge path | Michal Hocko |
| 2019-01-13 | hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined | Michal Hocko |
| 2018-12-21 | mm, page_alloc: fix has_unmovable_pages for HugePages | Oscar Salvador |
| 2018-12-21 | mm: thp: fix flags for pmd migration when split | Peter Xu |
| 2018-12-21 | mm, memory_hotplug: initialize struct pages for the full memory section | Mikhail Zaslonko |
| 2018-12-14 | hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() | Yongkai Wu |
| 2018-12-14 | memblock: annotate memblock_is_reserved() with __init_memblock | Yueyi Li |
| 2018-12-14 | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe |
| 2018-12-13 | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
| 2018-12-09 | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
| 2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes |
| 2018-12-06 | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh | Matthew Wilcox |
| 2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes |
| 2018-12-04 | dax: Fix unlock mismatch with updated API | Matthew Wilcox |
| 2018-11-30 | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins |
| 2018-11-30 | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins |
| 2018-11-30 | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins |
| 2018-11-30 | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins |
| 2018-11-30 | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins |
| 2018-11-30 | userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set | Andrea Arcangeli |
| 2018-11-30 | userfaultfd: shmem: add i_size checks | Andrea Arcangeli |
| 2018-11-30 | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas | Andrea Arcangeli |
| 2018-11-30 | userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem | Andrea Arcangeli |
| 2018-11-30 | userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails | Andrea Arcangeli |
| 2018-11-30 | mm/page_alloc.c: fix calculation of pgdat->nr_zones | Wei Yang |