1. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
  2. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 11 months ago
  3. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years ago
  4. a006050 module: use RCU to synchronize find_module by Christoph Hellwig · 4 years ago
  5. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  6. 97c753e tracing/kprobe: Fix to support kretprobe events on unloaded modules by Masami Hiramatsu · 4 years ago
  7. 7bb83f6f tracing/kprobes: Do the notrace functions check without kprobes on ftrace by Masami Hiramatsu · 4 years ago
  8. 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
  9. 60efe21 tracing: Disable ftrace selftests when any tracer is running by Masami Hiramatsu · 4 years, 1 month ago
  10. 666fab4 Merge branch 'linus' into perf/kprobes by Ingo Molnar · 4 years, 2 months ago
  11. 0a986ea Merge branch 'linus' into perf/kprobes by Ingo Molnar · 4 years, 2 months ago
  12. d741bf4 kprobes: Remove kretprobe hash by Peter Zijlstra · 4 years, 5 months ago
  13. ba0fbfb tracing/boot, kprobe, synth: Initialize boot-time tracing earlier by Masami Hiramatsu · 4 years, 4 months ago
  14. 4725cd8 tracing/kprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  15. f3d3642 kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 5 months ago
  16. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  17. c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  18. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  19. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  20. 22d5bd6 tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes by Jean-Philippe Brucker · 4 years, 7 months ago
  21. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago
  22. 9de1fec tracing/kprobes: handle mixed kernel/userspace probes better by Christoph Hellwig · 4 years, 7 months ago
  23. 02dddb1 maccess: rename strnlen_unsafe_user to strnlen_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  24. bd88bb5 maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  25. 5b4dcd2 tracing/kprobes: Reject new event if loc is NULL by Masami Hiramatsu · 4 years, 9 months ago
  26. dcbd21c tracing/kprobes: Fix a double initialization typo by Masami Hiramatsu · 4 years, 9 months ago
  27. 6a13a0d ftrace/kprobe: Show the maxactive number on kprobe_events by Masami Hiramatsu · 4 years, 10 months ago
  28. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  29. 10f129c tracing/kprobe: Fix uninitialized variable bug by Gustavo A. R. Silva · 5 years ago
  30. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  31. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  32. 74403b6 tracing: Remove check_arg() callbacks from dynevent args by Tom Zanussi · 5 years ago
  33. 29a1548 tracing: Change trace_boot to use kprobe_event interface by Tom Zanussi · 5 years ago
  34. 2a588dd tracing: Add kprobe event command generation functions by Tom Zanussi · 5 years ago
  35. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  36. b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
  37. 659ded3 trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZE by Alex Shi · 5 years ago
  38. 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
  39. 4d65528 tracing/boot Add kprobe event support by Masami Hiramatsu · 5 years ago
  40. d8d4c6d tracing: kprobes: Register to dynevent earlier stage by Masami Hiramatsu · 5 years ago
  41. 8cfcf15 tracing: kprobes: Output kprobe event to printk buffer by Masami Hiramatsu · 5 years ago
  42. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  43. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  44. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  45. c7411a1 tracing/kprobe: Check whether the non-suffixed symbol is notrace by Masami Hiramatsu · 5 years ago
  46. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  47. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  48. f8d7ab2 tracing/probe: Fix same probe event argument matching by Srikar Dronamraju · 5 years ago
  49. fe60b0c tracing/probe: Reject exactly same probe event by Masami Hiramatsu · 5 years ago
  50. 44d00dc tracing/probe: Fix to allow user to enable events on unloaded modules by Masami Hiramatsu · 5 years ago
  51. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  52. eb5bf81 tracing/kprobe: Add per-probe delete from event 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. 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
  56. a94549d lockdown: Lock down tracing and perf kprobes when in confidentiality mode by David Howells · 5 years ago
  57. 715fa2f tracing/kprobe: Check registered state using kprobe by Masami Hiramatsu · 6 years ago
  58. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  59. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  60. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  61. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  62. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  63. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  64. f730e0f tracing/kprobe: Set print format right after parsed command by Masami Hiramatsu · 6 years ago
  65. b6399cc tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdline by Steven Rostedt (VMware) · 6 years ago
  66. 970988e tracing/kprobe: Add kprobe_event= boot parameter by Masami Hiramatsu · 6 years ago
  67. 539b75b tracing/kprobe: Cast user-space address correctly by Masami Hiramatsu · 6 years ago
  68. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  69. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  70. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  71. aa2e3ac Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  72. a039480 tracing/probe: Verify alloc_trace_*probe() result by Masami Hiramatsu · 6 years ago
  73. 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
  74. 287c038 tracing/probe: Check maxactive error cases by Masami Hiramatsu · 6 years ago
  75. cede666 trace/probes: Remove kernel doc style from non kernel doc comment by Valdis Klētnieks · 6 years ago
  76. 49ef5f4 tracing/kprobes: Use probe_kernel_read instead of probe_mem_read by Masami Hiramatsu · 6 years ago
  77. 2c4f1fc kprobe: Do not use uaccess functions to access kernel memory that can fault by Changbin Du · 6 years ago
  78. 8b05a3a tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create() by Andrea Righi · 6 years ago
  79. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  80. 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
  81. 6212dd2 tracing/kprobes: Use dyn_event framework for kprobe events by Masami Hiramatsu · 6 years ago
  82. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  83. 7440172 tracing: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  84. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 6 years ago
  85. 59158ec tracing/kprobes: Check the probe on unloaded module correctly by Masami Hiramatsu · 6 years ago
  86. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  87. 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
  88. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  89. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  90. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  91. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  92. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  93. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  94. d6b183e tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe() by Steven Rostedt (VMware) · 6 years ago
  95. 452938cb Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  96. 9161a86 tracing/kprobes: Fix to check notrace function with correct range by Masami Hiramatsu · 6 years ago
  97. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  98. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  99. 6bc6c77 tracing/kprobes: Fix within_notrace_func() to check only notrace functions by Masami Hiramatsu · 6 years ago
  100. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago