1. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  2. 2cf30dc tracing: Have filter check for balanced ops by Steven Rostedt · 9 years ago
  3. ab1973d bpf: let kprobe programs use bpf_get_smp_processor_id() helper by Alexei Starovoitov · 9 years ago
  4. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 9 years ago
  5. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  6. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 1080293 ring-buffer-benchmark: Fix the wrong sched_priority of producer by Wang Long · 9 years ago
  8. 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 9 years ago
  9. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 9 years ago
  10. ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 9 years ago
  11. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 4f21123 Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  13. 3193899 tracing: Fix possible out of bounds memory access when parsing enums by Steven Rostedt (Red Hat) · 9 years ago
  14. 84fce9d tracing: Fix incorrect enabling of trace events by boot cmdline by Joonsoo Kim · 9 years ago
  15. ef99b88 tracing: Handle ftrace_dump() atomic context in graph_trace_open() by Rabin Vincent · 9 years ago
  16. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 9 years ago
  17. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  18. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  20. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  21. 9828413 tracing: Add enum_map file to show enums that have been mapped by Steven Rostedt (Red Hat) · 9 years ago
  22. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 10 years ago
  23. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  24. 00ccbf2 ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops by Steven Rostedt (Red Hat) · 10 years ago
  25. e1abf2c bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurable by Ingo Molnar · 9 years ago
  26. 9c959c8 tracing: Allow BPF programs to call bpf_trace_printk() by Alexei Starovoitov · 10 years ago
  27. d9847d3 tracing: Allow BPF programs to call bpf_ktime_get_ns() by Alexei Starovoitov · 10 years ago
  28. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 10 years ago
  29. 72cbbc8 tracing: Add kprobe flag by Alexei Starovoitov · 10 years ago
  30. d631c8c ring-buffer: Remove duplicate use of '&' in recursive code by Steven Rostedt (Red Hat) · 10 years ago
  31. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 10 years ago
  32. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  33. 754cb00 tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flag by He Kuang · 10 years ago
  34. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 10 years ago
  35. 80a9b64 ring-buffer: Replace this_cpu_*() with __this_cpu_*() by Steven Rostedt · 10 years ago
  36. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 10 years ago
  37. 524a386 ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled by Steven Rostedt (Red Hat) · 10 years ago
  38. 1619dc3 ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl by Pratyush Anand · 10 years ago
  39. b24d443 ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl by Steven Rostedt (Red Hat) · 10 years ago
  40. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  41. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  42. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  43. 1e0d671 ring-buffer: Do not wake up a splice waiter when page is not full by Steven Rostedt (Red Hat) · 10 years ago
  44. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  45. 7215853 tracing: Fix unmapping loop in tracing_mark_write by Vikram Mulukutla · 10 years ago
  46. eae4735 tracing: Have mkdir and rmdir be part of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  47. f76180b tracing: Automatically mount tracefs on debugfs/tracing by Steven Rostedt (Red Hat) · 10 years ago
  48. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  49. 09d23a1 tracing: Create cmdline tracer options on tracing fs init by Steven Rostedt (Red Hat) · 10 years ago
  50. 0f67f04 tracing: Only create tracer options files if directory exists by Steven Rostedt (Red Hat) · 10 years ago
  51. dfbc153 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs by Steven Rostedt (Red Hat) · 10 years ago
  52. 7eeafbc tracing: Separate out initializing top level dir from instances by Steven Rostedt (Red Hat) · 10 years ago
  53. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 10 years ago
  54. c9257f7 PM / sleep: export suspend_resume trace event by Todd E Brandt · 10 years ago
  55. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 10 years ago
  56. da19493 trace: Use 64-bit timekeeping by Tina Ruchandani · 10 years ago
  57. 6ea2248 tracing: Add array printing helper by Dave Martin · 10 years ago
  58. f10698e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  59. 69a1c99 tracing: Remove newline from trace_printk warning banner by Borislav Petkov · 10 years ago
  60. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  61. 3efb5f2 tracing: Remove unneeded includes of debugfs.h and fs.h by Steven Rostedt (Red Hat) · 10 years ago
  62. 23aa4b4 Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  63. ce1039b tracing: Fix enabling of syscall events on the command line by Steven Rostedt (Red Hat) · 10 years ago
  64. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 10 years ago
  65. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 10 years ago
  66. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters by Steven Rostedt (Red Hat) · 10 years ago
  67. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  68. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  69. d716ff7 tracing: Remove taking of trace_types_lock in pipe files by Steven Rostedt (Red Hat) · 10 years ago
  70. cf6ab6d tracing: Add ref count to tracer for when they are being read by pipe by Steven Rostedt (Red Hat) · 10 years ago
  71. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  72. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  73. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  74. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  75. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  76. 798bc6d tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  77. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  78. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  79. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  80. 7eca210 blktrace: don't let the sysfs interface remove trace from running list by Arianna Avanzini · 10 years ago
  81. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  82. 3558a5a tracing: Truncated output is better than nothing by Dan Carpenter · 10 years ago
  83. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  84. eabb898 tracing: Allow NOT to filter AND and OR clauses by Steven Rostedt (Red Hat) · 10 years ago
  85. e12c09c tracing: Add NOT to filtering logic by Steven Rostedt (Red Hat) · 10 years ago
  86. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  87. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  88. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  89. eff264e kernel: trace: fix printk message by Frans Klaver · 10 years ago
  90. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  91. 2448913 seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF by Steven Rostedt (Red Hat) · 10 years ago
  92. 01cb06a tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions by Steven Rostedt (Red Hat) · 10 years ago
  93. 8cd709a tracing: Have seq_buf use full buffer by Steven Rostedt (Red Hat) · 10 years ago
  94. 9b77215 seq_buf: Add seq_buf_can_fit() helper function by Steven Rostedt (Red Hat) · 10 years ago
  95. 820b75f tracing: Add paranoid size check in trace_printk_seq() by Steven Rostedt (Red Hat) · 10 years ago
  96. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  97. 74f06bb tracing: Clean up tracing_fill_pipe_page() by Steven Rostedt (Red Hat) · 10 years ago
  98. eeab981 seq_buf: Create seq_buf_used() to find out how much was written by Steven Rostedt (Red Hat) · 10 years ago
  99. dd23180 tracing: Convert seq_buf_path() to be like seq_path() by Steven Rostedt (Red Hat) · 10 years ago
  100. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 10 years ago