summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | readahead: introduce context readahead algorithmWu Fengguang2009-06-161-0/+60
| * | | | | readahead: move the random read case to bottomWu Fengguang2009-06-161-21/+25
| * | | | | readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-162-26/+9
| * | | | | readahead: enforce full readahead size on async mmap readaheadWu Fengguang2009-06-161-1/+2
| * | | | | readahead: sequential mmap readaheadWu Fengguang2009-06-161-1/+2
| * | | | | readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds2009-06-161-67/+89
| * | | | | readahead: remove sync/async readahead call dependencyWu Fengguang2009-06-161-0/+10
| * | | | | readahead: increase interleaved readahead sizeWu Fengguang2009-06-161-0/+1
| * | | | | readahead: remove one unnecessary radix tree lookupWu Fengguang2009-06-161-1/+1
| * | | | | readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang2009-06-161-1/+1
| * | | | | readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-164-5/+4
| * | | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-162-0/+21
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-166-88/+200
|\ \ \ \ \
| * \ \ \ \ Merge commit 'linus/master' into HEADVegard Nossum2009-06-155-33/+59
| |\ \ \ \ \ | | |/ / / /
| * | | | | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-0/+1
| * | | | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-154-23/+78
| * | | | | slab: add hooks for kmemcheckPekka Enberg2009-06-151-2/+18
| * | | | | slub: add hooks for kmemcheckVegard Nossum2009-06-151-2/+19
| * | | | | kmemcheck: add mm functionsVegard Nossum2009-06-152-0/+104
| * | | | | slab: move struct kmem_cache to headersPekka Enberg2009-06-131-81/+0
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-161-2/+2
|\ \ \ \ \ \
| * | | | | | [S390] pm: memory hotplug power management callbacksGerald Schaefer2009-06-161-2/+2
| | |/ / / / | |/| | | |
* | | | | | block: remove some includings of blktrace_api.hLi Zefan2009-06-162-2/+0
|/ / / / /
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-121-1/+1
|\ \ \ \ \
| * | | | | [S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens2009-06-121-1/+1
| |/ / / /
* | | | | PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2009-06-121-2/+2
* | | | | slab: setup cpu caches later on when interrupts are enabledPekka Enberg2009-06-121-18/+19
* | | | | slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-122-0/+34
* | | | | slab: fix gfp flag in setup_cpu_cache()Pekka Enberg2009-06-121-1/+1
* | | | | memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki2009-06-121-19/+10
|/ / / /
* | | | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-118-6/+1690
|\ \ \ \
| * | | | kmemleak: Simple testing module for kmemleakCatalin Marinas2009-06-112-0/+112
| * | | | kmemleak: Enable the building of the memory leak detectorCatalin Marinas2009-06-111-0/+1
| * | | | kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas2009-06-111-0/+11
| * | | | kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas2009-06-111-3/+27
| * | | | kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas2009-06-111-1/+4
| * | | | kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas2009-06-111-0/+7
| * | | | kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2009-06-111-2/+30
| * | | | kmemleak: Add the base supportCatalin Marinas2009-06-111-0/+1498
* | | | | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-112-0/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-118-210/+73
| |\ \ \ \ \ | | |/ / / /
| * | | | | perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra2009-06-081-0/+2
| * | | | | perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra2009-06-051-2/+3
| * | | | | perf_counter: Remove munmap stuffPeter Zijlstra2009-06-041-6/+0
| * | | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-0113-59/+71
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-1812-165/+194
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-297-16/+55
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-11/+36
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-077-56/+61
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf_counter: executable mmap() informationPeter Zijlstra2009-04-061-0/+10
OpenPOWER on IntegriCloud