Age | Commit message (Expand) | Author |
2020-04-07 | mm: add function __putback_isolated_page | Alexander Duyck |
2020-04-02 | mm,compaction,cma: add alloc_contig flag to compact_control | Rik van Riel |
2020-04-02 | mm, pagealloc: micro-optimisation: save two branches on hot page allocation path | Mateusz Nosek |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm: swap: make page_evictable() inline | Yang Shi |
2019-12-01 | mm, pcpu: make zone pcp updates and reset internal to the mm | Mel Gorman |
2019-12-01 | mm/mmap.c: rb_parent is not necessary in __vma_link_list() | Wei Yang |
2019-12-01 | mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() | Wei Yang |
2019-12-01 | mm: drop mmap_sem before calling balance_dirty_pages() in write fault | Johannes Weiner |
2019-09-25 | mm: introduce MADV_COLD | Minchan Kim |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-03-05 | mm, compaction: capture a page under direct compaction | Mel Gorman |
2019-03-05 | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman |
2019-03-05 | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman |
2019-03-05 | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman |
2019-03-05 | mm, compaction: always finish scanning of a full pageblock | Mel Gorman |
2019-03-05 | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman |
2019-03-05 | mm, compaction: rearrange compact_control | Mel Gorman |
2019-03-05 | mm, compaction: shrink compact_control | Mel Gorman |
2019-03-05 | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS |
2018-12-28 | mm: use alloc_flags to record if kswapd can wake | Mel Gorman |
2018-12-28 | mm, page_alloc: spread allocations across zones before introducing fragmentation | Mel Gorman |
2018-12-28 | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n | Wei Yang |
2018-10-31 | memblock: rename __free_pages_bootmem to memblock_free_pages | Mike Rapoport |
2018-08-23 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder |
2018-08-22 | mm: remove __paginginit | Pavel Tatashin |
2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-01 | mm: return an unsigned int from __do_page_cache_readahead | Christoph Hellwig |
2018-05-24 | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" | Joonsoo Kim |
2018-04-11 | mm/cma: remove ALLOC_CMA | Joonsoo Kim |
2018-04-11 | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim |
2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko |
2018-04-11 | mm, numa: rework do_pages_move | Michal Hocko |
2017-11-29 | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds |
2017-11-27 | mm, thp: Do not make pmd/pud dirty without a reason | Kirill A. Shutemov |
2017-11-17 | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka |
2017-09-06 | mm, oom: do not rely on TIF_MEMDIE for memory reserves access | Michal Hocko |
2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko |
2017-08-02 | mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving... | Mel Gorman |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko |
2017-05-08 | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka |
2017-05-08 | mm, compaction: add migratetype to compact_control | Vlastimil Babka |
2017-05-08 | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka |
2017-05-03 | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner |
2017-04-08 | mm: move pcp and lru-pcp draining into single wq | Michal Hocko |
2017-02-24 | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov |
2017-02-22 | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov |
2017-02-22 | mm, compaction: add vmstats for kcompactd work | David Rientjes |