summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-131-35/+80
|\
| * mm: provide more accurate estimation of pages occupied by memmapJiang Liu2012-12-121-2/+24
| * mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-121-14/+30
| * numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-121-0/+3
| * page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-121-18/+22
| * mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-121-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-2/+2
|\ \ | |/ |/|
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-2/+2
* | mm: cma: remove watermark hacksMarek Szyprowski2012-12-111-58/+0
* | mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski2012-12-111-8/+9
* | mm: introduce putback_movable_pages()Rafael Aquini2012-12-111-1/+1
* | memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-111-1/+1
* | memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang2012-12-111-5/+5
* | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-111-4/+23
* | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-111-8/+10
* | mm: show migration types in show_memRabin Vincent2012-12-111-2/+40
* | Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-101-3/+4
* | Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds2012-12-101-27/+10
* | mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman2012-11-301-10/+27
* | revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-301-4/+3
* | mm: compaction: fix return value of capture_free_page()Mel Gorman2012-11-301-1/+1
* | Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-261-3/+4
* | fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen2012-11-211-1/+1
* | revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-34/+0
* | memcg: fix hotplugged memory zone oopsHugh Dickins2012-11-161-1/+1
|/
* mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes2012-10-251-2/+2
* mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu2012-10-251-1/+1
* cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim2012-10-091-2/+4
* CMA: migrate mlocked pagesMinchan Kim2012-10-091-1/+1
* memory-hotplug: fix zone stat mismatchMinchan Kim2012-10-091-0/+7
* mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes2012-10-091-11/+30
* mm: remove free_page_mlockHugh Dickins2012-10-091-17/+0
* mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+34
* mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim2012-10-091-13/+1
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-091-0/+1
* mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-091-18/+20
* revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-5/+0
* mm/memblock: cleanup early_node_map[] related commentsWanpeng Li2012-10-091-1/+1
* memory-hotplug: fix pages missed by race rather than failingMinchan Kim2012-10-091-1/+1
* mm: remain migratetype in freed pageMinchan Kim2012-10-091-2/+5
* mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim2012-10-091-3/+3
* cma: fix watermark checkingBartlomiej Zolnierkiewicz2012-10-091-16/+15
* cma: count free CMA pagesBartlomiej Zolnierkiewicz2012-10-091-7/+19
* cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz2012-10-091-2/+7
* mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz2012-10-091-2/+5
* mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-0/+2
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2012-10-091-16/+47
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+3
* mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-09-171-1/+1
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-211-6/+11
OpenPOWER on IntegriCloud