aboutsummaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2016-01-14mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim
2016-01-14mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka
2015-11-05mm/compaction.c: add an is_via_compact_memory() helperYaowei Bai
2015-09-08mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim
2015-09-08mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2015-09-08mm, compaction: always skip all compound pages by order in migrate scannerVlastimil Babka
2015-09-08mm, compaction: encapsulate resetting cached scanner positionsVlastimil Babka
2015-09-08mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka
2015-09-08mm, compaction: more robust check for scanners meetingVlastimil Babka
2015-04-15mm/compaction.c: fix "suitable_migration_target() unused" warningAndrew Morton
2015-04-15mm/compaction: reset compaction scanner positionsGioh Kim
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-02-12mm: fix negative nr_isolated countsHugh Dickins
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka
2014-12-10mm, compaction: always update cached scanner positionsVlastimil Babka
2014-12-10mm, compaction: defer only on COMPACT_COMPLETEVlastimil Babka
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim
2014-10-29mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-06-04mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-06-04mm/compaction: do not count migratepages when unnecessaryVlastimil Babka
2014-06-04mm, compaction: terminate async compaction when reschedulingDavid Rientjes
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes