aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+1
* mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2015-02-111-60/+5
* mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2015-02-111-0/+3
* mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2015-02-111-0/+1
* mm: reduce try_to_compact_pages parametersVlastimil Babka2015-02-111-8/+9
* mm, compaction: simplify deferred compactionVlastimil Babka2014-12-101-4/+2
* mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-101-2/+6
* mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka2014-10-091-2/+10
* mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-091-6/+10
* mm, compaction: embed migration mode in compact_controlDavid Rientjes2014-06-041-2/+2
* mm: compaction: encapsulate defer reset logicVlastimil Babka2014-01-211-0/+16
* mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2013-02-231-3/+2
* mm: compaction: Partially revert capture of suitable high-order pageMel Gorman2013-01-111-2/+2
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-091-0/+15
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2012-10-091-2/+2
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-211-2/+2
* mm/compaction: cleanup on compaction_deferredGavin Shan2012-07-311-2/+2
* Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-031-19/+0
* mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz2012-05-291-0/+19
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-211-4/+10
* vmscan: kswapd carefully call compactionRik van Riel2012-03-211-0/+6
* mm: compaction: make compact_zone_order() staticKyungmin Park2011-10-311-8/+0
* mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli2011-03-221-7/+2
* thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli2011-01-131-3/+8
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-131-4/+6
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-131-0/+14
* mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-251-0/+39
* mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-0/+3
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-251-4/+20
* mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+16
* mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+6
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+9