Age | Commit message (Expand) | Author |
2015-02-13 | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-12 | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2015-02-11 | ring-buffer: Do not wake up a splice waiter when page is not full | Steven Rostedt (Red Hat) |
2015-02-10 | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-02-09 | tracing: Fix unmapping loop in tracing_mark_write | Vikram Mulukutla |
2015-02-02 | tracing: Separate out initializing top level dir from instances | Steven Rostedt (Red Hat) |
2015-02-02 | tracing: Make tracing_init_dentry_tr() static | Steven Rostedt (Red Hat) |
2015-01-30 | PM / sleep: export suspend_resume trace event | Todd E Brandt |
2015-01-29 | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens |
2015-01-28 | trace: Use 64-bit timekeeping | Tina Ruchandani |
2015-01-28 | tracing: Add array printing helper | Dave Martin |
2015-01-28 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2015-01-27 | tracing: Remove newline from trace_printk warning banner | Borislav Petkov |
2015-01-22 | tracing: Use IS_ERR() check for return value of tracing_init_dentry() | Steven Rostedt (Red Hat) |
2015-01-22 | tracing: Remove unneeded includes of debugfs.h and fs.h | Steven Rostedt (Red Hat) |
2015-01-17 | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-01-15 | tracing: Fix enabling of syscall events on the command line | Steven Rostedt (Red Hat) |
2015-01-15 | tracing: Remove extra call to init_ftrace_syscalls() | Steven Rostedt (Red Hat) |
2015-01-15 | ftrace: Check both notrace and filter for old hash | Steven Rostedt (Red Hat) |
2015-01-15 | ftrace: Fix updating of filters for shared global_ops filters | Steven Rostedt (Red Hat) |
2015-01-14 | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) |
2015-01-09 | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-22 | tracing: Remove taking of trace_types_lock in pipe files | Steven Rostedt (Red Hat) |
2014-12-22 | tracing: Add ref count to tracer for when they are being read by pipe | Steven Rostedt (Red Hat) |
2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-16 | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds |
2014-12-15 | tracing: Add tp_printk cmdline to have tracepoints go to printk() | Steven Rostedt (Red Hat) |
2014-12-15 | tracing: Move enabling tracepoints to just after rcu_init() | Steven Rostedt (Red Hat) |
2014-12-13 | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-12-13 | tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-12-10 | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-10 | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2014-12-09 | blktrace: don't let the sysfs interface remove trace from running list | Arianna Avanzini |
2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro |
2014-12-03 | tracing: Truncated output is better than nothing | Dan Carpenter |
2014-12-03 | tracing: Add additional marks to signal very large time deltas | Byungchul Park |
2014-12-03 | tracing: Allow NOT to filter AND and OR clauses | Steven Rostedt (Red Hat) |
2014-12-03 | tracing: Add NOT to filtering logic | Steven Rostedt (Red Hat) |
2014-11-21 | ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict | Masami Hiramatsu |
2014-11-20 | tracing/trivial: Fix typos and make an int into a bool | Steven Rostedt (Red Hat) |
2014-11-20 | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina |
2014-11-20 | kernel: trace: fix printk message | Frans Klaver |
2014-11-19 | seq_buf: Move the seq_buf code to lib/ | Steven Rostedt (Red Hat) |
2014-11-19 | seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF | Steven Rostedt (Red Hat) |
2014-11-19 | tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions | Steven Rostedt (Red Hat) |
2014-11-19 | tracing: Have seq_buf use full buffer | Steven Rostedt (Red Hat) |
2014-11-19 | seq_buf: Add seq_buf_can_fit() helper function | Steven Rostedt (Red Hat) |
2014-11-19 | tracing: Add paranoid size check in trace_printk_seq() | Steven Rostedt (Red Hat) |