summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker3-0/+1562
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar7-15/+50
2009-02-09Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar7-52/+155
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck1-19/+22
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-07trace: trivial fixes in comment typos.Wenji Huang2-6/+6
2009-02-07ring-buffer: use generic version of in_nmiSteven Rostedt1-30/+13
2009-02-07ring-buffer: add NMI protection for spinlocksSteven Rostedt2-2/+54
2009-02-07trace: remove deprecated entry->cpuSteven Rostedt4-7/+5
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown36-243/+428
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo10-45/+25
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo8-102/+96
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo8-82/+44
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner2-9/+54
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton1-12/+4
2009-02-05kernel/async.c: fix printk warningsAndrew Morton1-4/+8
2009-02-05trace: code style clean upSteven Rostedt1-14/+15
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo6-51/+34
2009-02-05trace_branch: Remove unused functionArnaldo Carvalho de Melo1-17/+0
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo3-13/+16
2009-02-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo4-25/+37
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo3-114/+86
2009-02-04Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'li...Ingo Molnar4-18/+70
2009-02-04Merge branch 'core/xen' into x86/urgentIngo Molnar53-460/+680
2009-02-03ftrace: do_each_pid_task() needs rcu lockOleg Nesterov1-0/+5
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo4-90/+72
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker4-115/+151
2009-02-03trace: let boot trace be chosen by command lineSteven Rostedt3-12/+11
2009-02-03trace: fix default boot up tracerSteven Rostedt1-6/+54
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar27-198/+298
2009-02-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+45
2009-02-02modules: Use a better scheme for refcountingEric Dumazet1-10/+25
2009-02-01irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu1-1/+6
2009-02-01sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell1-2/+2
2009-02-01sched: fix buddie group latencyPeter Zijlstra1-2/+8
2009-02-01sched: clear buddies more aggressivelyMike Galbraith1-1/+12
2009-02-01sched: symmetric sync vs avg_overlapPeter Zijlstra1-3/+9
2009-02-01sched: fix sync wakeupsPeter Zijlstra2-9/+6
2009-01-31Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+35
2009-01-31Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-01-31Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+59
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-8/+41
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner1-0/+7
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2-7/+23
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker1-1/+29