| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/compaction.c: fix comment for try_to_compact_pages() | Yang Shi | 2018-01-31 | 1 | -1/+1 |
* | mm, compaction: remove unneeded pageblock_skip_persistent() checks | Vlastimil Babka | 2017-11-17 | 1 | -15/+3 |
* | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka | 2017-11-17 | 1 | -1/+1 |
* | mm, compaction: extend pageblock_skip_persistent() to all compound pages | Vlastimil Babka | 2017-11-17 | 1 | -11/+14 |
* | mm, compaction: persistently skip hugetlbfs pageblocks | David Rientjes | 2017-11-17 | 1 | -12/+44 |
* | mm, compaction: kcompactd should not ignore pageblock skip | David Rientjes | 2017-11-17 | 1 | -2/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm,compaction: serialize waitqueue_active() checks (for real) | Davidlohr Bueso | 2017-10-03 | 1 | -8/+5 |
* | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko | 2017-07-06 | 1 | -3/+2 |
* | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka | 2017-05-08 | 1 | -2/+34 |
* | mm, compaction: restrict async compaction to pageblocks of same migratetype | Vlastimil Babka | 2017-05-08 | 1 | -2/+9 |
* | mm, compaction: add migratetype to compact_control | Vlastimil Babka | 2017-05-08 | 1 | -8/+7 |
* | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 2017-05-08 | 1 | -8/+11 |
* | mm, compaction: remove redundant watermark check in compact_finished() | Vlastimil Babka | 2017-05-08 | 1 | -8/+0 |
* | mm/compaction: ignore block suitable after check large free page | Yisheng Xie | 2017-05-03 | 1 | -3/+3 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm/migration: make isolate_movable_page() return int type | Yisheng Xie | 2017-02-24 | 1 | -1/+1 |
* | mm,compaction: serialize waitqueue_active() checks | Davidlohr Bueso | 2017-02-22 | 1 | -0/+7 |
* | mm, compaction: add vmstats for kcompactd work | David Rientjes | 2017-02-22 | 1 | -3/+19 |
* | mm, compaction: allow compaction for GFP_NOFS requests | Michal Hocko | 2016-12-14 | 1 | -3/+14 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-12 | 1 | -22/+3 |
|\ |
|
| * | mm, compaction: fix NR_ISOLATED_* stats for pfn based migration | Ming Ling | 2016-12-12 | 1 | -22/+3 |
* | | mm/compaction: Convert to hotplug state machine | Anna-Maria Gleixner | 2016-12-02 | 1 | -13/+18 |
|/ |
|
* | mm, compaction: restrict fragindex to costly orders | Vlastimil Babka | 2016-10-07 | 1 | -2/+7 |
* | mm, compaction: ignore fragindex from compaction_zonelist_suitable() | Vlastimil Babka | 2016-10-07 | 1 | -17/+18 |
* | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2016-10-07 | 1 | -3/+8 |
* | mm, compaction: require only min watermarks for non-costly orders | Vlastimil Babka | 2016-10-07 | 1 | -1/+5 |
* | mm, compaction: use proper alloc_flags in __compaction_suitable() | Vlastimil Babka | 2016-10-07 | 1 | -2/+10 |
* | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 2016-10-07 | 1 | -4/+3 |
* | mm, compaction: use correct watermark when checking compaction success | Vlastimil Babka | 2016-10-07 | 1 | -3/+3 |
* | mm, compaction: add the ultimate direct compaction priority | Vlastimil Babka | 2016-10-07 | 1 | -1/+4 |
* | mm, compaction: don't recheck watermarks after COMPACT_SUCCESS | Vlastimil Babka | 2016-10-07 | 1 | -8/+3 |
* | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 2016-10-07 | 1 | -6/+6 |
* | mm, compaction: cleanup unused functions | Vlastimil Babka | 2016-10-07 | 1 | -43/+17 |
* | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka | 2016-10-07 | 1 | -22/+21 |
* | mm, compaction: simplify contended compaction handling | Vlastimil Babka | 2016-07-28 | 1 | -59/+13 |
* | mm, compaction: introduce direct compaction priority | Vlastimil Babka | 2016-07-28 | 1 | -6/+7 |
* | mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT mode | Hugh Dickins | 2016-07-28 | 1 | -1/+1 |
* | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-28 | 1 | -19/+1 |
* | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 2016-07-28 | 1 | -1/+19 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -9/+9 |
* | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-28 | 1 | -5/+5 |
* | mm/compaction: remove unnecessary order check in try_to_compact_pages() | Ganesh Mahendran | 2016-07-28 | 1 | -1/+1 |
* | mm/page_alloc: introduce post allocation processing on page allocator | Joonsoo Kim | 2016-07-26 | 1 | -7/+1 |
* | mm/page_owner: initialize page owner without holding the zone lock | Joonsoo Kim | 2016-07-26 | 1 | -0/+3 |
* | mm/compaction: split freepages without holding the zone lock | Joonsoo Kim | 2016-07-26 | 1 | -14/+33 |
* | zsmalloc: introduce zspage structure | Minchan Kim | 2016-07-26 | 1 | -1/+0 |
* | mm: balloon: use general non-lru movable page feature | Minchan Kim | 2016-07-26 | 1 | -7/+0 |
* | mm: migrate: support non-lru movable page migration | Minchan Kim | 2016-07-26 | 1 | -17/+68 |
* | mm, compaction: prevent VM_BUG_ON when terminating freeing scanner | David Rientjes | 2016-07-15 | 1 | -22/+14 |