summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm/compaction: ignore block suitable after check large free pageYisheng Xie2017-05-041-3/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-251-1/+1
* mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso2017-02-231-0/+7
* mm, compaction: add vmstats for kcompactd workDavid Rientjes2017-02-231-3/+19
* mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko2016-12-151-3/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-131-22/+3Star
|\
| * mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2016-12-131-22/+3Star
* | mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-13/+18
|/
* mm, compaction: restrict fragindex to costly ordersVlastimil Babka2016-10-081-2/+7
* mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka2016-10-081-17/+18
* mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2016-10-081-3/+8
* mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2016-10-081-1/+5
* mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2016-10-081-2/+10
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-081-4/+3Star
* mm, compaction: use correct watermark when checking compaction successVlastimil Babka2016-10-081-3/+3
* mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2016-10-081-1/+4
* mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka2016-10-081-8/+3Star
* mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-081-6/+6
* mm, compaction: cleanup unused functionsVlastimil Babka2016-10-081-43/+17Star
* mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka2016-10-081-22/+21Star
* mm, compaction: simplify contended compaction handlingVlastimil Babka2016-07-291-59/+13Star
* mm, compaction: introduce direct compaction priorityVlastimil Babka2016-07-291-6/+7
* mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins2016-07-291-1/+1
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-291-19/+1Star
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-291-1/+19
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-9/+9
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-291-5/+5
* mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran2016-07-291-1/+1
* mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim2016-07-271-7/+1Star
* mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim2016-07-271-0/+3
* mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-271-14/+33
* zsmalloc: introduce zspage structureMinchan Kim2016-07-271-1/+0Star
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-271-7/+0Star
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-271-17/+68
* mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes2016-07-151-22/+14Star
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-06-251-18/+21
* mm/compaction.c: fix zoneindex in kcompactd()Chen Feng2016-05-211-2/+2
* mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2016-05-211-3/+39
* mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2016-05-211-3/+11
* mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko2016-05-211-3/+5
* mm, compaction: cover all compaction mode in compact_zoneMichal Hocko2016-05-211-8/+5Star
* mm, compaction: change COMPACT_ constants into enumMichal Hocko2016-05-211-13/+14
* mm, page_alloc: remove field from alloc_contextMel Gorman2016-05-201-2/+2
* mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-201-5/+7
* mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka2016-05-201-9/+80
* mm, compaction: reduce spurious pcplist drainsVlastimil Babka2016-05-201-11/+9Star
* mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka2016-05-201-14/+19
* mm: fix kcompactd hang during memory offliningVlastimil Babka2016-05-061-1/+3
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-061-9/+1Star