1. 0ef6063 uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 6 years ago
  2. fba70eb tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 6 years ago
  3. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  4. 5ba8a4a tracing/uprobe: Drop isdigit() check in create_trace_uprobe by Dmitry Safonov · 8 years ago
  5. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  6. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 8 years ago
  7. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  8. a2fb338 tracing/uprobes: Do not print '0x (null)' when offset is 0 by Wang Nan · 9 years ago
  9. 04a22fa tracing, perf: Implement BPF programs attached to uprobes by Wang Nan · 9 years ago
  10. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 9 years ago
  11. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 9 years ago
  12. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  13. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 9 years ago
  14. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 9 years ago
  15. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 9 years ago
  17. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 9 years ago
  19. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 9 years ago
  20. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 9 years ago
  21. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  22. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 9 years ago
  23. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 9 years ago
  24. 16a8ef2 tracing: Deletion of an unnecessary check before iput() by Markus Elfring · 10 years ago
  25. 8579a10 tracing/uprobes: Do not use return values of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  26. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  27. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  28. ede392a tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic by Oleg Nesterov · 10 years ago
  29. fb6bab6 tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable() by Oleg Nesterov · 10 years ago
  30. f786106 tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatcher() by Oleg Nesterov · 10 years ago
  31. 4821254 tracing/uprobes: Revert "Support mix of ftrace and perf" by Oleg Nesterov · 10 years ago
  32. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 10 years ago
  33. 927d687 uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failure by Oleg Nesterov · 10 years ago
  34. ce5f36a uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open() by Oleg Nesterov · 10 years ago
  35. fbc1963 kprobes, ftrace: Allow probing on some functions by Masami Hiramatsu · 10 years ago
  36. 6ea6215 tracing/uprobes: Fix uprobe_cpu_buffer memory leak by zhangwei(Jovi) · 10 years ago
  37. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 10 years ago
  38. 43fe989 tracing/uprobes: Support mix of ftrace and perf by Namhyung Kim · 10 years ago
  39. ca3b162 tracing/uprobes: Support event triggering by Namhyung Kim · 10 years ago
  40. 70ed91c tracing/uprobes: Support ftrace_event_file base multibuffer by zhangwei(Jovi) · 10 years ago
  41. dd9fa55 tracing/uprobes: Move argument fetching to uprobe_dispatcher() by Namhyung Kim · 10 years ago
  42. a43b970 tracing/uprobes: Rename uprobe_{trace,perf}_print() functions by Namhyung Kim · 10 years ago
  43. e0d18fe tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT by Namhyung Kim · 10 years ago
  44. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  45. dcad1a2 tracing/uprobes: Fetch args before reserving a ring buffer by Namhyung Kim · 11 years ago
  46. a473414 tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg() by Namhyung Kim · 11 years ago
  47. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  48. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  49. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  50. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago
  51. 5bf652a tracing/probes: Integrate duplicate set_print_fmt() by Namhyung Kim · 11 years ago
  52. 14577c3 tracing/uprobes: Convert to struct trace_probe by Namhyung Kim · 11 years ago
  53. 306cfe2 tracing/uprobes: Fix documentation of uprobe registration syntax by Namhyung Kim · 11 years ago
  54. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  55. c6c2401 tracing/uprobes: Fail to unregister if probe event files are in use by Steven Rostedt (Red Hat) · 11 years ago
  56. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 11 years ago
  57. fa44063 uprobes: Fix return value in error handling path by zhangwei(Jovi) · 11 years ago
  58. 515619f uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty by Oleg Nesterov · 11 years ago
  59. 32520b2 uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit() by Oleg Nesterov · 11 years ago
  60. 4ee5a52 uprobes/tracing: Change create_trace_uprobe() to support uretprobes by Oleg Nesterov · 11 years ago
  61. 3ede82d uprobes/tracing: Make seq_printf() code uretprobe-friendly by Oleg Nesterov · 11 years ago
  62. 4d1298e uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly by Oleg Nesterov · 11 years ago
  63. 393a736 uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly by Oleg Nesterov · 11 years ago
  64. c1ae5c7 uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher() by Oleg Nesterov · 11 years ago
  65. a51cc60 uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers by Oleg Nesterov · 11 years ago
  66. 457d177 uprobes/tracing: Generalize struct uprobe_trace_entry_head by Oleg Nesterov · 11 years ago
  67. 0e3853d uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls by Oleg Nesterov · 11 years ago
  68. 456fdbc uprobes/tracing: Kill the pointless seq_print_ip_sym() call by Oleg Nesterov · 11 years ago
  69. 07720b6 uprobes/tracing: Kill the pointless task_pt_regs() calls by Oleg Nesterov · 11 years ago
  70. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 11 years ago
  71. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 11 years ago
  72. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 11 years ago
  73. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 11 years ago
  74. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 11 years ago
  75. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 11 years ago
  76. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 11 years ago
  77. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 11 years ago
  78. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 11 years ago
  79. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 11 years ago
  80. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 11 years ago
  81. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  82. d24d7db tracing: Verify target file before registering a uprobe event by Jovi Zhang · 12 years ago
  83. b2e902f trace: use kbasename() by Andy Shevchenko · 11 years ago
  84. 7e0dd57 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core by Ingo Molnar · 12 years ago
  85. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  86. 0d13ac9 uprobes: Fix misleading log entry by Jovi Zhang · 12 years ago
  87. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  88. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 12 years ago