Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-02-12 | mm: fix negative nr_isolated counts |  Hugh Dickins | 1 | -1/+3 |
2015-02-12 | mm/compaction: stop the isolation when we isolate enough freepage |  Joonsoo Kim | 1 | -7/+10 |
2015-02-12 | mm/compaction: fix wrong order check in compact_finished() |  Joonsoo Kim | 1 | -1/+1 |
2015-02-11 | mm/compaction: add tracepoint to observe behaviour of compaction defer |  Joonsoo Kim | 1 | -0/+71 |
2015-02-11 | mm/compaction: more trace to understand when/why compaction start/finish |  Joonsoo Kim | 1 | -4/+34 |
2015-02-11 | mm/compaction: print current range where compaction work |  Joonsoo Kim | 1 | -3/+6 |
2015-02-11 | mm/compaction: enhance tracepoint output for compaction begin/end |  Joonsoo Kim | 1 | -2/+13 |
2015-02-11 | mm: reduce try_to_compact_pages parameters |  Vlastimil Babka | 1 | -12/+11 |
2014-12-10 | mm, compaction: more focused lru and pcplists draining |  Vlastimil Babka | 1 | -1/+42 |
2014-12-10 | mm, compaction: always update cached scanner positions |  Vlastimil Babka | 1 | -20/+23 |
2014-12-10 | mm, compaction: defer only on COMPACT_COMPLETE |  Vlastimil Babka | 1 | -1/+1 |
2014-12-10 | mm, compaction: simplify deferred compaction |  Vlastimil Babka | 1 | -4/+1 |
2014-12-10 | mm, compaction: pass classzone_idx and alloc_flags to watermark checking |  Vlastimil Babka | 1 | -21/+27 |
2014-11-13 | mm, compaction: prevent infinite loop in compact_zone |  Vlastimil Babka | 1 | -2/+6 |
2014-11-13 | mm/compaction: skip the range until proper target pageblock is met |  Joonsoo Kim | 1 | -0/+10 |
2014-10-29 | mm/compaction.c: avoid premature range skip in isolate_migratepages_range |  Joonsoo Kim | 1 | -0/+3 |
2014-10-09 | mm/balloon_compaction: redesign ballooned pages management |  Konstantin Khlebnikov | 1 | -1/+1 |
2014-10-09 | mm/compaction.c: fix warning of 'flags' may be used uninitialized |  Xiubo Li | 1 | -2/+2 |
2014-10-09 | mm, compaction: pass gfp mask to compact_control |  David Rientjes | 1 | -5/+7 |
2014-10-09 | mm: rename allocflags_to_migratetype for clarity |  David Rientjes | 1 | -2/+2 |
2014-10-09 | mm, compaction: skip buddy pages by their order in the migrate scanner |  Vlastimil Babka | 1 | -5/+31 |
2014-10-09 | mm, compaction: remember position within pageblock in free pages scanner |  Vlastimil Babka | 1 | -9/+30 |
2014-10-09 | mm, compaction: skip rechecks when lock was already held |  Vlastimil Babka | 1 | -22/+31 |
2014-10-09 | mm, compaction: periodically drop lock and restore IRQs in scanners |  Vlastimil Babka | 1 | -47/+72 |
2014-10-09 | mm, compaction: khugepaged should not give up due to need_resched() |  Vlastimil Babka | 1 | -11/+76 |
2014-10-09 | mm, compaction: reduce zone checking frequency in the migration scanner |  Vlastimil Babka | 1 | -34/+57 |
2014-10-09 | mm, compaction: move pageblock checks up from isolate_migratepages_range() |  Vlastimil Babka | 1 | -108/+146 |
2014-10-09 | mm, compaction: do not recheck suitable_migration_target under lock |  Vlastimil Babka | 1 | -13/+0 |
2014-10-09 | mm, compaction: defer each zone individually instead of preferred zone |  Vlastimil Babka | 1 | -7/+25 |
2014-06-04 | mm, compaction: properly signal and act upon lock and need_sched() contention |  Vlastimil Babka | 1 | -10/+44 |
2014-06-04 | mm/compaction: avoid rescanning pageblocks in isolate_freepages |  Vlastimil Babka | 1 | -15/+7 |
2014-06-04 | mm/compaction: do not count migratepages when unnecessary |  Vlastimil Babka | 1 | -24/+7 |
2014-06-04 | mm, compaction: terminate async compaction when rescheduling |  David Rientjes | 1 | -1/+6 |
2014-06-04 | mm, compaction: embed migration mode in compact_control |  David Rientjes | 1 | -17/+19 |
2014-06-04 | mm, compaction: add per-zone migration pfn cache for async compaction |  David Rientjes | 1 | -26/+40 |
2014-06-04 | mm, compaction: return failed migration target pages back to freelist |  David Rientjes | 1 | -9/+18 |