aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-2/+2
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or contendedMel Gorman1-10/+27
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-4/+3
2012-11-30mm: compaction: fix return value of capture_free_page()Mel Gorman1-1/+1
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-3/+4
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen1-1/+1
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-34/+0
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-1/+1
2012-10-25mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes1-2/+2
2012-10-25mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu1-1/+1
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim1-2/+4
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-1/+1
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim1-0/+7
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes1-11/+30
2012-10-09mm: remove free_page_mlockHugh Dickins1-17/+0
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+34
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim1-13/+1
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-0/+1
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman1-18/+20
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman1-5/+0
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li1-1/+1
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim1-1/+1
2012-10-09mm: remain migratetype in freed pageMinchan Kim1-2/+5
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim1-3/+3
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz1-16/+15
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz1-7/+19
2012-10-09cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz1-2/+7
2012-10-09mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz1-2/+5
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-0/+2
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman1-16/+47
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-4/+3
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman1-6/+11
2012-08-21mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-07-31mm: remove redundant initializationMinchan Kim1-7/+2
2012-07-31mm: warn if pg_data_t isn't initialized with zeroMinchan Kim1-0/+3
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman1-0/+1
2012-07-31mm: ignore mempolicies when using ALLOC_NO_WATERMARKMel Gorman1-0/+7
2012-07-31mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedMel Gorman1-13/+14
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-1/+5
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman1-12/+10
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman1-5/+22
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim1-0/+30
2012-07-31mm: fix free page check in zone_watermark_ok()Minchan Kim1-1/+2
2012-07-31mm: factor out memory isolate functionsMinchan Kim1-76/+4
2012-07-31mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu1-32/+34
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu1-0/+13
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-5/+12
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu1-2/+2