aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-5/+5
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins1-1/+1
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim1-1/+5
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-7/+5
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman1-79/+13
2013-01-11mm: compaction: fix echo 1 > compact_memory return error issueJason Liu1-4/+2
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-5/+10
2012-12-12mm: compaction: Fix compiler warningThierry Reding1-54/+54
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini1-3/+3
2012-12-11mm: introduce compaction and migration for ballooned pagesRafael Aquini1-2/+19
2012-12-11mm: compaction: Add scanned and isolated counters for compactionMel Gorman1-0/+8
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-1/+2
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman1-4/+0
2012-12-06mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman1-1/+9
2012-10-19mm: compaction: correct the nr_strict va isolated check for CMAMel Gorman1-1/+1
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-2/+6
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-16/+34
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman1-10/+48
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman1-17/+108
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman1-60/+5
2012-10-09mm: compaction: acquire the zone->lock as late as possibleMel Gorman1-64/+76
2012-10-09mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman1-20/+45
2012-10-09mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman1-0/+2
2012-10-09mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman1-3/+1
2012-10-09mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li1-5/+12
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz1-1/+7
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman1-11/+79
2012-10-09mm: compaction: update comment in try_to_compact_pagesMel Gorman1-5/+1
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman1-21/+79
2012-08-21mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-21mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel1-5/+58
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds1-119/+23
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-1/+4
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-2/+2
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz1-23/+119
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz1-3/+8
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz1-171/+157
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz1-18/+93
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz1-4/+11
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz1-21/+54
2012-03-21mm: compaction: make compact_control order signedDan Carpenter1-2/+2
2012-03-21compact_pgdat: workaround lockdep warning in kswapdHugh Dickins1-10/+12
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel1-1/+11
2012-03-21vmscan: kswapd carefully call compactionRik van Riel1-18/+35
2012-02-08mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman1-1/+10
2012-02-03mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migrationMel Gorman1-0/+13