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
/
trace
/
trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Do not free snapshot if tracer is on cmdline
Steven Rostedt (Google)
2022-10-05
1
-4
/
+6
*
tracing: Fix spelling mistake "preapre" -> "prepare"
Colin Ian King
2022-09-29
1
-1
/
+1
*
tracing: Wake up waiters when tracing is disabled
Steven Rostedt (Google)
2022-09-29
1
-0
/
+6
*
tracing: Add ioctl() to force ring buffer waiters to wake up
Steven Rostedt (Google)
2022-09-29
1
-0
/
+22
*
tracing: Wake up ring buffer waiters on closing of the file
Steven Rostedt (Google)
2022-09-28
1
-0
/
+15
*
tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
Waiman Long
2022-09-27
1
-0
/
+23
*
Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2022-08-05
1
-18
/
+17
|
\
|
*
tracing: Use free_trace_buffer() in allocate_trace_buffers()
Zhiqiang Liu
2022-08-02
1
-14
/
+11
|
*
rv: Add Runtime Verification (RV) interface
Daniel Bristot de Oliveira
2022-07-30
1
-0
/
+2
|
*
tracing: Auto generate event name when creating a group of events
Linyu Yuan
2022-07-24
1
-4
/
+4
*
|
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-02
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
context_tracking: Take NMI eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-1
/
+1
|
*
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-3
/
+3
*
|
tracing: Fix sleeping while atomic in kdb ftdump
Douglas Anderson
2022-07-12
1
-5
/
+6
*
|
tracing: Simplify conditional compilation code in tracing_set_tracer()
sunliming
2022-06-17
1
-2
/
+0
|
/
*
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-29
1
-27
/
+45
|
\
|
*
tracing: Cleanup code by removing init "char *name"
liqiong
2022-05-26
1
-3
/
+1
|
*
tracing: Change "char *" string form to "char []"
liqiong
2022-05-26
1
-1
/
+1
|
*
tracing: Fix return value of trace_pid_write()
Wonhyuk Yang
2022-05-26
1
-2
/
+4
|
*
tracing: Use strim() to remove whitespace instead of doing it manually
Yuntao Wang
2022-05-26
1
-5
/
+3
|
*
tracing: Introduce trace clock tai
Kurt Kanzenbach
2022-04-27
1
-0
/
+1
|
*
tracing: make tracer_init_tracefs initcall asynchronous
Mark-PK Tsai
2022-04-26
1
-10
/
+22
|
*
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
2022-04-26
1
-0
/
+7
|
*
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
2022-04-26
1
-3
/
+3
|
*
tracing: Fix kernel-doc
Jiapeng Chong
2022-04-26
1
-1
/
+1
|
*
tracing: Fix inconsistent style of mini-HOWTO
Oscar Shiang
2022-04-26
1
-2
/
+2
*
|
ftrace: Use preemption model accessors for trace header printout
Valentin Schneider
2022-04-05
1
-10
/
+4
|
/
*
Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-03-26
1
-2
/
+7
|
\
|
*
tracing: Have trace event string test handle zero length strings
Steven Rostedt (Google)
2022-03-23
1
-2
/
+7
*
|
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-03-23
1
-13
/
+60
|
\
\
|
|
/
|
/
|
|
*
tracing: Add snapshot at end of kernel boot up
Steven Rostedt (Google)
2022-03-11
1
-0
/
+18
|
*
tracing: Remove size restriction on tracing_log_err cmd strings
Tom Zanussi
2022-02-10
1
-13
/
+42
*
|
tracing: Fix return value of __setup handlers
Randy Dunlap
2022-03-04
1
-2
/
+2
*
|
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
2022-02-25
1
-4
/
+6
|
/
*
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
2022-02-08
1
-0
/
+4
*
tracing: Don't inc err_log entry count if entry allocation fails
Tom Zanussi
2022-01-27
1
-1
/
+2
*
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-41
/
+47
|
\
|
*
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2022-01-13
1
-2
/
+4
|
*
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
2021-12-11
1
-2
/
+1
|
*
tracing: Make trace_marker{,_raw} stream-like
John Keeping
2021-12-07
1
-10
/
+8
|
*
tracing: Disable preemption when using the filter buffer
Steven Rostedt (VMware)
2021-12-06
1
-26
/
+33
|
*
tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()
Steven Rostedt (VMware)
2021-12-06
1
-1
/
+1
|
*
tracing: Fix spelling mistake "aritmethic" -> "arithmetic"
Colin Ian King
2021-12-06
1
-1
/
+1
*
|
tracing: Tag trace_percpu_buffer as a percpu pointer
Naveen N. Rao
2022-01-05
1
-2
/
+2
*
|
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
Naveen N. Rao
2022-01-05
1
-1
/
+1
|
/
*
tracing: Don't use out-of-sync va_list in event printing
Nikita Yushchenko
2021-11-18
1
-0
/
+12
*
tracing: Use memset_startat() to zero struct trace_iterator
Kees Cook
2021-11-18
1
-3
/
+1
*
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-03
1
-0
/
+11
|
\
|
*
tracing/histogram: Document hist trigger variables
Kalesh Singh
2021-11-01
1
-0
/
+11
*
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-01
1
-87
/
+64
|
\
|
[next]