1. a28d5f3 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  2. b2e08ad tracing: Fix memory leak in set_trigger_filter() by Steven Rostedt (VMware) · 6 years ago
  3. 9209043 bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  4. 7eba38a ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 7 years ago
  5. 4f6789c uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 7 years ago
  6. cbde057 tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 7 years ago
  7. 4c90167 tracing: Do not call start/stop() functions when tracing_on does not change by Steven Rostedt (VMware) · 7 years ago
  8. cd71265 printk/nmi: Prevent deadlock when accessing the main log buffer in NMI by Petr Mladek · 7 years ago
  9. 017fe62 tracing: Use __printf markup to silence compiler by Mathieu Malaterre · 7 years ago
  10. 60baabc ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 7 years ago
  11. 4681e88 tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 7 years ago
  12. 86428ec tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 7 years ago
  13. 10419b0 tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 7 years ago
  14. 9158a7d tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 7 years ago
  15. 36244e3 tracing: Reorder display of TGID to be after PID by Joel Fernandes (Google) · 7 years ago
  16. 54f1da1 tracing: Fix missing return symbol in function_graph output by Changbin Du · 7 years ago
  17. c6a95f3 tracing: Make the snapshot trigger work with instances by Steven Rostedt (VMware) · 7 years ago
  18. 8441a00 tracing: Fix crash when freeing instances with event triggers by Steven Rostedt (VMware) · 7 years ago
  19. bd05324 tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
  20. 8999971 tracing: Fix regex_match_front() to not over compare the test string by Steven Rostedt (VMware) · 7 years ago
  21. 27f29db tracing: Fix bad use of igrab in trace_uprobe.c by Song Liu · 7 years ago
  22. a75bf6f tracing: Fix missing tab for hwlat_detector print format by Peter Xu · 7 years ago
  23. dc0f003 ring-buffer: Check if memory is available before allocation by Steven Rostedt (VMware) · 7 years ago
  24. 7000152 tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  25. 90f9a1f blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  26. 2949758 tracing: Fix parsing of globs with a wildcard at the beginning by Steven Rostedt (VMware) · 7 years ago
  27. 2abfcdf kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  28. b6f2efb tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y by Randy Dunlap · 7 years ago
  29. b470fb7 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  30. 7296666 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  31. 0aea6fb ring-buffer: Do no reuse reader page if still in use by Steven Rostedt (VMware) · 7 years ago
  32. 66f833d ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  33. 9866982 tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 7 years ago
  34. 21a9c73 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 7 years ago
  35. 234bc126 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  36. a23244e bpf: fix corruption on concurrent perf_event_output calls by Daniel Borkmann · 7 years ago
  37. 16e1626 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 8 years ago
  38. b8582c0 tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. 013a8ee Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  41. 2b0b849 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 8 years ago
  42. 5f6ad26 sched/tracing: Use common task-state helpers by Peter Zijlstra · 8 years ago
  43. 19240e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  44. ac0a364 Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  45. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 8 years ago
  46. 15516c8 tracing: Remove RCU work arounds from stack tracer by Steven Rostedt (VMware) · 8 years ago
  47. c52f56a Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  48. 75df6e6 tracing: Fix trace_pipe behavior for instance traces by Tahsin Erdogan · 8 years ago
  49. c7b3ae0 tracing: Ignore mmiotrace from kernel commandline by Ziqian SUN (Zamir) · 8 years ago
  50. 8dd33bc tracing: Erase irqsoff trace with empty write by Bo Yan · 8 years ago
  51. 48bddb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  52. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 8 years ago
  53. 609320c perf/bpf: fix a clang compilation issue by Yonghong Song · 8 years ago
  54. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  55. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 8 years ago
  56. 42c8e86 Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  57. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  58. 170b3b1 tracing: Apply trace_clock changes to instance max buffer by Baohong Liu · 8 years ago
  59. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  60. 7685ab6 tracing: Fix clear of RECORDED_TGID flag when disabling trace event by Chunyu Hu · 8 years ago
  61. 3d9622c tracing: Add barrier to trace_printk() buffer nesting modification by Steven Rostedt (VMware) · 8 years ago
  62. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. edb096e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 8 years ago
  64. 46320a6 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 8 years ago
  65. 2a5bfe4 ftrace: Zero out ftrace hashes when a module is removed by Steven Rostedt (VMware) · 8 years ago
  66. 065e63f tracing: Only have rmmod clear buffers that its events were active in by Steven Rostedt (VMware) · 8 years ago
  67. 75e8387 perf/ftrace: Fix double traces of perf on ftrace:function by Zhou Chengming · 8 years ago
  68. 415be6c Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  69. 8b0db1a tracing: Fix freeing of filter in create_filter() when set_str is false by Steven Rostedt (VMware) · 8 years ago
  70. 475bb3c tracing: Fix kmemleak in tracing_map_array_free() by Chunyu Hu · 8 years ago
  71. a8f0f9e ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 8 years ago
  72. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 8 years ago
  73. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 88a5c69 bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 8 years ago
  75. cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 8 years ago
  76. a7e52ad ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU by Steven Rostedt (VMware) · 8 years ago
  77. 147d88e0 tracing: Missing error code in tracer_alloc_buffers() by Dan Carpenter · 8 years ago
  78. 4bb0f0e tracing: Call clear_boot_tracer() at lateinit_sync by Steven Rostedt (VMware) · 8 years ago
  79. 35fe6d7 block: use standard blktrace API to output cgroup info for debug notes by Shaohua Li · 8 years ago
  80. 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 8 years ago
  81. ca1136c blktrace: export cgroup info in trace by Shaohua Li · 8 years ago
  82. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  83. db9108e0 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 8 years ago
  84. 8486188 tracing/ring_buffer: Try harder to allocate by Joel Fernandes · 8 years ago
  85. bc0f51d Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  86. 2e028c4 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 8 years ago
  87. 44925df ftrace: Remove an unneeded NULL check by Dan Carpenter · 8 years ago
  88. 69449bbd ftrace: Hide cached module code for !CONFIG_MODULES by Arnd Bergmann · 8 years ago
  89. bbd1d27 tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACE by Steven Rostedt (VMware) · 8 years ago
  90. b11fb73 tracing: Fixup trace file header alignment by Steven Rostedt (VMware) · 8 years ago
  91. c3931a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. fca18a4 trace/kprobes: Sanitize derived event names by Naveen N. Rao · 8 years ago
  93. 659b957 kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() by Naveen N. Rao · 8 years ago
  94. ef3ad08 Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  95. 29b1a8a tracing: Attempt to record other information even if some fail by Joel Fernandes · 8 years ago
  96. bd45d34 tracing: Treat recording tgid for idle task as a success by Joel Fernandes · 8 years ago
  97. eaf260a tracing: Treat recording comm for idle task as a success by Joel Fernandes · 8 years ago
  98. 2074006 Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  99. 99c621d tracing: Add saved_tgids file to show cached pid to tgid mappings by Michael Sartain · 8 years ago
  100. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago