summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)AuthorLines
2017-07-06mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko-3/+2
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka-2/+34
2017-05-08mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka-2/+9
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka-8/+7
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka-8/+11
2017-05-08mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka-8/+0
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie-1/+1
2017-02-22mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso-0/+7
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes-3/+19
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko-3/+14
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+3
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling-22/+3
2016-12-02mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner-13/+18
2016-10-07mm, compaction: restrict fragindex to costly ordersVlastimil Babka-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka-17/+18
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka-3/+8
2016-10-07mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka-1/+5
2016-10-07mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka-2/+10
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka-4/+3
2016-10-07mm, compaction: use correct watermark when checking compaction successVlastimil Babka-3/+3
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka-1/+4
2016-10-07mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka-8/+3
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka-6/+6
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka-43/+17
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka-22/+21
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka-59/+13
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka-6/+7
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman-19/+1
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman-1/+19
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman-9/+9
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman-5/+5
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran-1/+1
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim-7/+1
2016-07-26mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim-0/+3
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim-14/+33
2016-07-26zsmalloc: introduce zspage structureMinchan Kim-1/+0
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim-7/+0
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim-17/+68
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes-22/+14
2016-06-24mm, compaction: abort free scanner if split failsDavid Rientjes-18/+21
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Chen Feng-2/+2
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko-3/+39
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko-3/+11
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko-3/+5
2016-05-20mm, compaction: cover all compaction mode in compact_zoneMichal Hocko-8/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko-13/+14
2016-05-19mm, page_alloc: remove field from alloc_contextMel Gorman-2/+2