aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-06-16readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang
2009-06-16readahead: introduce context readahead algorithmWu Fengguang
2009-06-16readahead: move the random read case to bottomWu Fengguang
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang
2009-06-16readahead: enforce full readahead size on async mmap readaheadWu Fengguang
2009-06-16readahead: sequential mmap readaheadWu Fengguang
2009-06-16readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds
2009-06-16readahead: remove sync/async readahead call dependencyWu Fengguang
2009-06-16readahead: increase interleaved readahead sizeWu Fengguang
2009-06-16readahead: remove one unnecessary radix tree lookupWu Fengguang
2009-06-16readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-06-16block: remove some includings of blktrace_api.hLi Zefan
2009-06-16[S390] pm: memory hotplug power management callbacksGerald Schaefer
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum
2009-06-15SLUB: Fix early boot GFP_DMA allocationsNick Piggin
2009-06-15slab: add hooks for kmemcheckPekka Enberg
2009-06-15slub: add hooks for kmemcheckVegard Nossum
2009-06-15kmemcheck: add mm functionsVegard Nossum
2009-06-13SLUB: Don't print out OOM warning for __GFP_NOFAILPekka Enberg
2009-06-13SLUB: fix build when !SLUB_DEBUGAlexander Beregalov
2009-06-13slab: move struct kmem_cache to headersPekka Enberg
2009-06-12Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki
2009-06-12slab: setup cpu caches later on when interrupts are enabledPekka Enberg
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg
2009-06-12[S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg
2009-06-11bootmem: fix slab fallback on numaPekka Enberg
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas
2009-06-11kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas