Age | Commit message (Expand) | Author |
2019-10-14 | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() | Vlastimil Babka |
2019-09-24 | mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() | Pengfei Li |
2019-09-24 | mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone | Yafang Shao |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |
2019-08-03 | mm: compaction: avoid 100% CPU usage during compaction when a task is killed | Mel Gorman |
2019-06-01 | mm, compaction: make sure we isolate a valid PFN | Suzuki K Poulose |
2019-05-18 | mm/compaction.c: correct zone boundary handling when isolating pages from a p... | Mel Gorman |
2019-05-14 | mm: move buddy list manipulations into helpers | Dan Williams |
2019-05-14 | mm/compaction.c: fix an undefined behaviour | Qian Cai |
2019-04-04 | mm/compaction.c: abort search if isolation fails | Qian Cai |
2019-04-04 | mm/compaction.c: correct zone boundary handling when resetting pageblock skip... | Mel Gorman |
2019-03-05 | mm/compaction: pass pgdat to too_many_isolated() instead of zone | Andrey Ryabinin |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin |
2019-03-05 | mm, compaction: capture a page under direct compaction | Mel Gorman |
2019-03-05 | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman |
2019-03-05 | mm, compaction: sample pageblocks for free pages | 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: reduce premature advancement of the migration target scanner | Mel Gorman |
2019-03-05 | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman |
2019-03-05 | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman |
2019-03-05 | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman |
2019-03-05 | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman |
2019-03-05 | mm, compaction: finish pageblock scanning on contention | 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 target | Mel Gorman |
2019-03-05 | mm, compaction: keep migration source private to a single compaction instance | 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: rename map_pages to split_map_pages | Mel Gorman |
2019-03-05 | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman |
2019-03-05 | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman |
2019-03-05 | mm: remove sysctl_extfrag_handler() | Matthew Wilcox |
2018-12-28 | mm: move zone watermark accesses behind an accessor | Mel Gorman |
2018-10-26 | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner |
2018-06-15 | mm: use octal not symbolic permissions | Joe Perches |
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, migrate: remove reason argument from new_page_t | Michal Hocko |
2018-04-05 | mm: kernel-doc: add missing parameter descriptions | Mike Rapoport |
2018-04-05 | mm, compaction: drain pcps for zone when kcompactd fails | David Rientjes |
2018-01-31 | mm/compaction.c: fix comment for try_to_compact_pages() | Yang Shi |
2017-11-17 | mm, compaction: remove unneeded pageblock_skip_persistent() checks | Vlastimil Babka |
2017-11-17 | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka |
2017-11-17 | mm, compaction: extend pageblock_skip_persistent() to all compound pages | Vlastimil Babka |
2017-11-17 | mm, compaction: persistently skip hugetlbfs pageblocks | David Rientjes |
2017-11-17 | mm, compaction: kcompactd should not ignore pageblock skip | David Rientjes |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-03 | mm,compaction: serialize waitqueue_active() checks (for real) | Davidlohr Bueso |
2017-07-06 | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko |
2017-05-08 | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka |