aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds1-119/+23
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-1/+4
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-2/+2
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz1-23/+119
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz1-3/+8
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz1-171/+157
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz1-18/+93
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz1-4/+11
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz1-21/+54
2012-03-21mm: compaction: make compact_control order signedDan Carpenter1-2/+2
2012-03-21compact_pgdat: workaround lockdep warning in kswapdHugh Dickins1-10/+12
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel1-1/+11
2012-03-21vmscan: kswapd carefully call compactionRik van Riel1-18/+35
2012-02-08mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman1-1/+10
2012-02-03mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migrationMel Gorman1-0/+13
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-1/+1
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman1-0/+3
2012-01-12mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman1-0/+1
2012-01-12mm: compaction: allow compaction to isolate dirty pagesMel Gorman1-3/+0
2012-01-10mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton1-1/+3
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-5/+5
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park1-1/+1
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-2/+5
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim1-1/+2
2011-10-31mm: compaction: trivial clean up in acct_isolated()Minchan Kim1-13/+5
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