aboutsummaryrefslogtreecommitdiff
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* compaction: fix build error in CMA && !COMPACTIONMinchan Kim2014-01-171-6/+20
* mm: compaction: partially revert capture of suitable high-order pageMel Gorman2014-01-171-79/+13
* mm: compaction: Add scanned and isolated counters for compactionMel Gorman2014-01-171-0/+8
* mm: compaction: Move migration fail/success stats to migrate.cMel Gorman2014-01-171-4/+0
* mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman2014-01-171-1/+9
* mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman2014-01-171-1/+1
* CMA: migrate mlocked pagesMinchan Kim2014-01-171-2/+6
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2014-01-171-16/+34
* mm: compaction: Restart compaction from near where it left offMel Gorman2014-01-171-10/+48
* mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2014-01-171-17/+108
* mm: compaction: acquire the zone->lock as late as possibleMel Gorman2014-01-171-64/+76
* mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman2014-01-171-20/+45
* mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman2014-01-171-0/+2
* mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman2014-01-171-3/+1
* mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li2014-01-171-5/+12
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2014-01-171-11/+79
* mm: compaction: update comment in try_to_compact_pagesMel Gorman2014-01-171-5/+1
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2014-01-171-21/+79
* mm/compaction.c: fix deferring compaction mistakeMinchan Kim2014-01-171-1/+1
* mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2014-01-171-2/+2
* Merge tag 'v3.4.72' into tmpEthan Chen2013-12-081-4/+2
|\
| * mm: compaction: fix echo 1 > compact_memory return error issueJason Liu2013-01-171-4/+2
* | Merge tag 'v3.4.10' into cm-10.1Ethan Chen2013-06-201-1/+4
|\|
| * mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-161-1/+4
* | cma: fix watermark checkingBartlomiej Zolnierkiewicz2013-02-031-1/+7
* | mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-06-261-3/+8
* | mm: compaction: export some of the functionsMichal Nazarewicz2012-06-261-171/+157
* | mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz2012-06-261-18/+93
* | mm: compaction: introduce map_pages()Michal Nazarewicz2012-06-261-4/+11
* | mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz2012-06-261-21/+54
|/
* mm: compaction: make compact_control order signedDan Carpenter2012-03-211-2/+2
* compact_pgdat: workaround lockdep warning in kswapdHugh Dickins2012-03-211-10/+12
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-211-1/+11
* vmscan: kswapd carefully call compactionRik van Riel2012-03-211-18/+35
* mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman2012-02-081-1/+10
* mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman2012-02-031-0/+13
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-1/+1
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-01-121-0/+3
* mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman2012-01-121-0/+1
* mm: compaction: allow compaction to isolate dirty pagesMel Gorman2012-01-121-3/+0
* mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton2012-01-101-1/+3
* convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-211-5/+5
* mm: compaction: make compact_zone_order() staticKyungmin Park2011-10-311-1/+1
* mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2011-10-311-2/+5
* mm: change isolate mode from #define to bitwise typeMinchan Kim2011-10-311-1/+2
* mm: compaction: trivial clean up in acct_isolated()Minchan Kim2011-10-311-13/+5
* mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman2011-06-151-5/+24
* mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman2011-06-151-1/+12
* compaction: checks correct fragmentation indexShaohua Li2011-06-151-2/+4
* mm: compaction: fix special case -1 order checksMichal Hocko2011-06-151-14/+14