| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-03-13 | tracing/syscalls: core infrastructure for syscalls tracing, enhancements |  Frederic Weisbecker | 2 | -8/+155 |
| 2009-03-13 | tracing/ftrace: syscall tracing infrastructure, basics |  Frederic Weisbecker | 4 | -0/+126 |
| 2009-03-13 | Merge branch 'core/locking' into tracing/ftrace |  Ingo Molnar | 3 | -16/+9 |
| 2009-03-13 | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] |  Ingo Molnar | 1 | -2/+2 |
| 2009-03-13 | Merge branch 'linus' into core/locking |  Ingo Molnar | 4 | -14/+18 |
| 2009-03-11 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace |  Ingo Molnar | 1 | -3/+7 |
| 2009-03-10 | kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users |  Dhaval Giani | 1 | -7/+7 |
| 2009-03-10 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace |  Ingo Molnar | 11 | -90/+116 |
| 2009-03-10 | Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/core |  Ingo Molnar | 2 | -7/+10 |
| 2009-03-10 | tracing: use raw spinlocks for trace_vprintk |  Steven Rostedt | 1 | -3/+7 |
| 2009-03-10 | trace_clock: fix preemption bug |  Peter Zijlstra | 1 | -1/+8 |
| 2009-03-10 | tracing: remove funky whitespace in the trace code |  Steven Rostedt | 8 | -67/+67 |
| 2009-03-10 | tracing: update comments to match event code macros |  Steven Rostedt | 3 | -11/+12 |
| 2009-03-10 | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro |  Steven Rostedt | 3 | -4/+4 |
| 2009-03-10 | tracing: add back the available_events file |  Steven Rostedt | 1 | -0/+14 |
| 2009-03-10 | tracing: do not allow modifying the ftrace events via the event files |  Steven Rostedt | 1 | -3/+15 |
| 2009-03-10 | tracing: fix printk format specifier |  Steven Rostedt | 1 | -7/+6 |
| 2009-03-10 | tracing: Don't assume possible cpu list have continuous numbers |  KOSAKI Motohiro | 1 | -7/+7 |
| 2009-03-10 | Merge branch 'x86/core' into tracing/ftrace |  Ingo Molnar | 2 | -2/+2 |
| 2009-03-10 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace |  Ingo Molnar | 10 | -316/+158 |
| 2009-03-10 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core |  Ingo Molnar | 3 | -13/+13 |
| 2009-03-10 | Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core |  Ingo Molnar | 2 | -1/+2 |
| 2009-03-10 | tracing: remove obsolete TRACE_EVENT_FORMAT macro |  Steven Rostedt | 2 | -8/+1 |
| 2009-03-10 | tracing: new format for specialized trace points |  Steven Rostedt | 7 | -217/+124 |
| 2009-03-10 | tracing: use generic __stringify |  Steven Rostedt | 3 | -9/+5 |
| 2009-03-10 | tracing: replace TP<var> with TP_<var> |  Steven Rostedt | 5 | -80/+25 |
| 2009-03-10 | tracing: typecast sizeof and offsetof to unsigned int |  Steven Rostedt | 3 | -18/+19 |
| 2009-03-09 | copy_process: fix CLONE_PARENT && parent_exec_id interaction |  Oleg Nesterov | 1 | -6/+5 |
| 2009-03-09 | Fix fixpoint divide exception in acct_update_integrals |  Heiko Carstens | 1 | -1/+5 |
| 2009-03-09 | tracing: Don't use tracing_record_cmdline() in workqueue tracer |  KOSAKI Motohiro | 1 | -3/+2 |
| 2009-03-08 | ftrace: tracing header should put '#' at the beginning of a line |  KOSAKI Motohiro | 1 | -10/+10 |
| 2009-03-08 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core |  Ingo Molnar | 18 | -86/+183 |
| 2009-03-06 | tracing: trace_bprintk() cleanups |  Ingo Molnar | 2 | -17/+8 |
| 2009-03-06 | tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() |  Frederic Weisbecker | 9 | -280/+126 |
| 2009-03-06 | tracing: add trace_bprintk() |  Lai Jiangshan | 3 | -10/+98 |
| 2009-03-06 | tracing: infrastructure for supporting binary record |  Lai Jiangshan | 6 | -0/+237 |
| 2009-03-06 | tracing, Text Edit Lock - kprobes architecture independent support |  Mathieu Desnoyers | 1 | -2/+13 |
| 2009-03-06 | Merge branch 'x86/core' into tracing/textedit |  Ingo Molnar | 17 | -84/+170 |
| 2009-03-06 | tracing: fix deadlock when setting set_ftrace_pid |  KOSAKI Motohiro | 1 | -6/+1 |
| 2009-03-06 | tracing: current tip/master can't enable ftrace |  KOSAKI Motohiro | 1 | -0/+1 |
| 2009-03-06 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace |  Ingo Molnar | 10 | -76/+329 |
| 2009-03-06 | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core |  Ingo Molnar | 1 | -1/+1 |
| 2009-03-06 | percpu, module: implement reserved allocation and use it for module percpu variables |  Tejun Heo | 1 | -1/+1 |
| 2009-03-05 | tracing: add format files for ftrace default entries |  Steven Rostedt | 5 | -6/+255 |
| 2009-03-05 | tracing: move print of event format to separate file |  Steven Rostedt | 2 | -52/+56 |
| 2009-03-05 | tracing: make all file_operations const |  Steven Rostedt | 4 | -19/+19 |
| 2009-03-05 | tracing: clean up menu |  Ingo Molnar | 1 | -13/+16 |
| 2009-03-05 | Merge branch 'x86/urgent' into x86/core |  Ingo Molnar | 7 | -18/+69 |
| 2009-03-05 | tracing/function-graph-tracer: use the more lightweight local clock |  Frederic Weisbecker | 1 | -1/+1 |
| 2009-03-05 | lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitions |  David Rientjes | 1 | -7/+0 |