summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2014-11-21mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-11-21mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-11-21mm/compaction: do not count migratepages when unnecessaryVlastimil Babka
2014-11-21mm, compaction: terminate async compaction when reschedulingDavid Rientjes
2014-11-21mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-11-21mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-11-21mm, compaction: return failed migration target pages back to freelistDavid Rientjes
2014-11-21mm, migration: add destination page freeing callbackDavid Rientjes
2014-11-21mm/compaction: cleanup isolate_freepages()Vlastimil Babka
2014-11-21mm/compaction: clean up unused code linesHeesub Shin
2014-10-09mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes
2014-10-09mm, compaction: determine isolation mode only onceDavid Rientjes
2014-10-09mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim
2014-10-09mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim
2014-10-09mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim
2014-10-09mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim
2014-10-09mm/compaction: disallow high-order page for migration targetJoonsoo Kim
2014-10-09mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-06-07mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka
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
2013-09-11mm: compaction: do not compact pgdat for order-0Mel Gorman
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman
2013-01-11mm: compaction: fix echo 1 > compact_memory return error issueJason Liu
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm: compaction: Fix compiler warningThierry Reding
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini
2012-12-11mm: introduce compaction and migration for ballooned pagesRafael Aquini
2012-12-11mm: compaction: Add scanned and isolated counters for compactionMel Gorman
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman
2012-12-06mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman
2012-10-19mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman