- bd74095 tracepoint: Fix kerneldoc comments by zhaoxiao · 3 years, 4 months ago
- 7b40066 tracepoint: Use rcu get state and cond sync for static call updates by Mathieu Desnoyers · 3 years, 5 months ago
- 231264d tracepoint: Fix static call function vs data state mismatch by Mathieu Desnoyers · 3 years, 5 months ago
- f7ec412 tracepoint: static call: Compare data on transition from 2->1 callees by Mathieu Desnoyers · 3 years, 5 months ago
- 352384d tracepoints: Update static_call before tp_funcs when adding a tracepoint by Steven Rostedt (VMware) · 3 years, 5 months ago
- 9913d57 tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing by Steven Rostedt (VMware) · 3 years, 6 months ago
- 7211f0a tracepoints: Code clean up by Steven Rostedt (VMware) · 3 years, 11 months ago
- befe6d9 tracepoint: Do not fail unregistering a probe due to memory failure by Steven Rostedt (VMware) · 4 years, 1 month ago
- 524666c tracepoints: Migrate to use SYSCALL_WORK flag by Gabriel Krisman Bertazi · 4 years, 1 month ago
- 9d0a49c tracepoint: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
- 547305a tracepoint: Fix out of sync data passing by static caller by Steven Rostedt (VMware) · 4 years, 3 months ago
- d25e37d tracepoint: Optimize using static_call() by Steven Rostedt (VMware) · 4 years, 4 months ago
- 0340a6b module: Fix up module_notifier return values by Peter Zijlstra · 4 years, 4 months ago
- 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- f0553dc tracepoint: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 7440172 tracing: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
- 9c0be3f tracepoint: Fix tracepoint array element size mismatch by Mathieu Desnoyers · 6 years ago
- 46e0c9b kernel: tracepoints: add support for relative references by Ard Biesheuvel · 6 years ago
- f8a79d5 tracepoints: Free early tracepoints after RCU is initialized by Steven Rostedt (VMware) · 6 years ago
- e6753f2 tracepoint: Make rcuidle tracepoint callers use SRCU by Joel Fernandes (Google) · 6 years ago
- f39e239 tracepoints: Fix the descriptions of tracepoint_probe_register{_prio} by Lee, Chun-Yi · 8 years ago
- d66a270 tracepoint: Do not warn on ENOMEM by Mathieu Desnoyers · 7 years ago
- 243d1a7 tracepoint: Remove smp_read_barrier_depends() from comment by Paul E. McKenney · 7 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 8cf868a tracing: Have the reg function allow to fail by Steven Rostedt (Red Hat) · 8 years ago
- a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
- 7904b5c tracepoint: Give priority to probes of tracepoints by Steven Rostedt (Red Hat) · 9 years ago
- ea73c79 tracing: syscall_regfunc() should not skip kernel threads by Oleg Nesterov · 11 years ago
- 8063e41 tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_process_thread() by Oleg Nesterov · 11 years ago
- cac92ba kernel/tracepoint.c: kernel-doc fixes by Fabian Frederick · 11 years ago
- 8058bd0 tracepoint: Fix use of tracepoint funcs after rcu free by Mathieu Desnoyers · 11 years ago
- 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- b725dfe tracepoint: Fix sparse warnings in tracepoint.c by Mathieu Desnoyers · 11 years ago
- eb7d035 tracepoint: Simplify tracepoint module search by Steven Rostedt (Red Hat) · 11 years ago
- de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
- 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
- 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- 0dea6d5 tracepoint: Remove unused API functions by Mathieu Desnoyers · 11 years ago
- 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 11 years ago
- 3bbc8db tracepoints: API doc update to tracepoint_probe_register() return value by Mathieu Desnoyers · 11 years ago
- 4c11628 tracepoints: API doc update to data argument by Mathieu Desnoyers · 11 years ago
- b196e2b tracing: Warn if a tracepoint is not set via debugfs by Steven Rostedt · 11 years ago
- 7dec935 tracepoint: Do not waste memory on mods with no tracepoints by Steven Rostedt (Red Hat) · 11 years ago
- 45ab281 tracing: Do not add event files for modules that fail tracepoints by Steven Rostedt (Red Hat) · 11 years ago
- 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
- 4c69e6e tracepoints: Prevent null probe from being added by Sahara · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
- c10076c tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT by Steven Rostedt · 13 years ago
- b75ef8b Tracepoint: Dissociate from module mutex by Mathieu Desnoyers · 13 years ago
- d430d3d jump label: Introduce static_branch() interface by Jason Baron · 14 years ago
- 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 14 years ago
- 3b6e901 jump_label: Use more consistent naming by Peter Zijlstra · 14 years ago
- 8f7b50c jump label: Tracepoint support for jump labels by Jason Baron · 14 years ago
- 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 15 years ago
- fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
- cc3b13c tracing: Don't trace kernel thread syscalls by Hendrik Brueckner · 15 years ago
- 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
- 3d27d8cb tracing: Make syscall tracepoints conditional by Josh Stone · 15 years ago
- 6670000 tracing: Rename FTRACE_SYSCALLS for tracepoints by Josh Stone · 15 years ago
- d88cb58 tracing: Eliminate code duplication in kernel/tracepoint.c by Anirban Sinha · 15 years ago
- 60d970c tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures by Ingo Molnar · 15 years ago
- a871bd3 tracing: Add syscall tracepoints by Jason Baron · 15 years ago
- ec625cb tracepoints: dont update zero-sized tracepoint sections by Ingo Molnar · 16 years ago
- 09933a1 tracing: fix oops in tracepoint_update_probe_range() by Jaswinder Singh Rajput · 16 years ago
- 227a837 markers/tracpoints: fix non-modular build by Ingo Molnar · 16 years ago
- 32f8574 tracepoints: use modules notifiers by Mathieu Desnoyers · 16 years ago
- de0baf9 tracepoints: fix disable by Mathieu Desnoyers · 16 years ago
- 127cafb tracepoint: introduce *_noupdate APIs. by Lai Jiangshan · 16 years ago
- 19dba33 tracepoint: simplification for tracepoints using RCU by Lai Jiangshan · 16 years ago
- f66af45 tracepoint: check if the probe has been registered by Frederic Weisbecker · 16 years ago
- 9a1e969 tracepoints: fix reentrancy by Mathieu Desnoyers · 16 years ago
- ca2db6c tracepoints: use rcu sched by Mathieu Desnoyers · 16 years ago
- 9795302 tracepoints: use TABLE_SIZE macro by Mathieu Desnoyers · 16 years ago
- 97e1c18 tracing: Kernel Tracepoints by Mathieu Desnoyers · 16 years ago