| Commit message (Expand) | Author | Age | Files | Lines |
*---. | Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't... | Ingo Molnar | 2009-02-13 | 13 | -54/+180 |
|\ \ \ |
|
| | | * | cgroups: fix lockdep subclasses overflow | Li Zefan | 2009-02-11 | 1 | -1/+2 |
| | | * | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches | Sven Wegener | 2009-02-11 | 1 | -2/+3 |
| | | * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-02-11 | 2 | -12/+9 |
| | | |\ |
|
| | | | * | sched: revert recent sync wakeup changes | Peter Zijlstra | 2009-02-11 | 2 | -12/+9 |
| | | * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-11 | 7 | -37/+160 |
| | | |\ \ |
|
| | | | * | | timers: fix TIMER_ABSTIME for process wide cpu timers | Peter Zijlstra | 2009-02-11 | 1 | -0/+34 |
| | | | * | | timers: split process wide cpu clocks/timers, fix | Peter Zijlstra | 2009-02-11 | 1 | -28/+14 |
| | | | * | | timers: split process wide cpu clocks/timers | Peter Zijlstra | 2009-02-05 | 3 | -25/+119 |
| | | | * | | signal: re-add dead task accumulation stats. | Peter Zijlstra | 2009-02-05 | 3 | -5/+9 |
| | | | |/ |
|
| | | | * | sched: fix nohz load balancer on cpu offline | Suresh Siddha | 2009-02-04 | 1 | -6/+11 |
| | | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-11 | 1 | -1/+1 |
| | | |\ \ |
|
| | | | * | | ptrace, x86: fix the usage of ptrace_fork() | Oleg Nesterov | 2009-02-11 | 1 | -1/+1 |
| | * | | | | tracing/sysprof: add missing tracing_{start,stop}_record_cmdline() | Frederic Weisbecker | 2009-02-11 | 2 | -0/+4 |
| * | | | | | ring_buffer: pahole struct ring_buffer | Arnaldo Carvalho de Melo | 2009-02-11 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | tracing: fix sparse warning: attribute function with __acquires/__releases | Hannes Eder | 2009-02-11 | 1 | -0/+2 |
* | | | | | tracing: fix sparse warnings: fix (un-)signedness | Hannes Eder | 2009-02-11 | 2 | -7/+7 |
* | | | | | tracing: fix sparse warnings: make symbols static | Hannes Eder | 2009-02-11 | 1 | -4/+6 |
* | | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-02-11 | 6 | -33/+37 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | tracing: fix typos in comments | Wenji Huang | 2009-02-10 | 3 | -6/+6 |
| * | | | | tracing: provide correct return value after outputting the event | Wenji Huang | 2009-02-10 | 1 | -7/+7 |
| * | | | | tracing: remove unneeded variable | Wenji Huang | 2009-02-10 | 1 | -3/+1 |
| * | | | | tracing: storage class should be before const qualifier | Tobias Klauser | 2009-02-10 | 1 | -1/+1 |
| * | | | | ring_buffer: fix ring_buffer_read_page() | Lai Jiangshan | 2009-02-10 | 1 | -13/+20 |
| * | | | | ring_buffer: fix typing mistake | Lai Jiangshan | 2009-02-10 | 1 | -5/+4 |
* | | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-02-10 | 2 | -29/+196 |
|\| | | | |
|
| * | | | | tracing: clean up splice code | Steven Rostedt | 2009-02-09 | 1 | -41/+55 |
| * | | | | tracing: Move pipe waiting code out of tracing_read_pipe(). | Eduard - Gabriel Munteanu | 2009-02-09 | 1 | -29/+40 |
| * | | | | tracing: splice support for tracing_pipe | Eduard - Gabriel Munteanu | 2009-02-09 | 2 | -0/+142 |
* | | | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2009-02-10 | 1 | -0/+3 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | profiling: fix broken profiling regression | Hugh Dickins | 2009-02-10 | 1 | -0/+3 |
* | | | | tracing/function-graph-tracer: handle the leaf functions from trace_pipe | Frederic Weisbecker | 2009-02-09 | 3 | -23/+36 |
* | | | | tracing/blktrace: move the tracing file to kernel/trace, fix | Ingo Molnar | 2009-02-09 | 1 | -0/+1 |
* | | | | tracing: handle unregistering the current tracer | Arnaldo Carvalho de Melo | 2009-02-09 | 1 | -0/+9 |
* | | | | tracing/function-graph-tracer: drop the kernel_text_address check | Frederic Weisbecker | 2009-02-09 | 2 | -3/+3 |
* | | | | tracing/power: move the power trace headers to a dedicated file | Frederic Weisbecker | 2009-02-09 | 2 | -1/+2 |
* | | | | tracing/function-graph-tracer: provide a selftest for the function graph tracer | Frederic Weisbecker | 2009-02-09 | 3 | -0/+55 |
* | | | | tracing/blktrace: move the tracing file to kernel/trace | Frederic Weisbecker | 2009-02-09 | 3 | -0/+1562 |
* | | | | Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k... | Ingo Molnar | 2009-02-09 | 7 | -15/+50 |
|\ \ \ \ |
|
| * | | | | trace: trivial fixes in comment typos. | Wenji Huang | 2009-02-08 | 2 | -6/+6 |
| * | | | | ring-buffer: use generic version of in_nmi | Steven Rostedt | 2009-02-08 | 1 | -30/+13 |
| * | | | | ring-buffer: add NMI protection for spinlocks | Steven Rostedt | 2009-02-08 | 2 | -2/+54 |
| * | | | | trace: remove deprecated entry->cpu | Steven Rostedt | 2009-02-08 | 4 | -7/+5 |
* | | | | | Merge commit 'v2.6.29-rc4' into tracing/core | Ingo Molnar | 2009-02-09 | 7 | -52/+155 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | async: use list_move_tail | Stefan Richter | 2009-02-08 | 1 | -2/+1 |
| * | | | | async: Rename _special -> _domain for clarity. | Cornelia Huck | 2009-02-08 | 1 | -19/+22 |
| * | | | | async: Add some documentation. | Cornelia Huck | 2009-02-08 | 1 | -0/+47 |
| * | | | | async: Handle kthread_run() return codes. | Cornelia Huck | 2009-02-08 | 1 | -2/+9 |
| * | | | | async: Fix running list handling. | Cornelia Huck | 2009-02-08 | 1 | -2/+2 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *-----. \ \ \ | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 | 36 | -243/+428 |
| |\ \ \ \ \ \ \
| | | | | | |_|/
| | | | | |/| | |
|