1. d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 6 years ago
  2. 7569adc blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  3. 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 6 years ago
  4. 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 6 years ago
  5. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  6. 81e155e tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 6 years ago
  7. 5dc4cd2 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 6 years ago
  8. 6edea15 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  9. 6af9b18 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  10. d760f90 tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  11. a3ec104 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  12. 5fb4be2 tracing: Erase irqsoff trace with empty write by Bo Yan · 7 years ago
  13. 97d402e tracing: Fix trace_pipe behavior for instance traces by Tahsin Erdogan · 7 years ago
  14. cf052336 tracing: Apply trace_clock changes to instance max buffer by Baohong Liu · 7 years ago
  15. 96cf918 tracing: Add barrier to trace_printk() buffer nesting modification by Steven Rostedt (VMware) · 7 years ago
  16. 100553e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  17. df865f8 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 7 years ago
  18. 741397d ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  19. 8838cd5 tracing: Fix freeing of filter in create_filter() when set_str is false by Steven Rostedt (VMware) · 7 years ago
  20. 2818a76 tracing: Fix kmemleak in tracing_map_array_free() by Chunyu Hu · 7 years ago
  21. 3170d9a tracing: Call clear_boot_tracer() at lateinit_sync by Steven Rostedt (VMware) · 7 years ago
  22. d6a6b6b bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 7 years ago
  23. 919e481 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  24. 198bd49 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  25. 04e002a tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results by Pavankumar Kondeti · 8 years ago
  26. 3693042 tracing/kprobes: Allow to create probe with a module name starting with a digit by Sabrina Dubroca · 7 years ago
  27. dd0023d tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 7 years ago
  28. d80e9071 ring-buffer: Have ring_buffer_iter_empty() return true when empty by Steven Rostedt (VMware) · 7 years ago
  29. d4decac tracing: Allocate the snapshot buffer before enabling probe by Steven Rostedt (VMware) · 7 years ago
  30. 7da0f8e ftrace: Fix function pid filter on instances by Namhyung Kim · 7 years ago
  31. 666452f ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 7 years ago
  32. 703cebf ring-buffer: Fix return value check in test_ringbuffer() by Wei Yongjun · 8 years ago
  33. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  34. a93ae8d tracing: Fix hwlat kthread migration by Steven Rostedt (VMware) · 7 years ago
  35. 239b40e fgraph: Handle a case where a tracer ignores set_graph_notrace by Steven Rostedt (Red Hat) · 8 years ago
  36. 546fece ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records by Steven Rostedt (Red Hat) · 8 years ago
  37. 977c1f9 ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records by Alexei Starovoitov · 8 years ago
  38. ef6000b Disable the __builtin_return_address() warning globally after all by Linus Torvalds · 8 years ago
  39. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  40. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  41. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  42. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 12b7bcb Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  46. d282b9c tracing/syscalls: fix multiline in error message text by Colin Ian King · 8 years ago
  47. 4c04b4b Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  48. 1ae2293 fix memory leaks in tracing_buffers_splice_read() by Al Viro · 8 years ago
  49. 1245800 tracing: Move mutex to protect against resetting of seq data by Steven Rostedt (Red Hat) · 8 years ago
  50. a0d0c62 tracing: Call traceoff trigger after event is recorded by Masami Hiramatsu · 8 years ago
  51. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  52. f971cc9 tracing: Have max_latency be defined for HWLAT_TRACER as well by Steven Rostedt (Red Hat) · 8 years ago
  53. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  54. f035a51 bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros by Daniel Borkmann · 8 years ago
  55. 2cc5384 Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflicts by Ingo Molnar · 8 years ago
  56. 0515e59 bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type by Alexei Starovoitov · 8 years ago
  57. 7b2c862 tracing: Add NMI tracing in hwlat detector by Steven Rostedt (Red Hat) · 8 years ago
  58. 0330f7a tracing: Have hwlat trace migrate across tracing_cpumask CPUs by Steven Rostedt (Red Hat) · 8 years ago
  59. e7c15cd tracing: Added hardware latency tracer by Steven Rostedt (Red Hat) · 8 years ago
  60. 8861dd3 ftrace: Access ret_stack->subtime only in the function profiler by Namhyung Kim · 8 years ago
  61. 613dccd function_graph: Handle TRACE_BPUTS in print_graph_comment by Namhyung Kim · 8 years ago
  62. 5ba8a4a tracing/uprobe: Drop isdigit() check in create_trace_uprobe by Dmitry Safonov · 8 years ago
  63. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. 223918e ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers by Josh Poimboeuf · 8 years ago
  65. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  66. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  67. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago
  68. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 8 years ago
  69. 8642562 ftrace: probe: Add README entries for k/uprobe-events by Masami Hiramatsu · 8 years ago
  70. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  71. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  73. 8937bd8 bpf: allow bpf_get_prandom_u32() to be used in tracing by Alexei Starovoitov · 8 years ago
  74. 60d20f9 bpf: Add bpf_current_task_under_cgroup helper by Sargun Dhillon · 8 years ago
  75. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  76. bf0f500 Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  77. 7522c03 tracing: Fix use-after-free in hist_register_trigger() by Tom Zanussi · 8 years ago
  78. 47c1856 tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all by Steven Rostedt · 8 years ago
  79. 377ccbb Makefile: Mute warning for __builtin_return_address(>0) for tracing only by Steven Rostedt · 8 years ago
  80. c624c86 Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  81. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  82. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  83. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  84. 96ae522 bpf: Add bpf_probe_write_user BPF helper to be called in tracers by Sargun Dhillon · 8 years ago
  85. 183fc15 kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug by Andrew Morton · 8 years ago
  86. 555c8a8 bpf: avoid stack copy and use skb ctx for event output by Daniel Borkmann · 8 years ago
  87. 8e7a392 bpf, perf: split bpf_perf_event_output by Daniel Borkmann · 8 years ago
  88. 7e3f977 perf, events: add non-linear data support for raw records by Daniel Borkmann · 8 years ago
  89. 606274c bpf: introduce bpf_get_current_task() helper by Alexei Starovoitov · 8 years ago
  90. a4a551b ftrace: Reduce size of function graph entries by Namhyung Kim · 8 years ago
  91. 7ad8fb6 tracing: Have HIST_TRIGGERS select TRACING by Tom Zanussi · 8 years ago
  92. 67f20b0 tracing: Using for_each_set_bit() to simplify trace_pid_write() by Wei Yongjun · 8 years ago
  93. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 8 years ago
  94. 6816a7f bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read by Daniel Borkmann · 8 years ago
  95. d793133 bpf, trace: fetch current cpu only once by Daniel Borkmann · 8 years ago
  96. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  97. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. 32826ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  99. 7fa8b71 tracing/function_graph: Fix filters for function_graph threshold by Joel Fernandes · 8 years ago
  100. be54f69 tracing: Skip more functions when doing stack tracing of events by Steven Rostedt (Red Hat) · 8 years ago