aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim1-0/+10
2014-10-29mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim1-0/+3
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-1/+1
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li1-2/+2
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes1-5/+7
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes1-2/+2
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka1-5/+31
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka1-9/+30
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka1-22/+31
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka1-47/+72
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-11/+76
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka1-34/+57
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka1-108/+146
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka1-13/+0
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-7/+25
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka1-10/+44
2014-06-04mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka1-15/+7
2014-06-04mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-24/+7
2014-06-04mm, compaction: terminate async compaction when reschedulingDavid Rientjes1-1/+6
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-17/+19
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-26/+40
2014-06-04mm, compaction: return failed migration target pages back to freelistDavid Rientjes1-9/+18
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-1/+1
2014-06-04mm/compaction: cleanup isolate_freepages()Vlastimil Babka1-29/+27
2014-06-04mm/compaction: clean up unused code linesHeesub Shin1-10/+0
2014-05-06mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-04-07mm, compaction: determine isolation mode only onceDavid Rientjes1-7/+2
2014-04-07mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim1-7/+4
2014-04-07mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim1-15/+19
2014-04-07mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim1-1/+1
2014-04-07mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim1-2/+11
2014-04-07mm/compaction: disallow high-order page for migration targetJoonsoo Kim1-12/+3
2014-04-03mm/compaction.c: mark function as staticRashika Kheria1-1/+1
2014-04-03mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-04-03mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott1-7/+13
2014-01-23mm: improve documentation of page_orderMel Gorman1-1/+4
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-1/+1
2014-01-21mm: compaction: reset scanner positions immediately when they meetVlastimil Babka1-0/+4
2014-01-21mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka1-2/+9
2014-01-21mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka1-4/+15
2014-01-21mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka1-8/+8
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka1-5/+4
2014-01-21mm: compaction: trace compaction begin and endMel Gorman1-0/+4
2013-12-18mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand1-4/+3
2013-09-30mm/compaction.c: periodically schedule when freeing pagesDavid Rientjes1-0/+7
2013-09-11mm: compaction: do not compact pgdat for order-0Mel Gorman1-0/+3
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-5/+5