aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compaction.h
AgeCommit message (Expand)Author
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko
2016-05-20mm, compaction: abstract compaction feedback to helpersMichal Hocko
2016-05-20mm, compaction: update compaction_result orderingMichal Hocko
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman
2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-21vmscan: kswapd carefully call compactionRik van Riel
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman
2010-05-25mm: compaction: memory compaction coreMel Gorman