aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+7
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus 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/jmorris/security-testing-2.6Linus 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
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas1-2/+30
2009-06-11kmemleak: Add the base supportCatalin Marinas1-0/+1498
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar8-210/+73
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-44/+29
2009-06-11Merge branch 'next' into for-linusJames Morris4-1/+26
2009-06-10Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-97/+44
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-69/+0
2009-06-10nommu: Provide mmap_min_addr definition.Paul Mundt1-0/+3
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-3/+2
2009-06-09Merge branch 'master' into nextJames Morris8-39/+40
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra1-0/+2
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-2/+3
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra1-6/+0
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter2-0/+22
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar13-59/+71
2009-05-29memcg: fix build warning and avoid checking for mem != null again and againNikanth Karthikesan1-9/+1
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hugetlbfsMel Gorman1-13/+13
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura5-7/+10
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes1-9/+15
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-22Merge branch 'master' into nextJames Morris7-47/+43
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+1
2009-05-22integrity: path_check updateMimi Zohar1-1/+1
2009-05-21hugh: update email addressHugh Dickins1-1/+1
2009-05-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-15/+19
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2Mel Gorman2-15/+19
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar7-54/+82