aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao1-1/+1
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-1/+2
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-0/+1
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka1-0/+23
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka1-1/+2
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka1-4/+4
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka1-5/+0
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka1-11/+2
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka1-9/+13
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-16/+0
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+17
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for costly ordersMichal Hocko1-0/+4
2016-05-20mm, compaction: abstract compaction feedback to helpersMichal Hocko1-0/+79
2016-05-20mm, compaction: update compaction_result orderingMichal Hocko1-10/+16
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko1-1/+9
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko1-2/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko1-18/+27
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman1-3/+3
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka1-0/+16
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-0/+1
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-1/+1
2015-04-15mm: allow compaction of unevictable pagesEric B Munson1-0/+1
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim1-60/+5
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim1-0/+3
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim1-0/+1
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-8/+9
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka1-4/+2
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-2/+6
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-2/+10
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-6/+10
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-2/+2
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka1-0/+16
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-3/+2
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman1-2/+2
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-0/+15
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman1-2/+2
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman1-2/+2
2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan1-2/+2
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds1-19/+0
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz1-0/+19
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel1-4/+10
2012-03-21vmscan: kswapd carefully call compactionRik van Riel1-0/+6
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park1-8/+0
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli1-7/+2
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli1-3/+8
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-4/+6
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+14
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction failsMel Gorman1-0/+39