aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-1/+1
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-1/+3
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim1-3/+1
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-2/+1
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+1
2018-04-05mm, compaction: drain pcps for zone when kcompactd failsDavid Rientjes1-0/+8
2018-01-31mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi1-1/+1
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka1-15/+3
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka1-1/+1
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka1-11/+14
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes1-12/+44
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso1-8/+5
2017-07-06mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko1-3/+2
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka1-2/+34
2017-05-08mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka1-2/+9
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka1-8/+7
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka1-8/+11
2017-05-08mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka1-8/+0
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie1-1/+1
2017-02-22mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso1-0/+7
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes1-3/+19
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko1-3/+14
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-22/+3
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling1-22/+3
2016-12-02mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner1-13/+18
2016-10-07mm, compaction: restrict fragindex to costly ordersVlastimil Babka1-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka1-17/+18
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka1-3/+8
2016-10-07mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka1-1/+5
2016-10-07mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka1-2/+10
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka1-4/+3
2016-10-07mm, compaction: use correct watermark when checking compaction successVlastimil Babka1-3/+3
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka1-1/+4
2016-10-07mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka1-8/+3
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka1-6/+6
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka1-43/+17
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka1-22/+21
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka1-59/+13
2016-07-28mm, compaction: introduce direct compaction priorityVlastimil Babka1-6/+7
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman1-19/+1
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-1/+19
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-9/+9
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-5/+5
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran1-1/+1
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim1-7/+1