aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-15mm: compaction: abort compaction if too many pages are isolated and caller is asynchronous V2Mel Gorman1-5/+24
2011-06-15mm: compaction: ensure that the compaction free scanner does not move to the next zoneMel Gorman1-1/+12
2011-06-15compaction: checks correct fragmentation indexShaohua Li1-2/+4
2011-06-15mm: compaction: fix special case -1 order checksMichal Hocko1-14/+14
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating pages for migrationAndrea Arcangeli1-0/+18
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman1-5/+13
2011-03-22mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim1-2/+3
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli1-21/+3
2011-01-20mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner1-0/+11
2011-01-13thp: use compaction for all allocation ordersAndrea Arcangeli1-1/+1
2011-01-13thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli1-5/+26
2011-01-13thp: transhuge isolate_migratepages()Andrea Arcangeli1-0/+15
2011-01-13mm: compaction: perform a faster migration scan when migrating asynchronouslyMel Gorman1-0/+15
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and syncMel Gorman1-1/+1
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-4/+10
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-34/+55
2011-01-13mm: compaction: add trace events for memory compaction activityMel Gorman1-1/+13
2010-12-22mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim1-1/+0
2010-09-09mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim1-3/+4
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-1/+11
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman1-0/+117
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+23
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+62
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+393