summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su
2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su
2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu
2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan
2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)
2020-10-13mm/compaction.c: micro-optimization remove unnecessary branchMateusz Nosek
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta
2020-08-12mm: proactive compactionNitin Gupta
2020-06-26mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka
2020-06-04mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-07mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-02mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-02mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior
2020-04-02mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel
2019-10-14mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka
2019-09-24mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages()Pengfei Li
2019-09-24mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-08-03mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman
2019-05-14mm: move buddy list manipulations into helpersDan Williams
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