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