1. ee666a1 tracing: Skip selftests if tracing is disabled by Steven Rostedt (VMware) · 3 years, 11 months ago
  2. f40fc79 tracing: Fix memory leak in __create_synth_event() by Vamshi K Sthambamkadi · 3 years, 11 months ago
  3. 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 11 months ago
  4. 6f6be60 ring-buffer: Force before_stamp and write_stamp to be different on discard by Steven Rostedt (VMware) · 3 years, 11 months ago
  5. 6926809 tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig by Rolf Eike Beer · 3 years, 11 months ago
  6. 70d443d tracing: Remove duplicate declaration from trace.h by Yordan Karadzhov (VMware) · 3 years, 11 months ago
  7. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  8. 9c0dee5 tracing: add error_report_end trace point by Alexander Potapenko · 3 years, 11 months ago
  9. 94d4bff blktrace: fix documentation for blk_fill_rw() by Chaitanya Kulkarni · 4 years ago
  10. 414eece Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  11. 22c8542 tracing: add support for objtool mcount by Sami Tolvanen · 4 years, 4 months ago
  12. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years ago
  13. 79db4d2 Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  14. c0ea576 blktrace: remove debugfs file dentries from struct blk_trace by Greg Kroah-Hartman · 4 years ago
  15. c958423 Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
  16. 1f83bb4 blktrace: add blk_fill_rwbs documentation comment by Chaitanya Kulkarni · 4 years ago
  17. 179d160 block: remove superfluous param in blk_fill_rwbs() by Chaitanya Kulkarni · 4 years ago
  18. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  19. 51e6d17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  20. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
  21. 3d06f34 bpf: Allow bpf_d_path in bpf_iter program by Song Liu · 4 years ago
  22. e77a681 Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
  23. 99e22ce tracing: Make hash-ptr option default by Steven Rostedt (VMware) · 4 years ago
  24. c5dbb89 bpf: Expose bpf_get_socket_cookie to tracing programs by Florent Revest · 4 years ago
  25. a345a67 tracing: Add ptr-hash option to show the hashed pointer value by Masami Hiramatsu · 4 years, 3 months ago
  26. efbbdaa tracing: Show real address for trace event arguments by Masami Hiramatsu · 4 years, 3 months ago
  27. b220c04 tracing: Check length before giving out the filter buffer by Steven Rostedt (VMware) · 4 years ago
  28. 6016bf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  29. 8b5ab6b tracing: Add a backward-compatibility check for synthetic event creation by Tom Zanussi · 4 years ago
  30. 8d3e816 tracing: Update synth command errors by Tom Zanussi · 4 years ago
  31. c9e759b tracing: Rework synthetic event command parsing by Tom Zanussi · 4 years ago
  32. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years ago
  33. a006050 module: use RCU to synchronize find_module by Christoph Hellwig · 4 years ago
  34. 2d396cb tracing: Do not create "enable" or "filter" files for ftrace event subsystem by Steven Rostedt (VMware) · 4 years ago
  35. 256cfdd6 tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 4 years ago
  36. 548f119 bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3 by Alexei Starovoitov · 4 years ago
  37. 4b9091e kernel: trace: preemptirq_delay_test: add cpu affinity by Song Chen · 4 years ago
  38. f2a99dd tracing: Remove definition of DEBUG in trace_mmiotrace.c by Tom Rix · 4 years ago
  39. 557d50e tracing: Fix a kernel doc warning by Bean Huo · 4 years ago
  40. 39bcdd6 tracing: Fix spelling of controlling in uprobes by Bhaskar Chowdhury · 4 years ago
  41. 28cc65a tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite" by Colin Ian King · 4 years, 1 month ago
  42. fe42788 tracing: Use in_serving_softirq() to deduct softirq status. by Sebastian Andrzej Siewior · 4 years ago
  43. 0c02006 tracing: Inline tracing_gen_ctx_flags() by Sebastian Andrzej Siewior · 4 years ago
  44. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  45. c6358ba ring-buffer: Drop unneeded check in ring_buffer_resize() by Qiujun Huang · 4 years, 1 month ago
  46. 6689bed ring-buffer: Remove cpu_buffer argument from the rb_inc_page() by Qiujun Huang · 4 years, 1 month ago
  47. 18d14eb tracing: Remove get/put_cpu() from function_trace_init by Qiujun Huang · 4 years, 1 month ago
  48. b3ca59f tracing: Update trace_ignore_this_task() kernel-doc comment by Qiujun Huang · 4 years, 1 month ago
  49. 97c753e tracing/kprobe: Fix to support kretprobe events on unloaded modules by Masami Hiramatsu · 4 years ago
  50. da7f84c tracing: Use pause-on-trace with the latency tracers by Viktor Rosendahl · 4 years ago
  51. 7e0a922 fgraph: Initialize tracing_graph_pause at task creation by Steven Rostedt (VMware) · 4 years ago
  52. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  53. 7bb83f6f tracing/kprobes: Do the notrace functions check without kprobes on ftrace by Masami Hiramatsu · 4 years ago
  54. 3b15cdc1 tracing: move function tracer options to Kconfig by Sami Tolvanen · 4 years, 1 month ago
  55. 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  56. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  57. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  58. abf4e00 blktrace: make relay callbacks const by Jani Nikula · 4 years, 1 month ago
  59. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  60. f6a6946 tracing: Offload eval map updates to a work queue by Steven Rostedt (VMware) · 4 years, 1 month ago
  61. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  62. 76d4acf2 Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  63. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  64. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  65. adab66b Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS" by Steven Rostedt (VMware) · 4 years, 1 month ago
  66. 74e2afc ring-buffer: Add rb_check_bpage in __rb_allocate_pages by Qiujun Huang · 4 years, 3 months ago
  67. 82db909 ring-buffer: Fix two typos in comments by Qiujun Huang · 4 years, 3 months ago
  68. 3b34935 tracing: Drop unneeded assignment in ring_buffer_resize() by Lukas Bulwahn · 4 years, 1 month ago
  69. 60efe21 tracing: Disable ftrace selftests when any tracer is running by Masami Hiramatsu · 4 years, 1 month ago
  70. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  71. b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
  72. b60da49 bpf: Only provide bpf_sock_from_file with CONFIG_NET by Florent Revest · 4 years, 1 month ago
  73. 8888349 ring-buffer: Fix a typo in function description by Qiujun Huang · 4 years, 2 months ago
  74. a32ded3 ring-buffer: Remove obsolete rb_event_is_commit() by Lukas Bulwahn · 4 years, 2 months ago
  75. 45dc656 blktrace: fix up a kerneldoc comment by Christoph Hellwig · 4 years, 1 month ago
  76. cd796ed Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  77. bcee527 tracing: Fix userstacktrace option for instances by Steven Rostedt (VMware) · 4 years, 2 months ago
  78. 4f19cab bpf: Add a bpf_sock_from_file helper by Florent Revest · 4 years, 2 months ago
  79. a54895f block: remove the request_queue to argument request based tracepoints by Christoph Hellwig · 4 years, 2 months ago
  80. 1c02fca block: remove the request_queue argument to the block_bio_remap tracepoint by Christoph Hellwig · 4 years, 2 months ago
  81. eb6f7f7 block: remove the request_queue argument to the block_split tracepoint by Christoph Hellwig · 4 years, 2 months ago
  82. e8a676d block: simplify and extend the block_bio_merge tracepoint class by Christoph Hellwig · 4 years, 2 months ago
  83. b81b8f4 block: remove the unused block_sleeprq tracepoint by Christoph Hellwig · 4 years, 2 months ago
  84. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
  85. 12cc126 bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address() by Andrii Nakryiko · 4 years, 2 months ago
  86. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  87. 5b7be9c ring-buffer: Add test to validate the time stamp deltas by Steven Rostedt (VMware) · 4 years, 2 months ago
  88. ef6900a Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  89. 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 2 months ago
  90. 29ff57c block: move the start_sect field to struct block_device by Christoph Hellwig · 4 years, 2 months ago
  91. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 2 months ago
  92. 68e10d5 ring-buffer: Always check to put back before stamp when crossing pages by Steven Rostedt (VMware) · 4 years, 2 months ago
  93. 49a962c ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency by Naveen N. Rao · 4 years, 2 months ago
  94. 4c75b0f ftrace: Fix updating FTRACE_FL_TRAMP by Naveen N. Rao · 4 years, 2 months ago
  95. 8fa655a tracing: Fix alignment of static buffer by Minchan Kim · 4 years, 2 months ago
  96. 310e3a4 tracing: Remove WARN_ON in start_thread() by Vasily Averin · 4 years, 2 months ago
  97. 8785f51 ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next() by Andrea Righi · 4 years, 2 months ago
  98. 55ea4cf ring-buffer: Update write stamp with the correct ts by Steven Rostedt (VMware) · 4 years, 2 months ago
  99. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 2 months ago
  100. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago