Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-01mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi
2017-11-18mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka
2017-11-18mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-11-18mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka
2017-11-18mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes
2017-11-18mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso
2017-07-07mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko
2017-05-09mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-05-09mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka
2017-05-09mm, compaction: add migratetype to compact_controlVlastimil Babka
2017-05-09mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-05-09mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka
2017-05-04mm/compaction: ignore block suitable after check large free pageYisheng Xie
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-25mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-23mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso
2017-02-23mm, compaction: add vmstats for kcompactd workDavid Rientjes
2016-12-15mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko
2016-12-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-13mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling
2016-12-02mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner
2016-10-08mm, compaction: restrict fragindex to costly ordersVlastimil Babka
2016-10-08mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka
2016-10-08mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka
2016-10-08mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka
2016-10-08mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka
2016-10-08mm, compaction: create compact_gap wrapperVlastimil Babka
2016-10-08mm, compaction: use correct watermark when checking compaction successVlastimil Babka
2016-10-08mm, compaction: add the ultimate direct compaction priorityVlastimil Babka
2016-10-08mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka
2016-10-08mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka
2016-10-08mm, compaction: cleanup unused functionsVlastimil Babka
2016-10-08mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka
2016-07-29mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-29mm, compaction: introduce direct compaction priorityVlastimil Babka
2016-07-29mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeHugh Dickins
2016-07-29mm: remove reclaim and compaction retry approximationsMel Gorman
2016-07-29mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-29mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran
2016-07-27mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim
2016-07-27mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim
2016-07-27mm/compaction: split freepages without holding the zone lockJoonsoo Kim
2016-07-27zsmalloc: introduce zspage structureMinchan Kim
2016-07-27mm: balloon: use general non-lru movable page featureMinchan Kim
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes