summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-06-16readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang1-3/+0
2009-06-16readahead: introduce context readahead algorithmWu Fengguang1-0/+60
2009-06-16readahead: move the random read case to bottomWu Fengguang1-21/+25
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang2-26/+9
2009-06-16readahead: enforce full readahead size on async mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: sequential mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds1-67/+89
2009-06-16readahead: remove sync/async readahead call dependencyWu Fengguang1-0/+10
2009-06-16readahead: increase interleaved readahead sizeWu Fengguang1-0/+1
2009-06-16readahead: remove one unnecessary radix tree lookupWu Fengguang1-1/+1
2009-06-16readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang1-1/+1
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang4-5/+4
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan2-0/+21
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds6-88/+200
2009-06-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+2
2009-06-16block: remove some includings of blktrace_api.hLi Zefan2-2/+0
2009-06-16[S390] pm: memory hotplug power management callbacksGerald Schaefer1-2/+2
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum5-33/+59
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-0/+1
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum4-23/+78
2009-06-15SLUB: Fix early boot GFP_DMA allocationsNick Piggin1-3/+14
2009-06-15slab: add hooks for kmemcheckPekka Enberg1-2/+18
2009-06-15slub: add hooks for kmemcheckVegard Nossum1-2/+19
2009-06-15kmemcheck: add mm functionsVegard Nossum2-0/+104
2009-06-13SLUB: Don't print out OOM warning for __GFP_NOFAILPekka Enberg1-1/+2
2009-06-13SLUB: fix build when !SLUB_DEBUGAlexander Beregalov1-3/+19
2009-06-13slab: move struct kmem_cache to headersPekka Enberg1-81/+0
2009-06-12Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki1-2/+2
2009-06-12slab: setup cpu caches later on when interrupts are enabledPekka Enberg1-18/+19
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg2-0/+34
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg1-1/+1
2009-06-12[S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens1-1/+1
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki1-19/+10
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds8-6/+1690
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+7
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-53/+76
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-1/+26
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu1-4/+8
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg1-2/+1
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg2-47/+55
2009-06-11bootmem: fix slab fallback on numaPekka Enberg1-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg1-0/+3
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas2-0/+112
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas1-0/+1
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas1-0/+11
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas1-3/+27
2009-06-11kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas1-1/+4
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas1-0/+7