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