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