index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
tracepoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracepoint: Fix kerneldoc comments
zhaoxiao
2021-08-16
1
-2
/
+2
*
tracepoint: Use rcu get state and cond sync for static call updates
Mathieu Desnoyers
2021-08-06
1
-14
/
+67
*
tracepoint: Fix static call function vs data state mismatch
Mathieu Desnoyers
2021-08-05
1
-20
/
+82
*
tracepoint: static call: Compare data on transition from 2->1 callees
Mathieu Desnoyers
2021-08-05
1
-1
/
+1
*
tracepoints: Update static_call before tp_funcs when adding a tracepoint
Steven Rostedt (VMware)
2021-07-23
1
-1
/
+1
*
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
2021-06-29
1
-3
/
+30
*
tracepoints: Code clean up
Steven Rostedt (VMware)
2021-02-09
1
-56
/
+35
*
tracepoint: Do not fail unregistering a probe due to memory failure
Steven Rostedt (VMware)
2021-02-02
1
-16
/
+64
*
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-2
/
+2
*
tracepoint: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-29
1
-1
/
+1
*
tracepoint: Fix out of sync data passing by static caller
Steven Rostedt (VMware)
2020-10-02
1
-6
/
+16
*
tracepoint: Optimize using static_call()
Steven Rostedt (VMware)
2020-09-01
1
-4
/
+21
*
module: Fix up module_notifier return values
Peter Zijlstra
2020-09-01
1
-1
/
+1
*
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-18
1
-2
/
+2
|
\
|
*
tracepoint: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-06-17
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
|
/
*
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
2018-11-27
1
-2
/
+2
*
tracepoint: Fix tracepoint array element size mismatch
Mathieu Desnoyers
2018-10-17
1
-16
/
+8
*
kernel: tracepoints: add support for relative references
Ard Biesheuvel
2018-08-22
1
-23
/
+26
*
tracepoints: Free early tracepoints after RCU is initialized
Steven Rostedt (VMware)
2018-08-10
1
-0
/
+32
*
tracepoint: Make rcuidle tracepoint callers use SRCU
Joel Fernandes (Google)
2018-07-30
1
-1
/
+15
*
tracepoints: Fix the descriptions of tracepoint_probe_register{_prio}
Lee, Chun-Yi
2018-05-28
1
-2
/
+1
*
tracepoint: Do not warn on ENOMEM
Mathieu Desnoyers
2018-04-30
1
-2
/
+2
*
tracepoint: Remove smp_read_barrier_depends() from comment
Paul E. McKenney
2017-12-04
1
-5
/
+4
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
tracing: Have the reg function allow to fail
Steven Rostedt (Red Hat)
2016-12-09
1
-3
/
+9
*
kernel/...: convert pr_warning to pr_warn
Joe Perches
2016-03-22
1
-1
/
+1
*
tracepoint: Give priority to probes of tracepoints
Steven Rostedt (Red Hat)
2015-10-25
1
-11
/
+50
*
tracing: syscall_regfunc() should not skip kernel threads
Oleg Nesterov
2014-06-21
1
-3
/
+1
*
tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...
Oleg Nesterov
2014-06-21
1
-13
/
+11
*
kernel/tracepoint.c: kernel-doc fixes
Fabian Frederick
2014-06-04
1
-0
/
+2
*
tracepoint: Fix use of tracepoint funcs after rcu free
Mathieu Desnoyers
2014-05-08
1
-2
/
+2
*
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2014-04-12
1
-293
/
+223
|
\
|
*
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
2014-04-09
1
-2
/
+4
|
*
tracepoint: Simplify tracepoint module search
Steven Rostedt (Red Hat)
2014-04-08
1
-5
/
+4
|
*
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
2014-04-08
1
-291
/
+220
*
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-04-06
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
Mathieu Desnoyers
2014-03-13
1
-2
/
+3
*
|
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-04-03
1
-217
/
+34
|
\
\
|
|
/
|
/
|
|
*
tracepoint: Remove unused API functions
Mathieu Desnoyers
2014-03-21
1
-217
/
+5
|
*
tracepoints: API doc update to tracepoint_probe_register() return value
Mathieu Desnoyers
2014-03-11
1
-1
/
+11
|
*
tracepoints: API doc update to data argument
Mathieu Desnoyers
2014-03-11
1
-0
/
+4
|
*
tracing: Warn if a tracepoint is not set via debugfs
Steven Rostedt
2014-03-07
1
-1
/
+10
|
*
tracepoint: Do not waste memory on mods with no tracepoints
Steven Rostedt (Red Hat)
2014-03-03
1
-0
/
+6
*
|
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2014-03-03
1
-1
/
+6
|
/
*
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-04-29
1
-8
/
+13
|
\
|
*
tracepoints: Prevent null probe from being added
Sahara
2013-04-19
1
-8
/
+13
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-4
/
+2
|
/
*
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
2012-02-24
1
-10
/
+10
[next]