| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: compaction: Abort async compaction if locks are contended or taking too long | Mel Gorman | 2012-08-22 | 1 | -6/+11 |
* | mm: correct page->pfmemalloc to fix deactivate_slab regression | Alex Shi | 2012-08-22 | 1 | -10/+11 |
* | mm: remove node_start_pfn checking in new WARN_ON for now | Linus Torvalds | 2012-08-02 | 1 | -1/+1 |
* | mm: remove redundant initialization | Minchan Kim | 2012-08-01 | 1 | -7/+2 |
* | mm: warn if pg_data_t isn't initialized with zero | Minchan Kim | 2012-08-01 | 1 | -0/+3 |
* | mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba... | Mel Gorman | 2012-08-01 | 1 | -0/+1 |
* | mm: ignore mempolicies when using ALLOC_NO_WATERMARK | Mel Gorman | 2012-08-01 | 1 | -0/+7 |
* | mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used | Mel Gorman | 2012-08-01 | 1 | -13/+14 |
* | mm: allow PF_MEMALLOC from softirq context | Mel Gorman | 2012-08-01 | 1 | -1/+5 |
* | mm: introduce __GFP_MEMALLOC to allow access to emergency reserves | Mel Gorman | 2012-08-01 | 1 | -12/+10 |
* | mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages | Mel Gorman | 2012-08-01 | 1 | -5/+22 |
* | memory-hotplug: fix kswapd looping forever problem | Minchan Kim | 2012-08-01 | 1 | -0/+30 |
* | mm: fix free page check in zone_watermark_ok() | Minchan Kim | 2012-08-01 | 1 | -1/+2 |
* | mm: factor out memory isolate functions | Minchan Kim | 2012-08-01 | 1 | -76/+4 |
* | mm/hotplug: mark memory hotplug code in page_alloc.c as __meminit | Jiang Liu | 2012-08-01 | 1 | -32/+34 |
* | mm/hotplug: free zone->pageset when a zone becomes empty | Jiang Liu | 2012-08-01 | 1 | -0/+13 |
* | mm/hotplug: correctly setup fallback zonelists when creating new pgdat | Jiang Liu | 2012-08-01 | 1 | -5/+12 |
* | mm: setup pageblock_order before it's used by sparsemem | Xishi Qiu | 2012-08-01 | 1 | -2/+2 |
* | mm: have order > 0 compaction start off where it left | Rik van Riel | 2012-08-01 | 1 | -0/+5 |
* | mm: clean up __count_immobile_pages() | Minchan Kim | 2012-08-01 | 1 | -16/+18 |
* | mm: do not use page_count() without a page pin | Minchan Kim | 2012-08-01 | 1 | -1/+8 |
* | mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca... | KOSAKI Motohiro | 2012-08-01 | 1 | -3/+6 |
* | mm/buddy: cleanup on should_fail_alloc_page | Gavin Shan | 2012-08-01 | 1 | -7/+7 |
* | mm: cma: don't replace lowmem pages with highmem | Rabin Vincent | 2012-07-06 | 1 | -1/+6 |
* | Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" | Linus Torvalds | 2012-06-04 | 1 | -4/+4 |
* | mm: add link from struct lruvec to struct zone | Konstantin Khlebnikov | 2012-05-30 | 1 | -7/+1 |
* | mm/memcg: move reclaim_stat into lruvec | Hugh Dickins | 2012-05-30 | 1 | -4/+4 |
* | mm/page_alloc.c: cleanups | Andrew Morton | 2012-05-30 | 1 | -4/+3 |
* | mm: page_alloc: catch out-of-date list of page flag names | Johannes Weiner | 2012-05-30 | 1 | -0/+2 |
* | mm/buddy: dump PG_compound_lock page flag | Gavin Shan | 2012-05-30 | 1 | -0/+3 |
* | mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks | Bartlomiej Zolnierkiewicz | 2012-05-30 | 1 | -4/+4 |
* | mm/page_alloc.c: remove pageblock_default_order() | Andrew Morton | 2012-05-30 | 1 | -18/+15 |
* | mm: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-30 | 1 | -8/+11 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-05-25 | 1 | -46/+363 |
|\ |
|
| * | cma: fix migration mode | Minchan Kim | 2012-05-21 | 1 | -1/+1 |
| * | mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks | Marek Szyprowski | 2012-05-21 | 1 | -0/+60 |
| * | mm: extract reclaim code from __alloc_pages_direct_reclaim() | Marek Szyprowski | 2012-05-21 | 1 | -9/+21 |
| * | mm: Serialize access to min_free_kbytes | Mel Gorman | 2012-05-21 | 1 | -8/+15 |
| * | mm: page_isolation: MIGRATE_CMA isolation functions added | Michal Nazarewicz | 2012-05-21 | 1 | -6/+11 |
| * | mm: mmzone: MIGRATE_CMA migration type added | Michal Nazarewicz | 2012-05-21 | 1 | -16/+60 |
| * | mm: page_alloc: change fallbacks array handling | Michal Nazarewicz | 2012-05-21 | 1 | -4/+5 |
| * | mm: page_alloc: introduce alloc_contig_range() | Michal Nazarewicz | 2012-05-21 | 1 | -0/+188 |
| * | mm: page_alloc: remove trailing whitespace | Michal Nazarewicz | 2012-05-21 | 1 | -7/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 1 | -2/+5 |
|\ \ |
|
| * | | mm: add a low limit to alloc_large_system_hash | Tim Bird | 2012-05-24 | 1 | -2/+5 |
| |/ |
|
* | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-23 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | mm: use KERN_CONT in printk() continuation lines | Kay Sievers | 2012-05-08 | 1 | -3/+3 |
* | | mm: raise MemFree by reverting percpu_pagelist_fraction to 0 | Hugh Dickins | 2012-05-11 | 1 | -1/+1 |
* | | mm: fix division by 0 in percpu_pagelist_fraction() | Sasha Levin | 2012-05-11 | 1 | -2/+2 |
|/ |
|
* | mm: only IPI CPUs to drain local pages if they exist | Gilad Ben-Yossef | 2012-03-29 | 1 | -2/+38 |