| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka | 2016-03-17 | 1 | -5/+5 |
* | mm, compaction: introduce kcompactd | Vlastimil Babka | 2016-03-17 | 1 | -0/+222 |
* | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 2016-03-15 | 1 | -43/+0 |
* | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page | Joonsoo Kim | 2016-03-15 | 1 | -11/+30 |
* | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn | Joonsoo Kim | 2016-03-15 | 1 | -4/+5 |
* | mm/compaction.c: __compact_pgdat() code cleanuup | Joonsoo Kim | 2016-01-14 | 1 | -6/+7 |
* | mm/compaction: improve comment for compact_memory tunable knob handler | Yaowei Bai | 2016-01-14 | 1 | -1/+4 |
* | mm, compaction: distinguish contended status in tracepoints | Vlastimil Babka | 2015-11-05 | 1 | -3/+6 |
* | mm, compaction: export tracepoints status strings to userspace | Vlastimil Babka | 2015-11-05 | 1 | -11/+0 |
* | mm/compaction.c: add an is_via_compact_memory() helper | Yaowei Bai | 2015-11-05 | 1 | -12/+14 |
* | mm/compaction: correct to flush migrated pages if pageblock skip happens | Joonsoo Kim | 2015-09-08 | 1 | -15/+15 |
* | mm, compaction: skip compound pages by order in free scanner | Vlastimil Babka | 2015-09-08 | 1 | -0/+25 |
* | mm, compaction: always skip all compound pages by order in migrate scanner | Vlastimil Babka | 2015-09-08 | 1 | -20/+27 |
* | mm, compaction: encapsulate resetting cached scanner positions | Vlastimil Babka | 2015-09-08 | 1 | -6/+10 |
* | mm, compaction: simplify handling restart position in free pages scanner | Vlastimil Babka | 2015-09-08 | 1 | -15/+20 |
* | mm, compaction: more robust check for scanners meeting | Vlastimil Babka | 2015-09-08 | 1 | -8/+14 |
* | mm/compaction.c: fix "suitable_migration_target() unused" warning | Andrew Morton | 2015-04-15 | 1 | -22/+23 |
* | mm/compaction: reset compaction scanner positions | Gioh Kim | 2015-04-15 | 1 | -0/+8 |
* | mm: allow compaction of unevictable pages | Eric B Munson | 2015-04-15 | 1 | -0/+7 |
* | mm/compaction: enhance compaction finish condition | Joonsoo Kim | 2015-04-14 | 1 | -2/+13 |
* | mm: page_alloc: add kasan hooks on alloc and free paths | Andrey Ryabinin | 2015-02-13 | 1 | -0/+2 |
* | mm: fix negative nr_isolated counts | Hugh Dickins | 2015-02-12 | 1 | -1/+3 |
* | mm/compaction: stop the isolation when we isolate enough freepage | Joonsoo Kim | 2015-02-12 | 1 | -7/+10 |
* | mm/compaction: fix wrong order check in compact_finished() | Joonsoo Kim | 2015-02-12 | 1 | -1/+1 |
* | mm/compaction: add tracepoint to observe behaviour of compaction defer | Joonsoo Kim | 2015-02-11 | 1 | -0/+71 |
* | mm/compaction: more trace to understand when/why compaction start/finish | Joonsoo Kim | 2015-02-11 | 1 | -4/+34 |
* | mm/compaction: print current range where compaction work | Joonsoo Kim | 2015-02-11 | 1 | -3/+6 |
* | mm/compaction: enhance tracepoint output for compaction begin/end | Joonsoo Kim | 2015-02-11 | 1 | -2/+13 |
* | mm: reduce try_to_compact_pages parameters | Vlastimil Babka | 2015-02-11 | 1 | -12/+11 |
* | mm, compaction: more focused lru and pcplists draining | Vlastimil Babka | 2014-12-10 | 1 | -1/+42 |
* | mm, compaction: always update cached scanner positions | Vlastimil Babka | 2014-12-10 | 1 | -20/+23 |
* | mm, compaction: defer only on COMPACT_COMPLETE | Vlastimil Babka | 2014-12-10 | 1 | -1/+1 |
* | mm, compaction: simplify deferred compaction | Vlastimil Babka | 2014-12-10 | 1 | -4/+1 |
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka | 2014-12-10 | 1 | -21/+27 |
* | mm, compaction: prevent infinite loop in compact_zone | Vlastimil Babka | 2014-11-13 | 1 | -2/+6 |
* | mm/compaction: skip the range until proper target pageblock is met | Joonsoo Kim | 2014-11-13 | 1 | -0/+10 |
* | mm/compaction.c: avoid premature range skip in isolate_migratepages_range | Joonsoo Kim | 2014-10-29 | 1 | -0/+3 |
* | mm/balloon_compaction: redesign ballooned pages management | Konstantin Khlebnikov | 2014-10-09 | 1 | -1/+1 |
* | mm/compaction.c: fix warning of 'flags' may be used uninitialized | Xiubo Li | 2014-10-09 | 1 | -2/+2 |
* | mm, compaction: pass gfp mask to compact_control | David Rientjes | 2014-10-09 | 1 | -5/+7 |
* | mm: rename allocflags_to_migratetype for clarity | David Rientjes | 2014-10-09 | 1 | -2/+2 |
* | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka | 2014-10-09 | 1 | -5/+31 |
* | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka | 2014-10-09 | 1 | -9/+30 |
* | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka | 2014-10-09 | 1 | -22/+31 |
* | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka | 2014-10-09 | 1 | -47/+72 |
* | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka | 2014-10-09 | 1 | -11/+76 |
* | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka | 2014-10-09 | 1 | -34/+57 |
* | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka | 2014-10-09 | 1 | -108/+146 |
* | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka | 2014-10-09 | 1 | -13/+0 |
* | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka | 2014-10-09 | 1 | -7/+25 |