1. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  2. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  3. 3cee6fb bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter by Martin KaFai Lau · 3 years, 6 months ago
  4. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
  5. 3b1a8f4 ftrace: Remove redundant initialization of variable ret by Colin Ian King · 3 years, 6 months ago
  6. 68e83498 ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary by Nicolas Saenz Julienne · 3 years, 6 months ago
  7. 9528c19 tracing: Clean up alloc_synth_event() by Steven Rostedt (VMware) · 3 years, 6 months ago
  8. 1e3bac7 tracing/histogram: Rename "cpu" to "common_cpu" by Steven Rostedt (VMware) · 3 years, 6 months ago
  9. 3b13911 tracing: Synthetic event field_pos is an index not a boolean by Steven Rostedt (VMware) · 3 years, 6 months ago
  10. 16c5900 bpf: Fix pointer cast warning by Arnd Bergmann · 3 years, 6 months ago
  11. 67f0d6d tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. by Haoran Luo · 3 years, 6 months ago
  12. 3fdacf4 Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  13. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  14. 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
  15. 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
  16. 704adfb tracing: Do not reference char * as a string in histograms by Steven Rostedt (VMware) · 3 years, 6 months ago
  17. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  18. 5a7f7fc Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  19. 3ecda64 ftrace: Use list_move instead of list_del/list_add by Baokun Li · 3 years, 7 months ago
  20. 26c5637 tracing/histograms: Fix parsing of "sym-offset" modifier by Steven Rostedt (VMware) · 3 years, 6 months ago
  21. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  22. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  23. 4030a6e tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT by Paul Burton · 3 years, 6 months ago
  24. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  25. b81b3e9 tracing: Simplify & fix saved_tgids logic by Paul Burton · 3 years, 6 months ago
  26. bfbf8d1 tracing: Change variable type as bool for clean-up by Austin Kim · 3 years, 6 months ago
  27. 6a82f42 trace/timerlat: Fix indentation on timerlat_main() by Daniel Bristot de Oliveira · 3 years, 6 months ago
  28. 19c3eaa trace/osnoise: Make 'noise' variable s64 in run_osnoise() by Daniel Bristot de Oliveira · 3 years, 6 months ago
  29. 9913d57 tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing by Steven Rostedt (VMware) · 3 years, 6 months ago
  30. a358f40 once: implement DO_ONCE_LITE for non-fast-path "do once" functionality by Tanner Love · 3 years, 6 months ago
  31. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  32. 498627b trace/osnoise: Fix return value on osnoise_init_hotplug_support by Daniel Bristot de Oliveira · 3 years, 6 months ago
  33. 2a81afa trace/osnoise: Make interval u64 on osnoise_main by Daniel Bristot de Oliveira · 3 years, 6 months ago
  34. f7d9f63 trace/osnoise: Fix 'no previous prototype' warnings by Daniel Bristot de Oliveira · 3 years, 6 months ago
  35. b96285e tracing: Have osnoise_main() add a quiescent state for task rcu by Steven Rostedt (VMware) · 3 years, 6 months ago
  36. 95b861a79 bpf: Allow bpf_get_current_ancestor_cgroup_id for tracing by Namhyung Kim · 3 years, 6 months ago
  37. c8895e2 trace/osnoise: Support hotplug operations by Daniel Bristot de Oliveira · 3 years, 7 months ago
  38. ba998f7 trace/hwlat: Support hotplug operations by Daniel Bristot de Oliveira · 3 years, 7 months ago
  39. 039a602 trace/hwlat: Protect kdata->kthread with get/put_online_cpus by Daniel Bristot de Oliveira · 3 years, 7 months ago
  40. a955d7e trace: Add timerlat tracer by Daniel Bristot de Oliveira · 3 years, 7 months ago
  41. bce29ac trace: Add osnoise tracer by Daniel Bristot de Oliveira · 3 years, 7 months ago
  42. 6880c98 tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is defined by Steven Rostedt (VMware) · 3 years, 6 months ago
  43. aa892f8 trace/hwlat: Remove printk from sampling loop by Daniel Bristot de Oliveira · 3 years, 7 months ago
  44. f27a1c9 trace/hwlat: Use trace_min_max_param for width and window params by Daniel Bristot de Oliveira · 3 years, 7 months ago
  45. bc87cf0a trace: Add a generic function to read/write u64 values from tracefs by Daniel Bristot de Oliveira · 3 years, 7 months ago
  46. f46b165 trace/hwlat: Implement the per-cpu mode by Daniel Bristot de Oliveira · 3 years, 7 months ago
  47. 7bb7d80 trace/hwlat: Switch disable_migrate to mode none by Daniel Bristot de Oliveira · 3 years, 7 months ago
  48. 8fa826b trace/hwlat: Implement the mode config option by Daniel Bristot de Oliveira · 3 years, 7 months ago
  49. bb1b24c trace/hwlat: Fix Clark's email by Daniel Bristot de Oliveira · 3 years, 7 months ago
  50. 89529d8 tracing: Do no increment trace_clock_global() by one by Steven Rostedt (VMware) · 3 years, 7 months ago
  51. 4fdd595 tracing: Do not stop recording comms if the trace file is being read by Steven Rostedt (VMware) · 3 years, 7 months ago
  52. 85550c8 tracing: Do not stop recording cmdlines when tracing is off by Steven Rostedt (VMware) · 3 years, 7 months ago
  53. 2db7ab6 tracing: Have ftrace_dump_on_oops kernel parameter take numbers by Steven Rostedt (VMware) · 3 years, 7 months ago
  54. f386013 tracing: Add tp_printk_stop_on_boot option by Steven Rostedt (VMware) · 3 years, 7 months ago
  55. 8f0901c tracing: Add better comments for the filtering temp buffer use case by Steven Rostedt (VMware) · 3 years, 7 months ago
  56. faa76a6 tracing: Simplify the max length test when using the filtering temp buffer by Steven Rostedt (VMware) · 3 years, 7 months ago
  57. 4f99f84 tracing/boot: Add per-group/all events enablement by Masami Hiramatsu · 3 years, 7 months ago
  58. 6c610db tracing: Add WARN_ON_ONCE when returned value is negative by Hyeonggon Yoo · 3 years, 7 months ago
  59. 099dcc1 tracing: Fix set_named_trigger_data() kernel-doc comment by Qiujun Huang · 3 years, 8 months ago
  60. 08b0c9b tracing: Remove redundant initialization of variable ret by Colin Ian King · 3 years, 8 months ago
  61. 957cdcd ring-buffer: Use fallthrough pseudo-keyword by Wei Ming Chen · 3 years, 8 months ago
  62. 614db49 tracing: Remove redundant assignment to event_var by Jiapeng Chong · 3 years, 8 months ago
  63. 3e08a9f tracing: Correct the length check which causes memory corruption by Liangyan · 3 years, 7 months ago
  64. 6c14133 ftrace: Do not blindly read the ip address in ftrace_bug() by Steven Rostedt (VMware) · 3 years, 7 months ago
  65. ff40e51 bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks by Daniel Borkmann · 3 years, 7 months ago
  66. eb01f53 tracing: Handle %.*s in trace_check_vprintf() by Steven Rostedt (VMware) · 3 years, 8 months ago
  67. 7ec901b Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  68. 8c9af47 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
  69. 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  70. aafe104 tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 8 months ago
  71. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  72. 785e3c0 tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 8 months ago
  73. 48cac3f bpf: Implement formatted output helpers with bstr_printf by Florent Revest · 3 years, 8 months ago
  74. 38d26d8 bpf: Lock bpf_trace_printk's tmp buf before it is written to by Florent Revest · 3 years, 8 months ago
  75. 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  76. 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
  77. 1fe5501 Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
  78. 0e1e71d tracing: Fix checking event hash pointer logic when tp_printk is enabled by Steven Rostedt (VMware) · 3 years, 9 months ago
  79. 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 9 months ago
  80. d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 9 months ago
  81. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  82. e1db633 ftrace: Reuse the output of the function tracer for func_repeats by Steven Rostedt (VMware) · 3 years, 9 months ago
  83. 22db095 tracing: Add "func_no_repeats" option for function tracing by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  84. 4994891 tracing: Unify the logic for function tracing options by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  85. c658797 tracing: Add method for recording "func_repeats" events by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  86. 20344c5 tracing: Add "last_func_repeats" to struct trace_array by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  87. f689e4f tracing: Define new ftrace event "func_repeats" by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  88. eaa7a89 tracing: Define static void trace_print_time() by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  89. 50987be Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
  90. 8db403b tracing/dynevent: Fix a memory leak in an error handling path by Christophe JAILLET · 3 years, 9 months ago
  91. c5e3a41 kernel: Initialize cpumask before parsing by Tetsuo Handa · 3 years, 9 months ago
  92. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  93. 05de453 Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
  94. ceaaa12 ftrace: Simplify the calculation of page number for ftrace_page->records some more by Steven Rostedt (VMware) · 3 years, 9 months ago
  95. db42523 ftrace: Store the order of pages allocated in ftrace_page by Linus Torvalds · 3 years, 9 months ago
  96. f3ef720 tracing: Remove unused argument from "ring_buffer_time_stamp() by Yordan Karadzhov (VMware) · 3 years, 9 months ago
  97. 22d5755 Merge branch 'trace/ftrace/urgent' into HEAD by Steven Rostedt (VMware) · 3 years, 9 months ago
  98. 9deb193 tracing: Fix stack trace event size by Steven Rostedt (VMware) · 3 years, 9 months ago
  99. d19cc4b Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
  100. 59300b3 ftrace: Check if pages were allocated before calling free_pages() by Steven Rostedt (VMware) · 3 years, 9 months ago