summaryrefslogtreecommitdiff
path: root/include/linux/compaction.h
AgeCommit message (Expand)Author
2016-10-08mm, compaction: restrict full priority to non-costly ordersVlastimil Babka
2016-10-08mm, compaction: create compact_gap wrapperVlastimil Babka
2016-10-08mm, compaction: add the ultimate direct compaction priorityVlastimil Babka
2016-10-08mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka
2016-10-08mm, compaction: cleanup unused functionsVlastimil Babka
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-21mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko
2016-05-21mm, compaction: abstract compaction feedback to helpersMichal Hocko
2016-05-21mm, compaction: update compaction_result orderingMichal Hocko
2016-05-21mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko
2016-05-21mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko
2016-05-21mm, compaction: change COMPACT_ constants into enumMichal Hocko
2016-05-20mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2015-11-06mm, compaction: distinguish contended status in tracepointsVlastimil Babka
2015-11-06mm, compaction: export tracepoints status strings to userspaceVlastimil Babka
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-02-12mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-12mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-12mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim
2015-02-12mm: reduce try_to_compact_pages parametersVlastimil Babka
2014-12-11mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-11mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-10-10mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-10mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-01-22mm: compaction: encapsulate defer reset logicVlastimil Babka
2013-02-24mm: 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-08-01mm/compaction: cleanup on compaction_deferredGavin Shan
2012-06-04Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz
2012-03-22vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-22vmscan: kswapd carefully call compactionRik van Riel
2011-11-01mm: compaction: make compact_zone_order() staticKyungmin Park
2011-03-23mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-01-14thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli
2011-01-14mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2011-01-14mm: 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