aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-35/+80
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-12-12mm: provide more accurate estimation of pages occupied by memmapGravatar Jiang Liu 1-2/+24
2012-12-12mm: introduce new field "managed_pages" to struct zoneGravatar Jiang Liu 1-14/+30
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeGravatar Lai Jiangshan 1-0/+3
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Gravatar Lai Jiangshan 1-18/+22
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Gravatar Marek Szyprowski 1-1/+1
2012-12-11mm: cma: remove watermark hacksGravatar Marek Szyprowski 1-58/+0
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Gravatar Marek Szyprowski 1-8/+9
2012-12-11mm: introduce putback_movable_pages()Gravatar Rafael Aquini 1-1/+1
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesGravatar Wen Congyang 1-1/+1
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchGravatar Wen Congyang 1-5/+5
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesGravatar Wen Congyang 1-4/+23
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDGravatar Kirill A. Shutemov 1-8/+10
2012-12-11mm: show migration types in show_memGravatar Rabin Vincent 1-2/+40
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageGravatar Linus Torvalds 1-3/+4
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Gravatar Linus Torvalds 1-27/+10
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-2/+2
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Gravatar Mel Gorman 1-10/+27
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Gravatar Andrew Morton 1-4/+3
2012-11-30mm: compaction: fix return value of capture_free_page()Gravatar Mel Gorman 1-1/+1
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Gravatar Mel Gorman 1-3/+4
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Gravatar Dave Hansen 1-1/+1
2012-11-16revert "mm: fix-up zone present pages"Gravatar Andrew Morton 1-34/+0
2012-11-16memcg: fix hotplugged memory zone oopsGravatar Hugh Dickins 1-1/+1
2012-10-25mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantGravatar David Rientjes 1-2/+2
2012-10-25mm/page_alloc.c:alloc_contig_range(): return early for err pathGravatar Bob Liu 1-1/+1
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistGravatar Minchan Kim 1-2/+4
2012-10-09CMA: migrate mlocked pagesGravatar Minchan Kim 1-1/+1
2012-10-09memory-hotplug: fix zone stat mismatchGravatar Minchan Kim 1-0/+7
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceGravatar David Rientjes 1-11/+30
2012-10-09mm: remove free_page_mlockGravatar Hugh Dickins 1-17/+0
2012-10-09mm: fix-up zone present pagesGravatar Jianguo Wu 1-0/+34
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Gravatar Minchan Kim 1-13/+1
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityGravatar Mel Gorman 1-0/+1
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedGravatar Mel Gorman 1-18/+20
2012-10-09revert "mm: have order > 0 compaction start off where it left"Gravatar Mel Gorman 1-5/+0
2012-10-09mm/memblock: cleanup early_node_map[] related commentsGravatar Wanpeng Li 1-1/+1
2012-10-09memory-hotplug: fix pages missed by race rather than failingGravatar Minchan Kim 1-1/+1
2012-10-09mm: remain migratetype in freed pageGravatar Minchan Kim 1-2/+5
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Gravatar Minchan Kim 1-3/+3
2012-10-09cma: fix watermark checkingGravatar Bartlomiej Zolnierkiewicz 1-16/+15
2012-10-09cma: count free CMA pagesGravatar Bartlomiej Zolnierkiewicz 1-7/+19
2012-10-09cma: fix counting of isolated pagesGravatar Bartlomiej Zolnierkiewicz 1-2/+7
2012-10-09mm: fix tracing in free_pcppages_bulk()Gravatar Bartlomiej Zolnierkiewicz 1-2/+5
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationGravatar Minchan Kim 1-0/+2
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Gravatar Mel Gorman 1-16/+47
2012-10-09mm: remove __GFP_NO_KSWAPDGravatar Rik van Riel 1-4/+3
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationGravatar Li Haifeng 1-1/+1
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longGravatar Mel Gorman 1-6/+11