| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'v2.6.29-rc1' into tracing/urgent | Ingo Molnar | 2009-01-11 | 1 | -1/+7 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri... | Linus Torvalds | 2009-01-09 | 1 | -1/+7 |
| |\ |
|
| | * | ring_buffer: fix ring_buffer_event_length() | Robert Richter | 2009-01-07 | 1 | -1/+7 |
* | | | trace: clean up funny line breaks in stat_seq_show | Steven Rostedt | 2009-01-07 | 1 | -2/+3 |
* | | | tracing/ftrace: fix a memory leak in stat tracing | Frederic Weisbecker | 2009-01-07 | 1 | -24/+15 |
* | | | ftrace: convert unsigned index to signed | Steven Rostedt | 2009-01-07 | 1 | -2/+2 |
* | | | Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent | Ingo Molnar | 2009-01-06 | 13 | -836/+1392 |
|\ \ \ |
|
| * | | | tracing/selftest: remove TRACE_CONT reference | Ingo Molnar | 2008-12-29 | 1 | -1/+0 |
| * | | | tracing/ftrace: make trace_find_cmdline() generally available | Ingo Molnar | 2008-12-29 | 1 | -2/+2 |
| * | | | tracing/branch-tracer: adapt to the stat tracing API | Frederic Weisbecker | 2008-12-29 | 1 | -126/+142 |
| * | | | tracing/ftrace: provide the base infrastructure for histogram tracing | Frederic Weisbecker | 2008-12-29 | 4 | -1/+271 |
| * | | | ftrace: change trace.c to use registered events | Steven Rostedt | 2008-12-29 | 4 | -364/+574 |
| * | | | ftrace: set up trace event hash infrastructure | Steven Rostedt | 2008-12-29 | 10 | -281/+416 |
| * | | | ftrace: remove obsolete print continue functionality | Steven Rostedt | 2008-12-29 | 4 | -74/+0 |
* | | | | kmemtrace: add kmemtrace_init() | Ingo Molnar | 2009-01-06 | 1 | -0/+5 |
* | | | | Merge branch 'linus' into tracing/kmemtrace2 | Ingo Molnar | 2009-01-06 | 8 | -59/+78 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | cpumask: convert kernel trace functions further | Rusty Russell | 2009-01-01 | 6 | -10/+16 |
| * | | | cpumask: convert kernel trace functions | Rusty Russell | 2009-01-01 | 3 | -51/+64 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 3 | -5/+37 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-29 | 20 | -803/+4401 |
| |\ \ \ \ |
|
| * | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 1 | -2/+2 |
* | | | | | | kmemtrace: Remove the relay version of kmemtrace | Eduard - Gabriel Munteanu | 2009-01-06 | 1 | -2/+0 |
* | | | | | | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 | Ingo Molnar | 2008-12-31 | 3 | -5/+37 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into tracing/kmemtrace | Ingo Molnar | 2008-12-31 | 3 | -5/+37 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | / /
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | tracing: removed duplicated #include | Huang Weiyi | 2008-12-31 | 1 | -1/+0 |
| | * | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-31 | 2 | -3/+37 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | ring_buffer: adding EXPORT_SYMBOLs | Robert Richter | 2008-12-12 | 1 | -0/+34 |
| | | * | | | ftrace: remove unused function arg in trace_iterator_increment() | Robert Richter | 2008-12-10 | 1 | -2/+2 |
| | | * | | | ring_buffer: update description for ring_buffer_alloc() | Robert Richter | 2008-12-10 | 1 | -1/+1 |
| | | |/ / |
|
| | * | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 1 | -1/+0 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | | | | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | *---. \ | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 2008-12-25 | 1 | -1/+0 |
| | | |\ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | | | | * | | hrtimer: removing all ur callback modes | Peter Zijlstra | 2008-11-25 | 1 | -1/+0 |
| | | | |/ / |
|
* | | | | | | tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free() | Ingo Molnar | 2008-12-30 | 2 | -1/+4 |
* | | | | | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing API | Frederic Weisbecker | 2008-12-30 | 4 | -0/+391 |
|/ / / / / |
|
| | | | | | |
| \ \ \ \ | |
*-. | | | | | Merge branches 'tracing/docs', 'tracing/function-graph-tracer' and 'linus' in... | Ingo Molnar | 2008-12-29 | 2 | -1/+7 |
|\ \| | | | |
|
| | * | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 | 20 | -802/+4400 |
| | |\ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | Merge branch 'master' into next | James Morris | 2008-12-04 | 5 | -96/+210 |
| | |\| | | |
|
| | * | | | | Merge branch 'master' into next | James Morris | 2008-11-14 | 2 | -3/+18 |
| | |\ \ \ \ |
|
| | * | | | | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 1 | -1/+1 |
| | | |_|_|/
| | |/| | | |
|
| * / | | | | tracing/function-graph-tracer: strip ending newlines on comments | Frederic Weisbecker | 2008-12-26 | 1 | -0/+6 |
|/ / / / / |
|
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*---. \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin... | Ingo Molnar | 2008-12-25 | 10 | -67/+39 |
|\ \ \ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | * | | | | | ring-buffer: prevent false positive warning | Steven Rostedt | 2008-12-23 | 1 | -2/+5 |
| | * | | | | | ring-buffer: fix dangling commit race | Steven Rostedt | 2008-12-23 | 1 | -0/+12 |
| |/ / / / /
|/| | | | | |
|
| * | | | | | sched, trace: update trace_sched_wakeup() | Peter Zijlstra | 2008-12-25 | 2 | -2/+2 |
| * | | | | | ftrace: introduce tracing_reset_online_cpus() helper | Pekka J Enberg | 2008-12-19 | 8 | -63/+20 |
|/ / / / / |
|
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 2008-12-19 | 2 | -25/+18 |
|\ \ \ \ \ \ |
|
| | * | | | | | trace: fix task state printout | Thomas Gleixner | 2008-12-18 | 1 | -22/+17 |
| | |/ / / / |
|
| * | | | | | tracing/ring-buffer: remove unused ring_buffer size | Lai Jiangshan | 2008-12-18 | 1 | -3/+1 |
* | | | | | | tracing: fix warnings in kernel/trace/trace_sched_switch.c | Ingo Molnar | 2008-12-19 | 1 | -0/+1 |
* | | | | | | tracing: fix warning in kernel/trace/trace.c | Ingo Molnar | 2008-12-19 | 1 | -1/+0 |