summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-1/+3
* mm/cma: remove ALLOC_CMAJoonsoo Kim2018-04-111-3/+1
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+1
* mm, compaction: drain pcps for zone when kcompactd failsDavid Rientjes2018-04-051-0/+8
* mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi2018-01-311-1/+1
* mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka2017-11-171-15/+3
* mm, compaction: split off flag for not updating skip hintsVlastimil Babka2017-11-171-1/+1
* mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka2017-11-171-11/+14
* mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2017-11-171-12/+44
* mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes2017-11-171-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso2017-10-031-8/+5
* mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko2017-07-061-3/+2
* mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-081-2/+34
* mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2017-05-081-2/+9
* mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-081-8/+7
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-081-8/+11
* mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka2017-05-081-8/+0
* mm/compaction: ignore block suitable after check large free pageYisheng Xie2017-05-031-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-241-1/+1
* mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso2017-02-221-0/+7
* mm, compaction: add vmstats for kcompactd workDavid Rientjes2017-02-221-3/+19
* mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko2016-12-141-3/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-22/+3
|\
| * mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2016-12-121-22/+3
* | mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-13/+18
|/
* mm, compaction: restrict fragindex to costly ordersVlastimil Babka2016-10-071-2/+7
* mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka2016-10-071-17/+18
* mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2016-10-071-3/+8
* mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2016-10-071-1/+5
* mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2016-10-071-2/+10
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-071-4/+3
* mm, compaction: use correct watermark when checking compaction successVlastimil Babka2016-10-071-3/+3
* mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2016-10-071-1/+4
* mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka2016-10-071-8/+3
* mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-071-6/+6
* mm, compaction: cleanup unused functionsVlastimil Babka2016-10-071-43/+17
* mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka2016-10-071-22/+21
* 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