summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2019-05-14mm/compaction.c: fix an undefined behaviourQian Cai
2019-04-04mm/compaction.c: abort search if isolation failsQian Cai
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman
2019-03-05mm, compaction: sample pageblocks for free pagesMel Gorman
2019-03-05mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman
2019-03-05mm, compaction: reduce premature advancement of the migration target scannerMel Gorman
2019-03-05mm, compaction: do not consider a need to reschedule as contentionMel Gorman
2019-03-05mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman
2019-03-05mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman
2019-03-05mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman
2019-03-05mm, compaction: finish pageblock scanning on contentionMel Gorman
2019-03-05mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman
2019-03-05mm, compaction: use free lists to quickly locate a migration targetMel Gorman
2019-03-05mm, compaction: keep migration source private to a single compaction instanceMel Gorman
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman
2019-03-05mm, compaction: rename map_pages to split_map_pagesMel Gorman
2019-03-05mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman
2019-03-05mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-04-05mm, compaction: drain pcps for zone when kcompactd failsDavid Rientjes
2018-01-31mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso
2017-07-06mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-05-08mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-05-08mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-22mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso