aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+56
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-11/+4377
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-32/+25
2009-06-11slow_work_thread() should do the exclusive waitGravatar Oleg Nesterov 1-2/+2
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+9
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-3/+7
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 6-13/+33
2009-06-11irq: use kcalloc() instead of the bootmem allocatorGravatar Pekka Enberg 1-1/+1
2009-06-11sched: use slab in cpupri_init()Gravatar Pekka Enberg 2-4/+6
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Gravatar Pekka Enberg 1-4/+4
2009-06-11irq/cpumask: make memoryless node zero happyGravatar Yinghai Lu 1-4/+5
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingGravatar Yinghai Lu 2-7/+1
2009-06-11sched: use kzalloc() instead of the bootmem allocatorGravatar Pekka Enberg 1-12/+8
2009-06-11kmemleak: Add modules supportGravatar Catalin Marinas 1-0/+56
2009-06-11Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 70-2579/+6353
2009-06-11perf_counter: Add counter->id to the throttle eventGravatar Peter Zijlstra 1-1/+3
2009-06-11perf_counter: Standardize event namesGravatar Peter Zijlstra 1-10/+10
2009-06-11perf_counter: Rename enumsGravatar Peter Zijlstra 1-3/+3
2009-06-11perf_counter: Rename perf_counter_limit sysctlGravatar Peter Zijlstra 2-11/+22
2009-06-11perf_counter: More paranoia settingsGravatar Peter Zijlstra 2-5/+26
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 75-2620/+6444
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-16/+29
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 47-1977/+4782
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-12/+55
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-14/+83
2009-06-11Merge branch 'next' into for-linusGravatar James Morris 6-13/+33
2009-06-11perf_counter: Accurate period dataGravatar Peter Zijlstra 1-3/+6
2009-06-11perf_counter: Introduce struct for sample dataGravatar Peter Zijlstra 1-16/+22
2009-06-11perf_counter: Annotate exit ctx recursionGravatar Peter Zijlstra 1-1/+12
2009-06-10Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+28
2009-06-10Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-352/+1084
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-06-10Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+23
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-127/+262
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+8
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-78/+70
2009-06-10perf_counter: More aggressive frequency adjustmentGravatar Peter Zijlstra 1-42/+88
2009-06-09tracing: add protection around module events unloadGravatar Steven Rostedt 3-4/+19
2009-06-09tracing: add trace_seq_vprint interfaceGravatar Steven Rostedt 1-0/+32
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Gravatar Li Zefan 2-2/+81
2009-06-09ring-buffer: fix ret in rb_add_time_stampGravatar Steven Rostedt 1-1/+1
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsGravatar Yinghai Lu 3-3/+3
2009-06-09Merge branch 'master' into nextGravatar James Morris 7-35/+16
2009-06-08ring-buffer: pass in lockdep class key for reader_lockGravatar Peter Zijlstra 1-2/+7
2009-06-08async: Fix lack of boot-time console due to insufficient synchronizationGravatar Linus Torvalds 1-10/+5
2009-06-06perf_counter: Implement generalized cache event typesGravatar Ingo Molnar 1-0/+1
2009-06-06perf_counter: Separate out attr->type from attr->configGravatar Ingo Molnar 1-8/+6
2009-06-05perf_counter: Fix frequency adjustment for < HZGravatar Peter Zijlstra 1-7/+25
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODGravatar Peter Zijlstra 1-0/+10
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDGravatar Peter Zijlstra 1-4/+4