1. 5b9cdc5 tracing: Avoid adding tracer option before update_tracer_options by Mark-PK Tsai · 2 years, 8 months ago
  2. 2f8ee53 tracing: Ensure trace buffer is at least 4096 bytes large by Sven Schnelle · 2 years, 11 months ago
  3. 7beb744 tracing: Fix tp_printk option related with tp_printk_stop_on_boot by JaeSang Yoo · 2 years, 11 months ago
  4. 0edf5cd tracing: Tag trace_percpu_buffer as a percpu pointer by Naveen N. Rao · 3 years ago
  5. b71cf66 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() by Naveen N. Rao · 3 years ago
  6. dd55f64 tracing: Fix a kmemleak false positive in tracing_map by Chen Jun · 3 years, 1 month ago
  7. 41a3f51 tracing: Check pid filtering when creating events by Steven Rostedt (VMware) · 3 years, 1 month ago
  8. 53e4683 tracing: Fix pid filtering when triggers are attached by Steven Rostedt (VMware) · 3 years, 1 month ago
  9. a239577 tracing/cfi: Fix cmp_entries_* functions signature mismatch by Kalesh Singh · 3 years, 3 months ago
  10. 00b201c tracing: Have all levels of checks prevent recursion by Steven Rostedt (VMware) · 3 years, 2 months ago
  11. dacfd5e blktrace: Fix uaf in blk_trace access after removing by sysfs by Zhihao Cheng · 3 years, 3 months ago
  12. 7db12ba tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. by Haoran Luo · 3 years, 5 months ago
  13. 657df1f tracing: Do not reference char * as a string in histograms by Steven Rostedt (VMware) · 3 years, 6 months ago
  14. 5465710 tracing: Do not stop recording comms if the trace file is being read by Steven Rostedt (VMware) · 3 years, 7 months ago
  15. 46ac8f9 tracing: Do not stop recording cmdlines when tracing is off by Steven Rostedt (VMware) · 3 years, 7 months ago
  16. 9627a9f tracing: Do no increment trace_clock_global() by one by Steven Rostedt (VMware) · 3 years, 7 months ago
  17. edcce01 tracing: Correct the length check which causes memory corruption by Liangyan · 3 years, 7 months ago
  18. 4aedc2b ftrace: Do not blindly read the ip address in ftrace_bug() by Steven Rostedt (VMware) · 3 years, 7 months ago
  19. 859b47a tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 8 months ago
  20. e1bf31b tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 8 months ago
  21. 27b1e95 tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() by Amey Telawane · 8 years ago
  22. e17731c tracing: Treat recording comm for idle task as a success by Joel Fernandes · 7 years ago
  23. e9cb474 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
  24. 5a04620 tracing: Fix stack trace event size by Steven Rostedt (VMware) · 3 years, 9 months ago
  25. 2e584b1 tracing: Check length before giving out the filter buffer by Steven Rostedt (VMware) · 3 years, 11 months ago
  26. 8b1e20b tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 3 years, 11 months ago
  27. 028bd86 fgraph: Initialize tracing_graph_pause at task creation by Steven Rostedt (VMware) · 4 years ago
  28. 04f51df tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 3 months ago
  29. 0bde9d5 tracing: Fix userstacktrace option for instances by Steven Rostedt (VMware) · 4 years, 1 month ago
  30. 3920afb ftrace: Fix updating FTRACE_FL_TRAMP by Naveen N. Rao · 4 years, 1 month ago
  31. b0db2f0 ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years, 2 months ago
  32. b134320 tracing: Fix out of bounds write in get_trace_buf by Qiujun Huang · 4 years, 2 months ago
  33. 59cc02c ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 2 months ago
  34. ee395fa ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years, 2 months ago
  35. f14b7bf ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 2 months ago
  36. 03170ea ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 3 months ago
  37. efff033 tracing: Use address-of operator on section symbols by Nathan Chancellor · 4 years, 10 months ago
  38. 5d24e29 tracing: Set kernel_stack's caller size properly by Josef Bacik · 10 years ago
  39. 6f46c4f tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 5 years ago
  40. 854cbc3 tracing/hwlat: Honor the tracing_cpumask by Kevin Hao · 4 years, 5 months ago
  41. ee458aa tracing: Clean up the hwlat binding code by Steven Rostedt (VMware) · 8 years ago
  42. ea3d57b ftrace: Setup correct FTRACE_FL_REGS flags for module by Chengming Zhou · 4 years, 5 months ago
  43. 587287c tracing: Fix event trigger to accept redundant spaces by Masami Hiramatsu · 4 years, 6 months ago
  44. c032e65 blktrace: break out of blktrace setup on concurrent calls by Luis Chamberlain · 4 years, 7 months ago
  45. ce9f411 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  46. c0138cf kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 6 years ago
  47. a33f9c9 blktrace: fix dereference after null check by Cengiz Can · 4 years, 10 months ago
  48. 284dba6 blktrace: Protect q->blk_trace with RCU by Jan Kara · 5 years ago
  49. 0f62edb blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
  50. 0ef5b09 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
  51. b488092 blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  52. d6e55a3 tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 8 months ago
  53. a289fd8 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 9 months ago
  54. 38a71bb trigger_next should increase position index by Vasily Averin · 5 years ago
  55. b4b5af0 ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
  56. 373e93e tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 5 years ago
  57. 29930c6 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
  58. 5cd0449 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined by Steven Rostedt (VMware) · 5 years ago
  59. 62599be kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail by Kaitao Cheng · 5 years ago
  60. 1a2985a ftrace: Avoid potential division by zero in function profiler by Wen Yang · 5 years ago
  61. 70f32bb tracing: Have the histogram compare functions convert to u64 first by Steven Rostedt (VMware) · 5 years ago
  62. c24de62 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
  63. 5e402ba tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
  64. d9df3aa tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
  65. 81e3f1d tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
  66. 81c09ba ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 6 years ago
  67. fc19ad3 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 6 years ago
  68. 2e41539 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 6 years ago
  69. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  70. 17fe900 tracing: Fix partial reading of trace event's id file by Elazar Leibovich · 6 years ago
  71. 56f9da8 trace: Fix preempt_enable_no_resched() abuse by Peter Zijlstra · 6 years ago
  72. 3ddc299 tracing: Fix a memory leak by early error exit in trace_pid_write() by Wenwen Wang · 6 years ago
  73. 25f467d kprobes: Mark ftrace mcount handler functions nokprobe by Masami Hiramatsu · 6 years ago
  74. 3085d41 tracing: kdb: Fix ftdump to not sleep by Douglas Anderson · 6 years ago
  75. 037a6cf tracing: Do not free iter->trace in fail path of tracing_open_pipe() by zhangyi (F) · 6 years ago
  76. 286ffaa tracing: Use strncpy instead of memcpy for string keys in hist triggers by Tom Zanussi · 6 years ago
  77. 8bd7128 tracing: Use cpumask_available() to check if cpumask variable may be used by Matthias Kaehlcke · 8 years ago
  78. 61621b5 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
  79. 326c9e1 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  80. 5e8e777 tracing: Fix memory leak in set_trigger_filter() by Steven Rostedt (VMware) · 6 years ago
  81. 98547af bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  82. be910e7 ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 6 years ago
  83. 0ef6063 uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 6 years ago
  84. 941ca8d tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 6 years ago
  85. dc69731 tracing: Do not call start/stop() functions when tracing_on does not change by Steven Rostedt (VMware) · 6 years ago
  86. bca139f tracing: Use __printf markup to silence compiler by Mathieu Malaterre · 7 years ago
  87. a26030a ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 6 years ago
  88. b985a73 tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 6 years ago
  89. 987e425a tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 6 years ago
  90. a9737bb tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 6 years ago
  91. 2a0ce1f tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 6 years ago
  92. 07cd816 tracing: Fix missing return symbol in function_graph output by Changbin Du · 7 years ago
  93. dfc80dc tracing: Fix crash when freeing instances with event triggers by Steven Rostedt (VMware) · 7 years ago
  94. fba70eb tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
  95. f94eef3 tracing: Fix regex_match_front() to not over compare the test string by Steven Rostedt (VMware) · 7 years ago
  96. d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  97. 7569adc blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  98. 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  99. 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  100. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago