| Commit message (Expand) | Author | Age |
| ... | |
| | | * | | | | | | | | | | tracing: branch tracer, tweak output | Ingo Molnar | 2008-11-12 |
| | | * | | | | | | | | | | tracing: likely/unlikely branch annotation tracer | Steven Rostedt | 2008-11-12 |
| | | * | | | | | | | | | | tracing: profile likely and unlikely annotations | Steven Rostedt | 2008-11-12 |
| | | |/ / / / / / / / / |
|
| | | * | | | | | | | | | Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'trac... | Ingo Molnar | 2008-11-12 |
| | | |\ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | ring-buffer: fix deadlock from reader_lock in read_start | Steven Rostedt | 2008-11-12 |
| | | * | | | | | | | | | | tracing/fastboot: Use the ring-buffer timestamp for initcall entries | Frederic Weisbecker | 2008-11-12 |
| | | * | | | | | | | | | | tracing/fastboot: move boot tracer structs and funcs into their own header. | Frederic Weisbecker | 2008-11-12 |
| | | * | | | | | | | | | | Merge branch 'tracing/function-return-tracer' into tracing/fastboot | Ingo Molnar | 2008-11-12 |
| | | |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
| | | | * | | | | | | | | | tracing: add a tracer to catch execution time of kernel functions | Frederic Weisbecker | 2008-11-11 |
| | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ | |
| | | *-. \ \ \ \ \ \ \ \ \ | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2008-11-12 |
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| | | | * | | | | | | | | | | ring-buffer: clean up warn ons | Steven Rostedt | 2008-11-11 |
| | | | * | | | | | | | | | | ring-buffer: add reader lock | Steven Rostedt | 2008-11-11 |
| | | |/ / / / / / / / / / |
|
| | | * | | | | | | | | | | ring-buffer: replace most bug ons with warn on and disable buffer | Steven Rostedt | 2008-11-11 |
| | | * | | | | | | | | | | ftrace: prevent ftrace_special from recursion | Steven Rostedt | 2008-11-11 |
| | | * | | | | | | | | | | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 2008-11-11 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | ftrace: display start of CPU buffer in trace output | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: force pass of preemptoff selftest | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: remove trace array ctrl | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: remove ctrl_update method | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: enable trace_printk by default | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: irqsoff tracer incorrect reset | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: fix sched_switch API | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: fix boot trace sched startup | Steven Rostedt | 2008-11-08 |
| | | * | | | | | | | | | | | ftrace: fix set_ftrace_filter | Steven Rostedt | 2008-11-08 |
| | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ | |
| | | *-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't... | Ingo Molnar | 2008-11-08 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | ring-buffer: convert to raw spinlocks | Steven Rostedt | 2008-11-06 |
| | | * | | | | | | | | | | | | | ftrace: restructure tracing start/stop infrastructure | Steven Rostedt | 2008-11-06 |
| | | * | | | | | | | | | | | | | ftrace: soft tracing stop and start | Steven Rostedt | 2008-11-06 |
| | | * | | | | | | | | | | | | | ftrace: add quick function trace stop | Steven Rostedt | 2008-11-06 |
| | | * | | | | | | | | | | | | | Merge branch 'tracing/fastboot' into tracing/ftrace | Ingo Molnar | 2008-11-06 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | tracing/ftrace: fix a bug when switch current tracer to sched tracer | Frederic Weisbecker | 2008-11-04 |
| | | | * | | | | | | | | | | | | | tracing/ftrace: types and naming corrections for sched tracer | Frederic Weisbecker | 2008-11-04 |
| | | | * | | | | | | | | | | | | | tracing/fastboot: use sched switch tracer from boot tracer | Frederic Weisbecker | 2008-11-04 |
| | | | * | | | | | | | | | | | | | tracing/ftrace: remove unused code in sched_switch tracer | Frederic Weisbecker | 2008-11-04 |
| | | | * | | | | | | | | | | | | | tracing/ftrace: fix a race condition in sched_switch tracer | Frederic Weisbecker | 2008-11-04 |
| | | | * | | | | | | | | | | | | | tracing/fastboot: Enable boot tracing only during initcalls | Frederic Weisbecker | 2008-11-04 |
| | | | |/ / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | ftrace: function tracer with irqs disabled | Steven Rostedt | 2008-11-04 |
| | | * | | | | | | | | | | | | | ftrace: insert in the ftrace_preempt_disable()/enable() functions | Steven Rostedt | 2008-11-04 |
| | | * | | | | | | | | | | | | | ftrace: introduce ftrace_preempt_disable()/enable() | Steven Rostedt | 2008-11-04 |
| | | |/ / / / / / / / / / / / |
|
| | | | | | | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ \ | |
| | | *-----. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra... | Ingo Molnar | 2008-11-03 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | | | | ftrace: nmi safe code clean ups | Steven Rostedt | 2008-10-31 |
| | | | | * | | | | | | | | | | | | | | ftrace: nmi update statistics | Steven Rostedt | 2008-10-30 |
| | | * | | | | | | | | | | | | | | | | ftrace: ftrace_dump_on_oops=[tracer] | Peter Zijlstra | 2008-11-03 |
| | | * | | | | | | | | | | | | | | | | Merge commit 'v2.6.28-rc3' into tracing/ftrace | Ingo Molnar | 2008-11-03 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-10-31 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | ftrace: ftrace dump on oops control | Steven Rostedt | 2008-10-27 |
| | | | |_|/ / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2008-12-04 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2008-11-14 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / / / / / /
| | |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 |
| | |_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|