summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa
2012-12-18mm/page_alloc.c: remove duplicate checkGavin Shan
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12mm: provide more accurate estimation of pages occupied by memmapJiang Liu
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-11mm: show migration types in show_memRabin Vincent
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton
2012-11-30mm: compaction: fix return value of capture_free_page()Mel Gorman
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-10-25mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes
2012-10-25mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes
2012-10-09mm: remove free_page_mlockHugh Dickins
2012-10-09mm: fix-up zone present pagesJianguo Wu
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim
2012-10-09mm: remain migratetype in freed pageMinchan Kim
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz