Age | Commit message (Expand) | Author |
2014-12-11 | mm, compaction: more focused lru and pcplists draining | Vlastimil Babka |
2014-12-11 | mm, compaction: always update cached scanner positions | Vlastimil Babka |
2014-12-11 | mm, compaction: defer only on COMPACT_COMPLETE | Vlastimil Babka |
2014-12-11 | mm, compaction: simplify deferred compaction | Vlastimil Babka |
2014-12-11 | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka |
2014-11-14 | mm, compaction: prevent infinite loop in compact_zone | Vlastimil Babka |
2014-11-14 | mm/compaction: skip the range until proper target pageblock is met | Joonsoo Kim |
2014-10-29 | mm/compaction.c: avoid premature range skip in isolate_migratepages_range | Joonsoo Kim |
2014-10-10 | mm/balloon_compaction: redesign ballooned pages management | Konstantin Khlebnikov |
2014-10-10 | mm/compaction.c: fix warning of 'flags' may be used uninitialized | Xiubo Li |
2014-10-10 | mm, compaction: pass gfp mask to compact_control | David Rientjes |
2014-10-10 | mm: rename allocflags_to_migratetype for clarity | David Rientjes |
2014-10-10 | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka |
2014-10-10 | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka |
2014-10-10 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka |
2014-10-10 | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka |
2014-10-10 | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka |
2014-10-10 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka |
2014-06-04 | mm, compaction: properly signal and act upon lock and need_sched() contention | Vlastimil Babka |
2014-06-04 | mm/compaction: avoid rescanning pageblocks in isolate_freepages | Vlastimil Babka |
2014-06-04 | mm/compaction: do not count migratepages when unnecessary | Vlastimil Babka |
2014-06-04 | mm, compaction: terminate async compaction when rescheduling | David Rientjes |
2014-06-04 | mm, compaction: embed migration mode in compact_control | David Rientjes |
2014-06-04 | mm, compaction: add per-zone migration pfn cache for async compaction | David Rientjes |
2014-06-04 | mm, compaction: return failed migration target pages back to freelist | David Rientjes |
2014-06-04 | mm, migration: add destination page freeing callback | David Rientjes |
2014-06-04 | mm/compaction: cleanup isolate_freepages() | Vlastimil Babka |
2014-06-04 | mm/compaction: clean up unused code lines | Heesub Shin |
2014-05-06 | mm/compaction: make isolate_freepages start at pageblock boundary | Vlastimil Babka |
2014-04-07 | mm, compaction: determine isolation mode only once | David Rientjes |
2014-04-07 | mm/compaction: clean-up code on success of ballon isolation | Joonsoo Kim |
2014-04-07 | mm/compaction: check pageblock suitability once per pageblock | Joonsoo Kim |
2014-04-07 | mm/compaction: change the timing to check to drop the spinlock | Joonsoo Kim |
2014-04-07 | mm/compaction: do not call suitable_migration_target() on every page | Joonsoo Kim |
2014-04-07 | mm/compaction: disallow high-order page for migration target | Joonsoo Kim |
2014-04-03 | mm/compaction.c: mark function as static | Rashika Kheria |
2014-04-03 | mm, compaction: avoid isolating pinned pages | David Rientjes |
2014-04-03 | mm, compaction: ignore pageblock skip when manually invoking compaction | David Rientjes |
2014-03-11 | mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block | Laura Abbott |
2014-01-24 | mm: improve documentation of page_order | Mel Gorman |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin |
2014-01-22 | mm: compaction: reset scanner positions immediately when they meet | Vlastimil Babka |
2014-01-22 | mm: compaction: do not mark unmovable pageblocks as skipped in async compaction | Vlastimil Babka |
2014-01-22 | mm: compaction: detect when scanners meet in isolate_freepages | Vlastimil Babka |
2014-01-22 | mm: compaction: reset cached scanner pfn's before reading them | Vlastimil Babka |
2014-01-22 | mm: compaction: encapsulate defer reset logic | Vlastimil Babka |
2014-01-22 | mm: compaction: trace compaction begin and end | Mel Gorman |