aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim
2016-07-26mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim
2016-07-26zsmalloc: introduce zspage structureMinchan Kim
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes
2016-06-24mm, compaction: abort free scanner if split failsDavid Rientjes
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Chen Feng
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko
2016-05-20mm, compaction: cover all compaction mode in compact_zoneMichal Hocko
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko
2016-05-19mm, page_alloc: remove field from alloc_contextMel Gorman
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka
2016-05-19mm, compaction: reduce spurious pcplist drainsVlastimil Babka
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka
2016-05-05mm: fix kcompactd hang during memory offliningVlastimil Babka
2016-05-05mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim
2016-03-15mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim
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