1. 4ba380f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  2. fbf6c73 ftrace: add ftrace_init_nop() by Mark Rutland · 5 years ago
  3. 6b1340c tracing: Fix race in perf_trace_buf initialization by Prateek Sood · 5 years ago
  4. 9fa8c9c tracing: Fix "gfp_t" format for synthetic events by Zhengjun Xing · 5 years ago
  5. d303de1 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
  6. fc64e4a tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
  7. 98dc19c tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
  8. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  9. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  10. aa07d71 tracing: Have trace events system open call tracing_open_generic_tr() by Steven Rostedt (VMware) · 5 years ago
  11. 194c2c7 tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
  12. 9ef1669 ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 5 years ago
  13. cf4f493 Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  14. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  15. 96c5c6e tracing: Have error path in predicate_parse() free its allocated memory by Navid Emamdoost · 5 years ago
  16. 968e517 tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macro by Nathan Chancellor · 5 years ago
  17. d2aea95 tracing/probe: Fix to check the difference of nr_args before adding probe by Masami Hiramatsu · 5 years ago
  18. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  19. 768fb61 bpf: Fix bpf_event_output re-entry issue by Allan Zhang · 5 years ago
  20. 7897c04 Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  21. f8d7ab2 tracing/probe: Fix same probe event argument matching by Srikar Dronamraju · 5 years ago
  22. 45824fc Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  23. 45979a9 Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  24. fe60b0c tracing/probe: Reject exactly same probe event by Masami Hiramatsu · 5 years ago
  25. 44d00dc tracing/probe: Fix to allow user to enable events on unloaded modules by Masami Hiramatsu · 5 years ago
  26. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  27. a3db31f ftrace: Look up the address of return_to_handler() using helpers by Naveen N. Rao · 5 years ago
  28. d59fae6 tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink() by Masami Hiramatsu · 5 years ago
  29. 17f8607 tracing: Make sure variable reference alias has correct var_ref_idx by Tom Zanussi · 5 years ago
  30. 119cdbd tracing: Be more clever when dumping hex in __print_hex() by Andy Shevchenko · 5 years ago
  31. 0846875 ftrace: Simplify ftrace hash lookup code in clear_func_from_hash() by Changbin Du · 5 years ago
  32. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  33. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  34. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  35. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  36. ac68154 tracing: Add "gfp_t" support in synthetic_events by Zhengjun Xing · 6 years ago
  37. a47b53e tracing: Rename tracing_reset() to tracing_reset_cpu() by Steven Rostedt (VMware) · 5 years ago
  38. 58fe7a8 tracing: Document the stack trace algorithm in the comments by Steven Rostedt (VMware) · 5 years ago
  39. f7edb45 tracing/arm64: Have max stack tracer handle the case of return address after data by Steven Rostedt (VMware) · 5 years ago
  40. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  41. 6218bf9 tracing/probe: Add immediate parameter support by Masami Hiramatsu · 6 years ago
  42. ab10d69 tracing/uprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  43. eb5bf81 tracing/kprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  44. 41af3cf tracing/uprobe: Add multi-probe per uprobe event support by Masami Hiramatsu · 6 years ago
  45. ca89bc0 tracing/kprobe: Add multi-probe per event support by Masami Hiramatsu · 6 years ago
  46. 3019913 tracing/dynevent: Pass extra arguments to match operation by Masami Hiramatsu · 6 years ago
  47. cb8e7a8 tracing/dynevent: Delete all matched events by Masami Hiramatsu · 6 years ago
  48. 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
  49. c68c9ec tracing: Correct kdoc formats by Jakub Kicinski · 5 years ago
  50. 19a58ce tracing/probe: Fix null pointer dereference by Xinpeng Liu · 5 years ago
  51. 595a438 tracing: Make exported ftrace_set_clr_event non-static by Denis Efremov · 6 years ago
  52. 5b0022d ftrace: Check for successful allocation of hash by Naveen N. Rao · 6 years ago
  53. 372e0d0 ftrace: Check for empty hash and comment the race with registering probes by Steven Rostedt (VMware) · 5 years ago
  54. 7bd4664 ftrace: Fix NULL pointer dereference in t_probe_next() by Naveen N. Rao · 6 years ago
  55. 6c06b66 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  56. 5cbd22c bpf: clarify description for CONFIG_BPF_EVENTS by Peter Wu · 5 years ago
  57. 9d1f8be5 bpf: Restrict bpf when kernel lockdown is in confidentiality mode by David Howells · 5 years ago
  58. a94549d lockdown: Lock down tracing and perf kprobes when in confidentiality mode by David Howells · 5 years ago
  59. 0a5b99f treewide: Rename rcu_dereference_raw_notrace() to _check() by Joel Fernandes (Google) · 6 years ago
  60. 30c9370 tracing: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  61. 01b1d88 rcu: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  62. 6c77221 fgraph: Remove redundant ftrace_graph_notrace_addr() test by Changbin Du · 5 years ago
  63. 7b3c92b sched/core: Convert get_task_struct() to return the task by Matthew Wilcox (Oracle) · 6 years ago
  64. 41ba485 Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  65. 6d54ceb tracing: Fix user stack trace "??" output by Eiichi Tsukata · 6 years ago
  66. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  67. 0aeb1de tracing: Make trace_get_fields() global by Cong Wang · 6 years ago
  68. 5967bd5 tracing: Let filter_assign_type() detect FILTER_PTR_STRING by Cong Wang · 6 years ago
  69. 46710f3 tracing: Pass type into tracing_generic_entry_update() by Cong Wang · 6 years ago
  70. 715fa2f tracing/kprobe: Check registered state using kprobe by Masami Hiramatsu · 6 years ago
  71. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  72. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  73. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  74. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  75. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  76. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  77. b4d4b96 tracing/uprobe: Set print format when parsing command by Masami Hiramatsu · 6 years ago
  78. f730e0f tracing/kprobe: Set print format right after parsed command by Masami Hiramatsu · 6 years ago
  79. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  80. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  81. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  82. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  84. 550d1f5 Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  85. 46cc0b4 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 6 years ago
  86. d122ed6 tracing: Fix memory leak in tracing_err_log_open() by Takeshi Misawa · 6 years ago
  87. d5b844a ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code() by Petr Mladek · 6 years ago
  88. 9db1ff0 bpf: fix compiler warning with CONFIG_MODULES=n by Yonghong Song · 6 years ago
  89. b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
  90. d2abae7 Merge tag 'v5.2-rc6' into sched/core, to refresh the branch by Ingo Molnar · 6 years ago
  91. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  92. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  93. 23da766 Merge tag 'v5.2-rc5' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  94. 9594dc3 bpf: fix nested bpf tracepoints with per-cpu data by Matt Mullins · 6 years ago
  95. 6a71398 Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  96. 04e03d9 ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper() by Wei Li · 6 years ago
  97. 9f255b6 module: Fix livepatch/ftrace module text permissions race by Josh Poimboeuf · 6 years ago
  98. a415834 tracing/uprobe: Fix obsolete comment on trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  99. f01098c tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  100. ff585c5 tracing: Make two symbols static by YueHaibing · 6 years ago