aboutsummaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsGravatar Michal Hocko 1-3/+14
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-22/+3
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationGravatar Ming Ling 1-22/+3
2016-12-02mm/compaction: Convert to hotplug state machineGravatar Anna-Maria Gleixner 1-13/+18
2016-10-07mm, compaction: restrict fragindex to costly ordersGravatar Vlastimil Babka 1-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Gravatar Vlastimil Babka 1-17/+18
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityGravatar Vlastimil Babka 1-3/+8
2016-10-07mm, compaction: require only min watermarks for non-costly ordersGravatar Vlastimil Babka 1-1/+5
2016-10-07mm, compaction: use proper alloc_flags in __compaction_suitable()Gravatar Vlastimil Babka 1-2/+10
2016-10-07mm, compaction: create compact_gap wrapperGravatar Vlastimil Babka 1-4/+3
2016-10-07mm, compaction: use correct watermark when checking compaction successGravatar Vlastimil Babka 1-3/+3
2016-10-07mm, compaction: add the ultimate direct compaction priorityGravatar Vlastimil Babka 1-1/+4
2016-10-07mm, compaction: don't recheck watermarks after COMPACT_SUCCESSGravatar Vlastimil Babka 1-8/+3
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSGravatar Vlastimil Babka 1-6/+6
2016-10-07mm, compaction: cleanup unused functionsGravatar Vlastimil Babka 1-43/+17
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsGravatar Vlastimil Babka 1-22/+21
2016-07-28mm, compaction: simplify contended compaction handlingGravatar Vlastimil Babka 1-59/+13
2016-07-28mm, compaction: introduce direct compaction priorityGravatar Vlastimil Babka 1-6/+7
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeGravatar Hugh Dickins 1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsGravatar Mel Gorman 1-19/+1
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesGravatar Mel Gorman 1-1/+19
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-9/+9
2016-07-28mm, vmscan: move lru_lock to the nodeGravatar Mel Gorman 1-5/+5
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Gravatar Ganesh Mahendran 1-1/+1
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorGravatar Joonsoo Kim 1-7/+1
2016-07-26mm/page_owner: initialize page owner without holding the zone lockGravatar Joonsoo Kim 1-0/+3
2016-07-26mm/compaction: split freepages without holding the zone lockGravatar Joonsoo Kim 1-14/+33
2016-07-26zsmalloc: introduce zspage structureGravatar Minchan Kim 1-1/+0
2016-07-26mm: balloon: use general non-lru movable page featureGravatar Minchan Kim 1-7/+0
2016-07-26mm: migrate: support non-lru movable page migrationGravatar Minchan Kim 1-17/+68
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerGravatar David Rientjes 1-22/+14
2016-06-24mm, compaction: abort free scanner if split failsGravatar David Rientjes 1-18/+21
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Gravatar Chen Feng 1-2/+2
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Gravatar Michal Hocko 1-3/+39
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEGravatar Michal Hocko 1-3/+11
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDGravatar Michal Hocko 1-3/+5
2016-05-20mm, compaction: cover all compaction mode in compact_zoneGravatar Michal Hocko 1-8/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumGravatar Michal Hocko 1-13/+14
2016-05-19mm, page_alloc: remove field from alloc_contextGravatar Mel Gorman 1-2/+2
2016-05-19mm, page_alloc: convert alloc_flags to unsignedGravatar Mel Gorman 1-5/+7
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionGravatar Vlastimil Babka 1-9/+80
2016-05-19mm, compaction: reduce spurious pcplist drainsGravatar Vlastimil Babka 1-11/+9
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockGravatar Vlastimil Babka 1-14/+19
2016-05-05mm: fix kcompactd hang during memory offliningGravatar Vlastimil Babka 1-1/+3
2016-05-05mm, cma: prevent nr_isolated_* counters from going negativeGravatar Hugh Dickins 1-9/+1
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdGravatar Vlastimil Babka 1-5/+5
2016-03-17mm, compaction: introduce kcompactdGravatar Vlastimil Babka 1-0/+222
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousGravatar Joonsoo Kim 1-43/+0
2016-03-15mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageGravatar Joonsoo Kim 1-11/+30
2016-03-15mm/compaction: fix invalid free_pfn and compact_cached_free_pfnGravatar Joonsoo Kim 1-4/+5