aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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