summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/memcg: move reclaim_stat into lruvecHugh Dickins2012-05-291-4/+4
* mm/page_alloc.c: cleanupsAndrew Morton2012-05-291-4/+3
* mm: page_alloc: catch out-of-date list of page flag namesJohannes Weiner2012-05-291-0/+2
* mm/buddy: dump PG_compound_lock page flagGavin Shan2012-05-291-0/+3
* mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz2012-05-291-4/+4
* mm/page_alloc.c: remove pageblock_default_order()Andrew Morton2012-05-291-18/+15
* mm: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-8/+11
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-46/+363
|\
| * cma: fix migration modeMinchan Kim2012-05-211-1/+1
| * mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2012-05-211-0/+60
| * mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski2012-05-211-9/+21
| * mm: Serialize access to min_free_kbytesMel Gorman2012-05-211-8/+15
| * mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-211-6/+11
| * mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-211-16/+60
| * mm: page_alloc: change fallbacks array handlingMichal Nazarewicz2012-05-211-4/+5
| * mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-211-0/+188
| * mm: page_alloc: remove trailing whitespaceMichal Nazarewicz2012-05-211-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-2/+5
|\ \
| * | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-2/+5
| |/
* | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-3/+3
|\ \ | |/ |/|
| * mm: use KERN_CONT in printk() continuation linesKay Sievers2012-05-081-3/+3
* | mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins2012-05-111-1/+1
* | mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin2012-05-101-2/+2
|/
OpenPOWER on IntegriCloud