aboutsummaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman
2012-08-21mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman
2012-08-21mm/compaction.c: fix deferring compaction mistakeMinchan Kim
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz
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