aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-0/+3
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman1-4/+20
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+16
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+6
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+9