summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2012-03-22compact_pgdat: workaround lockdep warning in kswapdHugh Dickins
2012-03-22vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-22vmscan: kswapd carefully call compactionRik van Riel
2012-02-09mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman
2012-02-04mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-13mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-13mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman
2012-01-13mm: compaction: allow compaction to isolate dirty pagesMel Gorman
2012-01-11mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-11-01mm: compaction: make compact_zone_order() staticKyungmin Park
2011-11-01mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-11-01mm: compaction: trivial clean up in acct_isolated()Minchan Kim
2011-06-16mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman
2011-06-16mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman
2011-06-16compaction: checks correct fragmentation indexShaohua Li
2011-06-16mm: compaction: fix special case -1 order checksMichal Hocko
2011-03-23mm: compaction: minimise the time IRQs are disabled while isolating pages for...Andrea Arcangeli
2011-03-23mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman
2011-03-23mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim
2011-03-23mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-01-21mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner
2011-01-14thp: use compaction for all allocation ordersAndrea Arcangeli
2011-01-14thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli
2011-01-14thp: transhuge isolate_migratepages()Andrea Arcangeli
2011-01-14mm: compaction: perform a faster migration scan when migrating asynchronouslyMel Gorman
2011-01-14mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman
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
2011-01-14mm: compaction: add trace events for memory compaction activityMel Gorman
2010-12-23mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim
2010-09-10mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim
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