summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu1-4/+8
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu2-6/+9
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu5-29/+12
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg1-6/+2
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg1-12/+8
2009-06-11init: introduce mm_init()Pekka Enberg1-6/+11
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2-3/+2
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg3-61/+77
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: Add the corresponding MAINTAINERS entryCatalin Marinas1-0/+6
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas3-0/+122
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas2-0/+23
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas3-0/+18
2009-06-11kmemleak: Add modules supportCatalin Marinas1-0/+56
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 Marinas2-2/+32
2009-06-11kmemleak: Add documentation on the memory leak detectorCatalin Marinas2-0/+146
2009-06-11kmemleak: Add the base supportCatalin Marinas3-1/+1597
2009-06-11Merge branches 'frv' and 'mn10300'Linus Torvalds21-836/+656
2009-06-11MN10300: Add utrace/tracehooks supportDavid Howells7-239/+257
2009-06-11MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells1-18/+0
2009-06-11FRV: Implement new-style ptraceDavid Howells7-164/+367
2009-06-11FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologueDavid Howells1-1/+0
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells2-5/+10
2009-06-11FRV: Remove in-kernel strace codeDavid Howells1-379/+0
2009-06-11FRV: BUG to BUG_ON changesStoyan Gaydarov4-17/+8
2009-06-11FRV: bitops: Change the bitmap index from int to unsigned longJustin Chen1-14/+15
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds95-2714/+4438
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar449-8480/+17770
2009-06-11perf_counter: Turn off by defaultIngo Molnar1-1/+0
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra2-1/+4
2009-06-11perf_counter: Better align codeIngo Molnar1-80/+85
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra8-14/+14
2009-06-11perf_counter: Standardize event namesPeter Zijlstra15-135/+136
2009-06-11perf_counter: Rename enumsPeter Zijlstra2-31/+28
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-06-11imx: serial: use tty_encode_baud_rate to set true rateOskar Schirmer1-0/+7
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt2-19/+181
2009-06-11imx: serial: use rational library functionOskar Schirmer2-20/+11
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer4-0/+85
2009-06-11imx: serial: handle initialisation failure correctlyDaniel Glöckner1-1/+6
2009-06-11imx: serial: be sure to stop xmit upon shutdownFabian Godehardt1-0/+4
2009-06-11imx: serial: notify higher layers in case xmit IRQ was not calledFabian Godehardt1-0/+3
2009-06-11imx: serial: fix one bit field typeDaniel Glöckner1-1/+1
2009-06-11imx: serial: fix whitespaces (no changes in functionality)Oskar Schirmer1-25/+23
2009-06-11tty: use prepare/finish_waitJiri Slaby1-4/+2