summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman2012-10-191-1/+1
* CMA: migrate mlocked pagesMinchan Kim2012-10-091-2/+6
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-091-16/+34
* mm: compaction: Restart compaction from near where it left offMel Gorman2012-10-091-10/+48
* mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-091-17/+108
* revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-60/+5Star
* mm: compaction: acquire the zone->lock as late as possibleMel Gorman2012-10-091-64/+76
* mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman2012-10-091-20/+45
* mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman2012-10-091-0/+2
* mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman2012-10-091-3/+1Star
* mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li2012-10-091-5/+12
* cma: fix watermark checkingBartlomiej Zolnierkiewicz2012-10-091-1/+7
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2012-10-091-11/+79
* mm: compaction: update comment in try_to_compact_pagesMel Gorman2012-10-091-5/+1Star
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-221-21/+79
* mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman2012-08-221-26/+28
* mm/compaction.c: fix deferring compaction mistakeMinchan Kim2012-08-221-1/+1
* mm: have order > 0 compaction start off where it leftRik van Riel2012-08-011-5/+58
* mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-121-1/+4
* Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-041-119/+23Star
* mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-301-1/+4
* mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2012-05-301-2/+2
* mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz2012-05-301-23/+119
* mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-211-3/+8
* mm: compaction: export some of the functionsMichal Nazarewicz2012-05-211-171/+157Star
* mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz2012-05-211-18/+93
* mm: compaction: introduce map_pages()Michal Nazarewicz2012-05-211-4/+11
* mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz2012-05-211-21/+54
* mm: compaction: make compact_control order signedDan Carpenter2012-03-221-2/+2
* compact_pgdat: workaround lockdep warning in kswapdHugh Dickins2012-03-221-10/+12
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-221-1/+11
* vmscan: kswapd carefully call compactionRik van Riel2012-03-221-18/+35
* mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman2012-02-091-1/+10
* mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman2012-02-041-0/+13
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-131-1/+1
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-01-131-0/+3
* mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman2012-01-131-0/+1
* mm: compaction: allow compaction to isolate dirty pagesMel Gorman2012-01-131-3/+0Star
* mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton2012-01-111-1/+3
* convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-211-5/+5
* mm: compaction: make compact_zone_order() staticKyungmin Park2011-11-011-1/+1
* mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2011-11-011-2/+5
* mm: change isolate mode from #define to bitwise typeMinchan Kim2011-11-011-1/+2
* mm: compaction: trivial clean up in acct_isolated()Minchan Kim2011-11-011-13/+5Star
* mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman2011-06-161-5/+24
* mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman2011-06-161-1/+12
* compaction: checks correct fragmentation indexShaohua Li2011-06-161-2/+4
* mm: compaction: fix special case -1 order checksMichal Hocko2011-06-161-14/+14
* mm: compaction: minimise the time IRQs are disabled while isolating pages for...Andrea Arcangeli2011-03-231-0/+18
* mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman2011-03-231-5/+13