summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi2012-08-211-10/+11
* mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds2012-08-021-1/+1
* mm: remove redundant initializationMinchan Kim2012-07-311-7/+2
* mm: warn if pg_data_t isn't initialized with zeroMinchan Kim2012-07-311-0/+3
* mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman2012-07-311-0/+1
* mm: ignore mempolicies when using ALLOC_NO_WATERMARKMel Gorman2012-07-311-0/+7
* mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedMel Gorman2012-07-311-13/+14
* mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-311-1/+5
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-07-311-12/+10
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-07-311-5/+22
* memory-hotplug: fix kswapd looping forever problemMinchan Kim2012-07-311-0/+30
* mm: fix free page check in zone_watermark_ok()Minchan Kim2012-07-311-1/+2
* mm: factor out memory isolate functionsMinchan Kim2012-07-311-76/+4
* mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu2012-07-311-32/+34
* mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2012-07-311-0/+13
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-5/+12
* mm: setup pageblock_order before it's used by sparsememXishi Qiu2012-07-311-2/+2
* mm: have order > 0 compaction start off where it leftRik van Riel2012-07-311-0/+5
* mm: clean up __count_immobile_pages()Minchan Kim2012-07-311-16/+18
* mm: do not use page_count() without a page pinMinchan Kim2012-07-311-1/+8
* mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...KOSAKI Motohiro2012-07-311-3/+6
* mm/buddy: cleanup on should_fail_alloc_pageGavin Shan2012-07-311-7/+7
* mm: cma: don't replace lowmem pages with highmemRabin Vincent2012-07-061-1/+6
* Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-031-4/+4
* mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov2012-05-291-7/+1