summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-32/+25
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov1-2/+2
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+9
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-3/+7
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds6-13/+33
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-11irq/cpumask: make memoryless node zero happyYinghai Lu1-4/+5
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2-7/+1
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg1-12/+8
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt75-2620/+6444
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+29
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds47-1977/+4782
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+55
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+83
2009-06-11Merge branch 'next' into for-linusJames Morris6-13/+33
2009-06-10Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+28
2009-06-10Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-352/+1084
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-06-10Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+23
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-127/+262
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-78/+70
2009-06-09tracing: add protection around module events unloadSteven Rostedt3-4/+19
2009-06-09tracing: add trace_seq_vprint interfaceSteven Rostedt1-0/+32
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2-2/+81
2009-06-09ring-buffer: fix ret in rb_add_time_stampSteven Rostedt1-1/+1
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu3-3/+3
2009-06-09Merge branch 'master' into nextJames Morris7-35/+16
2009-06-08ring-buffer: pass in lockdep class key for reader_lockPeter Zijlstra1-2/+7
2009-06-08async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds1-10/+5
2009-06-05Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar3-60/+81
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov1-0/+2
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-1/+1
2009-06-04Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar5-35/+87
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-2/+0
2009-06-03tracing: add annotation to what type of stack trace is recordedSteven Rostedt1-2/+2
2009-06-03tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse1-6/+4
2009-06-03tracing/events: fix output format of user stackwalimis1-4/+7
2009-06-03tracing/events: fix output format of kernel stackwalimis1-7/+7
2009-06-03tracing/trace_stack: fix the number of entries in the headerwalimis1-1/+1
2009-06-03ring-buffer: discard timestamps that are at the start of the bufferSteven Rostedt1-16/+21
2009-06-03ring-buffer: try to discard unneeded timestampsSteven Rostedt1-26/+41
2009-06-03ring-buffer: fix bug in ring_buffer_discard_commitTim Bird1-1/+1
2009-06-02function-graph: always initialize task ret_stackSteven Rostedt1-2/+4
2009-06-02function-graph: move initialization of new tasks up in forkSteven Rostedt1-6/+4
2009-06-02function-graph: add memory barriers for accessing task's ret_stackSteven Rostedt1-4/+4
2009-06-02function-graph: enable the stack after initialization of other variablesSteven Rostedt2-2/+13
2009-06-02function-graph: only allocate init tasks if it was not already doneSteven Rostedt1-2/+4