aboutsummaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2015-03-14mm: fix negative nr_isolated countsHugh Dickins
2015-03-14mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim
2014-10-29mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-06-04mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-06-04mm/compaction: do not count migratepages when unnecessaryVlastimil Babka
2014-06-04mm, compaction: terminate async compaction when reschedulingDavid Rientjes
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-06-04mm, compaction: return failed migration target pages back to freelistDavid Rientjes
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes
2014-06-04mm/compaction: cleanup isolate_freepages()Vlastimil Babka
2014-06-04mm/compaction: clean up unused code linesHeesub Shin
2014-05-06mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka
2014-04-07mm, compaction: determine isolation mode only onceDavid Rientjes
2014-04-07mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim
2014-04-07mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim
2014-04-07mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim
2014-04-07mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim
2014-04-07mm/compaction: disallow high-order page for migration targetJoonsoo Kim
2014-04-03mm/compaction.c: mark function as staticRashika Kheria
2014-04-03mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott
2014-01-23mm: improve documentation of page_orderMel Gorman
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm: compaction: reset scanner positions immediately when they meetVlastimil Babka
2014-01-21mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka
2014-01-21mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka
2014-01-21mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka
2014-01-21mm: compaction: trace compaction begin and endMel Gorman
2013-12-18mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand
2013-09-30mm/compaction.c: periodically schedule when freeing pagesDavid Rientjes