summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* mm, compaction: simplify contended compaction handlingVlastimil Babka2016-07-281-59/+13
* mm, compaction: introduce direct compaction priorityVlastimil Babka2016-07-281-6/+7
* mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins2016-07-281-1/+1
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-19/+1
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-1/+19
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-9/+9
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-5/+5
* mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran2016-07-281-1/+1
* mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim2016-07-261-7/+1
* mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim2016-07-261-0/+3
* mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-261-14/+33
* zsmalloc: introduce zspage structureMinchan Kim2016-07-261-1/+0
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-261-7/+0
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-17/+68
* mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes2016-07-151-22/+14
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-06-241-18/+21
* mm/compaction.c: fix zoneindex in kcompactd()Chen Feng2016-05-201-2/+2
* mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2016-05-201-3/+39
* mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2016-05-201-3/+11
* mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko2016-05-201-3/+5
* mm, compaction: cover all compaction mode in compact_zoneMichal Hocko2016-05-201-8/+5
* mm, compaction: change COMPACT_ constants into enumMichal Hocko2016-05-201-13/+14
* mm, page_alloc: remove field from alloc_contextMel Gorman2016-05-191-2/+2
* mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-191-5/+7
* mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka2016-05-191-9/+80
* mm, compaction: reduce spurious pcplist drainsVlastimil Babka2016-05-191-11/+9
* mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka2016-05-191-14/+19
* mm: fix kcompactd hang during memory offliningVlastimil Babka2016-05-051-1/+3
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-051-9/+1
* mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka2016-03-171-5/+5
* mm, compaction: introduce kcompactdVlastimil Babka2016-03-171-0/+222
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-151-43/+0
* mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim2016-03-151-11/+30
* mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim2016-03-151-4/+5
* mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim2016-01-141-6/+7
* mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai2016-01-141-1/+4
* mm, compaction: distinguish contended status in tracepointsVlastimil Babka2015-11-051-3/+6
* mm, compaction: export tracepoints status strings to userspaceVlastimil Babka2015-11-051-11/+0
* mm/compaction.c: add an is_via_compact_memory() helperYaowei Bai2015-11-051-12/+14
* mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim2015-09-081-15/+15
* mm, compaction: skip compound pages by order in free scannerVlastimil Babka2015-09-081-0/+25
* mm, compaction: always skip all compound pages by order in migrate scannerVlastimil Babka2015-09-081-20/+27
* mm, compaction: encapsulate resetting cached scanner positionsVlastimil Babka2015-09-081-6/+10
* mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka2015-09-081-15/+20
* mm, compaction: more robust check for scanners meetingVlastimil Babka2015-09-081-8/+14
* mm/compaction.c: fix "suitable_migration_target() unused" warningAndrew Morton2015-04-151-22/+23
* mm/compaction: reset compaction scanner positionsGioh Kim2015-04-151-0/+8
* mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+7
* mm/compaction: enhance compaction finish conditionJoonsoo Kim2015-04-141-2/+13
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2015-02-131-0/+2