aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-11
|\
| * kmemleak: Simple testing module for kmemleakCatalin Marinas2009-06-11
| * kmemleak: Enable the building of the memory leak detectorCatalin Marinas2009-06-11
| * kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas2009-06-11
| * kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas2009-06-11
| * kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas2009-06-11
| * kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas2009-06-11
| * kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2009-06-11
| * kmemleak: Add the base supportCatalin Marinas2009-06-11
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-11
|\ \
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
| |\|
| * | perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra2009-06-08
| * | perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra2009-06-05
| * | perf_counter: Remove munmap stuffPeter Zijlstra2009-06-04
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-01
| |\ \
| * \ \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
| |\ \ \
| * \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-08
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-07
| |\ \ \ \ \ \
| * | | | | | | perf_counter: executable mmap() informationPeter Zijlstra2009-04-06
* | | | | | | | Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-11
|\ \ \ \ \ \ \ \
| * | | | | | | | memcg: don't use bootmem allocator in setup codeYinghai Lu2009-06-11
| * | | | | | | | vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2009-06-11
| * | | | | | | | slab: setup allocators earlier in the boot sequencePekka Enberg2009-06-11
| * | | | | | | | bootmem: fix slab fallback on numaPekka Enberg2009-06-11
| * | | | | | | | bootmem: use slab if bootmem is no longer availablePekka Enberg2009-06-11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11
|\ \ \ \ \ \ \ \
| * | | | | | | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'next' into for-linusJames Morris2009-06-10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nommu: Provide mmap_min_addr definition.Paul Mundt2009-06-09
| | * | | | | | | | Merge branch 'master' into nextJames Morris2009-06-08
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-03
| | * | | | | | | | Merge branch 'master' into nextJames Morris2009-05-22
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | integrity: move ima_counts_getMimi Zohar2009-05-21
| | * | | | | | | | | integrity: path_check updateMimi Zohar2009-05-21
* | | | | | | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-09
| * | | | | | | | | | Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-18
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-07
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-24
| | * | | | | | | | | | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar2009-04-08
| | * | | | | | | | | | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-07
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-14
| * | | | | | | | | | | tracing: create automated trace definesSteven Rostedt2009-04-14
| * | | | | | | | | | | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-12
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | percpu: remove rbtree and use page->index insteadChristoph Lameter2009-04-08