aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12sh: Wire up sys_perf_counter_open.Paul Mundt4-2/+6
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov1-2/+2
2009-06-11sh: Fix dynamic ftrace's NOP action.Matt Fleming1-29/+29
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11sched: use slab in cpupri_init()Pekka Enberg2-4/+6
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg1-4/+4
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-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-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