aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes1-22/+14
2016-06-24mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Chen Feng1-2/+2
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for costly ordersMichal Hocko1-3/+39
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko1-3/+11
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko1-3/+5
2016-05-20mm, compaction: cover all compaction mode in compact_zoneMichal Hocko1-8/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko1-13/+14
2016-05-19mm, page_alloc: remove field from alloc_contextMel Gorman1-2/+2
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman1-5/+7
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka1-9/+80
2016-05-19mm, compaction: reduce spurious pcplist drainsVlastimil Babka1-11/+9
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka1-14/+19
2016-05-05mm: fix kcompactd hang during memory offliningVlastimil Babka1-1/+3
2016-05-05mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+1
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka1-5/+5
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka1-0/+222
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim1-43/+0
2016-03-15mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim1-11/+30
2016-03-15mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim1-4/+5
2016-01-14mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim1-6/+7
2016-01-14mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai1-1/+4
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-3/+6
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-11/+0
2015-11-05mm/compaction.c: add an is_via_compact_memory() helperYaowei Bai1-12/+14
2015-09-08mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim1-15/+15
2015-09-08mm, compaction: skip compound pages by order in free scannerVlastimil Babka1-0/+25
2015-09-08mm, compaction: always skip all compound pages by order in migrate scannerVlastimil Babka1-20/+27
2015-09-08mm, compaction: encapsulate resetting cached scanner positionsVlastimil Babka1-6/+10
2015-09-08mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka1-15/+20
2015-09-08mm, compaction: more robust check for scanners meetingVlastimil Babka1-8/+14
2015-04-15mm/compaction.c: fix "suitable_migration_target() unused" warningAndrew Morton1-22/+23
2015-04-15mm/compaction: reset compaction scanner positionsGioh Kim1-0/+8
2015-04-15mm: allow compaction of unevictable pagesEric B Munson1-0/+7
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim1-2/+13
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+2
2015-02-12mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim1-7/+10
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim1-0/+71
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim1-4/+34
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim1-3/+6
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim1-2/+13
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-12/+11
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka1-1/+42
2014-12-10mm, compaction: always update cached scanner positionsVlastimil Babka1-20/+23
2014-12-10mm, compaction: defer only on COMPACT_COMPLETEVlastimil Babka1-1/+1
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka1-4/+1
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-21/+27
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6