1. 23859ae Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  2. 761a8c5 tracing, synthetic events: Replace buggy strcat() with seq_buf operations by Steven Rostedt (VMware) · 4 years, 2 months ago
  3. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  4. a5e5c27 Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  5. e1981f7 ring-buffer: Update the description for ring_buffer_wait by Qiujun Huang · 4 years, 2 months ago
  6. 0a1754b ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 2 months ago
  7. 93f3d8f Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  8. ce66f61 tracing: Remove __init from __trace_early_add_new_event() by Masami Hiramatsu · 4 years, 3 months ago
  9. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  10. fefa636 Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  11. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 3 months ago
  12. 6107742 tracing: support "bool" type in synthetic trace events by Axel Rasmussen · 4 years, 3 months ago
  13. 10819e25 tracing: Handle synthetic event array field type checking correctly by Tom Zanussi · 4 years, 3 months ago
  14. d4d7046 tracing: Add synthetic event error logging by Tom Zanussi · 4 years, 3 months ago
  15. 9bbb3329 tracing: Check that the synthetic event and field names are legal by Tom Zanussi · 4 years, 3 months ago
  16. 42d120e tracing: Move is_good_name() from trace_probe.h to trace.h by Tom Zanussi · 4 years, 3 months ago
  17. 7d27adf tracing: Don't show dynamic string internals in synthetic event description by Tom Zanussi · 4 years, 3 months ago
  18. 499f7bb tracing: Fix some typos in comments by Qiujun Huang · 4 years, 3 months ago
  19. c16340971 tracing/boot: Add ftrace.instance.*.alloc_snapshot option by Masami Hiramatsu · 4 years, 3 months ago
  20. bbeb974 tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 3 months ago
  21. 6d9bd13 tracing: Check return value of __create_val_fields() before using its result by Steven Rostedt (VMware) · 4 years, 3 months ago
  22. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  23. ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
  24. 3bff611 Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  25. dd502a8 Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  26. 8481835 tracing: Fix synthetic print fmt check for use of __get_str() by Steven Rostedt (VMware) · 4 years, 3 months ago
  27. 43aa422 tracing: Remove a pointless assignment by Sudip Mukherjee · 4 years, 3 months ago
  28. 7ba031e ftrace: Format variable declarations of ftrace_allocate_records by Steven Rostedt (VMware) · 4 years, 3 months ago
  29. b40c6ea ftrace: Simplify the calculation of page number for ftrace_page->records by Wei Yang · 4 years, 4 months ago
  30. be49313 ftrace: Simplify the hash calculation by Steven Rostedt (VMware) · 4 years, 3 months ago
  31. 59e65b3 ftrace: Use fls() to get the bits for dup_hash() by Wei Yang · 4 years, 4 months ago
  32. 8db4d6b tracing: Change synthetic event string format to limit printed length by Steven Rostedt (VMware) · 4 years, 3 months ago
  33. 1bc36bd tracing: Add README information for synthetic_events file by Tom Zanussi · 4 years, 3 months ago
  34. ebfb4d4 bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n by Yonghong Song · 4 years, 3 months ago
  35. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  36. bd82631 tracing: Add support for dynamic strings to synthetic events by Tom Zanussi · 4 years, 3 months ago
  37. 63a1e5d tracing: Save normal string variables by Tom Zanussi · 4 years, 3 months ago
  38. 8fbeb52 tracing: Fix parse_synth_field() error handling by Tom Zanussi · 4 years, 3 months ago
  39. 4a4a56b tracing: Change STR_VAR_MAX_LEN by Tom Zanussi · 4 years, 3 months ago
  40. 10ed166 block: add a bdget_part helper by Christoph Hellwig · 4 years, 3 months ago
  41. 458999c tracing: Add trace_export support for trace_marker by Tingwei Zhang · 4 years, 3 months ago
  42. 8ab7a2b tracing: Add trace_export support for event trace by Tingwei Zhang · 4 years, 3 months ago
  43. 8438f52 tracing: Add flag to control different traces by Tingwei Zhang · 4 years, 3 months ago
  44. 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 3 months ago
  45. eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 3 months ago
  46. fdda88d ftrace: Fix some typos in comment by Qiujun Huang · 4 years, 3 months ago
  47. aa5ff93 Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  48. b40341f ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 3 months ago
  49. 851e6f6 tracing: Fix trace_find_next_entry() accounting of temp buffer size by Steven Rostedt (VMware) · 4 years, 3 months ago
  50. eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 3 months ago
  51. c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 3 months ago
  52. 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 3 months ago
  53. 720dee5 tracing/boot: Initialize per-instance event list in early boot by Masami Hiramatsu · 4 years, 3 months ago
  54. fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 4 months ago
  55. e9ffc8c kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 3 months ago
  56. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  57. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  58. eff48dd Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  59. ba0fbfb tracing/boot, kprobe, synth: Initialize boot-time tracing earlier by Masami Hiramatsu · 4 years, 4 months ago
  60. 4114fbf tracing: Enable creating new instance early boot by Masami Hiramatsu · 4 years, 4 months ago
  61. a838dea tracing: Enable adding dynamic events early stage by Masami Hiramatsu · 4 years, 4 months ago
  62. ac343da tracing: Define event fields early stage by Masami Hiramatsu · 4 years, 4 months ago
  63. 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  64. 4725cd8 tracing/kprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  65. 8490db0 tracing/boot: Add per-instance tracing_on option support by Masami Hiramatsu · 4 years, 4 months ago
  66. 40d14da fgraph: Convert ret_stack tasklist scanning to rcu by Davidlohr Bueso · 4 years, 4 months ago
  67. eb8d8b4 tracing: remove a pointless assignment by Dan Carpenter · 4 years, 4 months ago
  68. f3d3642 kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 4 months ago
  69. b427e76 tracing: Use __this_cpu_read() in trace_buffered_event_enable() by Xianting Tian · 4 years, 5 months ago
  70. 5c8c206 tracing: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  71. a8a7179 selftests/bpf: Fix stat probe in d_path test by Jiri Olsa · 4 years, 3 months ago
  72. 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 3 months ago
  73. 325d0ea Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  74. 7bb82ac ftrace: let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 3 months ago
  75. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  76. dc300d7 tracing: toplevel d_entry already initialized by Wei Yang · 4 years, 6 months ago
  77. 46bbe5c tracing: fix double free by Tom Rix · 4 years, 4 months ago
  78. 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  79. 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 4 months ago
  80. 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 4 months ago
  81. d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 4 months ago
  82. 73ac74c lockdep: fix order in trace_hardirqs_off_caller() by Sven Schnelle · 4 years, 4 months ago
  83. e75ad2c blktrace: make function blk_trace_bio_get_cgid() static by Wang Hai · 4 years, 4 months ago
  84. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  85. 0340a6b module: Fix up module_notifier return values by Peter Zijlstra · 4 years, 4 months ago
  86. 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 4 months ago
  87. 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 4 months ago
  88. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  89. a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  90. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  91. 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 4 years, 6 months ago
  92. 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
  93. 38ce2a9 tracing: Add trace_array_init_printk() to initialize instance trace_printk() buffers by Steven Rostedt (VMware) · 4 years, 5 months ago
  94. eb65405 Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
  95. 0d360d6 bpf: Remove inline from bpf_do_trace_printk by Stanislav Fomichev · 4 years, 5 months ago
  96. 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  97. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  98. dd27111 Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
  99. afcab63 tracing: Use trace_sched_process_free() instead of exit() for pid tracing by Steven Rostedt (VMware) · 4 years, 5 months ago
  100. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago