| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-28 | mm, compaction: simplify contended compaction handling |  Vlastimil Babka | 1 | -59/+13 |
| 2016-07-28 | mm, compaction: introduce direct compaction priority |  Vlastimil Babka | 1 | -6/+7 |
| 2016-07-28 | mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT mode |  Hugh Dickins | 1 | -1/+1 |
| 2016-07-28 | mm: remove reclaim and compaction retry approximations |  Mel Gorman | 1 | -19/+1 |
| 2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries |  Mel Gorman | 1 | -1/+19 |
| 2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 1 | -9/+9 |
| 2016-07-28 | mm, vmscan: move lru_lock to the node |  Mel Gorman | 1 | -5/+5 |
| 2016-07-28 | mm/compaction: remove unnecessary order check in try_to_compact_pages() |  Ganesh Mahendran | 1 | -1/+1 |
| 2016-07-26 | mm/page_alloc: introduce post allocation processing on page allocator |  Joonsoo Kim | 1 | -7/+1 |
| 2016-07-26 | mm/page_owner: initialize page owner without holding the zone lock |  Joonsoo Kim | 1 | -0/+3 |
| 2016-07-26 | mm/compaction: split freepages without holding the zone lock |  Joonsoo Kim | 1 | -14/+33 |
| 2016-07-26 | zsmalloc: introduce zspage structure |  Minchan Kim | 1 | -1/+0 |
| 2016-07-26 | mm: balloon: use general non-lru movable page feature |  Minchan Kim | 1 | -7/+0 |
| 2016-07-26 | 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-24 | mm, compaction: abort free scanner if split fails |  David Rientjes | 1 | -18/+21 |
| 2016-05-20 | mm/compaction.c: fix zoneindex in kcompactd() |  Chen Feng | 1 | -2/+2 |
| 2016-05-20 | mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders |  Michal Hocko | 1 | -3/+39 |
| 2016-05-20 | mm, compaction: distinguish between full and partial COMPACT_COMPLETE |  Michal Hocko | 1 | -3/+11 |
| 2016-05-20 | mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED |  Michal Hocko | 1 | -3/+5 |
| 2016-05-20 | mm, compaction: cover all compaction mode in compact_zone |  Michal Hocko | 1 | -8/+5 |
| 2016-05-20 | mm, compaction: change COMPACT_ constants into enum |  Michal Hocko | 1 | -13/+14 |
| 2016-05-19 | mm, page_alloc: remove field from alloc_context |  Mel Gorman | 1 | -2/+2 |
| 2016-05-19 | mm, page_alloc: convert alloc_flags to unsigned |  Mel Gorman | 1 | -5/+7 |
| 2016-05-19 | mm, compaction: skip blocks where isolation fails in async direct compaction |  Vlastimil Babka | 1 | -9/+80 |
| 2016-05-19 | mm, compaction: reduce spurious pcplist drains |  Vlastimil Babka | 1 | -11/+9 |
| 2016-05-19 | mm, compaction: wrap calculating first and last pfn of pageblock |  Vlastimil Babka | 1 | -14/+19 |
| 2016-05-05 | mm: fix kcompactd hang during memory offlining |  Vlastimil Babka | 1 | -1/+3 |
| 2016-05-05 | mm, cma: prevent nr_isolated_* counters from going negative |  Hugh Dickins | 1 | -9/+1 |
| 2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd |  Vlastimil Babka | 1 | -5/+5 |
| 2016-03-17 | mm, compaction: introduce kcompactd |  Vlastimil Babka | 1 | -0/+222 |
| 2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous |  Joonsoo Kim | 1 | -43/+0 |
| 2016-03-15 | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page |  Joonsoo Kim | 1 | -11/+30 |
| 2016-03-15 | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn |  Joonsoo Kim | 1 | -4/+5 |
| 2016-01-14 | mm/compaction.c: __compact_pgdat() code cleanuup |  Joonsoo Kim | 1 | -6/+7 |
| 2016-01-14 | mm/compaction: improve comment for compact_memory tunable knob handler |  Yaowei Bai | 1 | -1/+4 |
| 2015-11-05 | mm, compaction: distinguish contended status in tracepoints |  Vlastimil Babka | 1 | -3/+6 |
| 2015-11-05 | mm, compaction: export tracepoints status strings to userspace |  Vlastimil Babka | 1 | -11/+0 |
| 2015-11-05 | mm/compaction.c: add an is_via_compact_memory() helper |  Yaowei Bai | 1 | -12/+14 |
| 2015-09-08 | mm/compaction: correct to flush migrated pages if pageblock skip happens |  Joonsoo Kim | 1 | -15/+15 |
| 2015-09-08 | mm, compaction: skip compound pages by order in free scanner |  Vlastimil Babka | 1 | -0/+25 |
| 2015-09-08 | mm, compaction: always skip all compound pages by order in migrate scanner |  Vlastimil Babka | 1 | -20/+27 |
| 2015-09-08 | mm, compaction: encapsulate resetting cached scanner positions |  Vlastimil Babka | 1 | -6/+10 |
| 2015-09-08 | mm, compaction: simplify handling restart position in free pages scanner |  Vlastimil Babka | 1 | -15/+20 |
| 2015-09-08 | mm, compaction: more robust check for scanners meeting |  Vlastimil Babka | 1 | -8/+14 |
| 2015-04-15 | mm/compaction.c: fix "suitable_migration_target() unused" warning |  Andrew Morton | 1 | -22/+23 |
| 2015-04-15 | mm/compaction: reset compaction scanner positions |  Gioh Kim | 1 | -0/+8 |
| 2015-04-15 | mm: allow compaction of unevictable pages |  Eric B Munson | 1 | -0/+7 |
| 2015-04-14 | mm/compaction: enhance compaction finish condition |  Joonsoo Kim | 1 | -2/+13 |
| 2015-02-13 | mm: page_alloc: add kasan hooks on alloc and free paths |  Andrey Ryabinin | 1 | -0/+2 |