summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-051-27/+0Star
* mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-211-2/+9
* mm: allocate kernel pages to the right memcgGlauber Costa2012-12-191-0/+35
* mm/page_alloc.c: remove duplicate checkGavin Shan2012-12-191-2/+1Star
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-1/+9
|\
| * mm: numa: Introduce last_nid to the page frameMel Gorman2012-12-111-0/+2
| * mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-111-0/+5
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-1/+2
* | 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-131-2/+24
| * | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-131-14/+30
| * | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-131-0/+3
| * | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-131-18/+22
| * | mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-131-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-121-58/+0Star
* | | mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski2012-12-121-8/+9
* | | mm: introduce putback_movable_pages()Rafael Aquini2012-12-121-1/+1
* | | memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-121-1/+1
* | | memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang2012-12-121-5/+5
* | | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-121-4/+23
* | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-121-8/+10
* | | mm: show migration types in show_memRabin Vincent2012-12-121-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/+10Star
* | | 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/+3Star
* | | mm: compaction: fix return value of capture_free_page()Mel Gorman2012-11-301-1/+1
* | | Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-271-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/+0Star
* | 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/+0Star
* 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/+1Star
* 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/+0Star
* 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/+15Star