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.12.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: Fix userstacktrace option for instances
Steven Rostedt (VMware)
2020-12-11
1
-3
/
+4
*
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
2020-11-10
1
-1
/
+1
*
tracing: Use address-of operator on section symbols
Nathan Chancellor
2020-10-01
1
-1
/
+1
*
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2020-10-01
1
-0
/
+3
*
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
2020-05-14
1
-0
/
+13
*
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
2020-03-05
1
-0
/
+2
*
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
2020-01-09
1
-0
/
+8
*
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
2019-12-31
1
-1
/
+1
*
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
2019-11-06
1
-0
/
+1
*
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
2019-10-17
1
-2
/
+15
*
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
2019-07-10
1
-4
/
+6
*
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
2019-06-25
1
-5
/
+1
*
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
2019-05-04
1
-1
/
+5
*
tracing: Fix buffer_ref pipe ops
Jann Horn
2019-05-02
1
-14
/
+14
*
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
2019-05-02
1
-1
/
+4
*
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
2019-04-05
1
-2
/
+4
*
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
2019-03-23
1
-1
/
+0
*
tracing: Fix number of entries in trace header
Quentin Perret
2019-02-27
1
-0
/
+2
*
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-20
1
-2
/
+5
|
\
|
*
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-16
1
-0
/
+1
|
*
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
2018-08-01
1
-1
/
+1
|
*
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
2018-08-01
1
-1
/
+3
*
|
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
2018-07-09
1
-1
/
+3
*
|
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
2018-07-25
1
-0
/
+6
*
|
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2018-07-12
1
-4
/
+4
*
|
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
2018-07-03
1
-0
/
+5
*
|
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
2018-06-21
1
-5
/
+1
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+5
*
|
tracing: Use match_string() instead of open coding it in trace_set_options()
Yisheng Xie
2018-06-05
1
-10
/
+5
*
|
tracing: Add trigger file for trace_markers tracefs/ftrace/print
Steven Rostedt (VMware)
2018-05-29
1
-0
/
+17
*
|
tracing: Have event_trace_init() called by trace_init_tracefs()
Steven Rostedt (VMware)
2018-05-29
1
-0
/
+2
|
/
*
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
2018-05-28
1
-6
/
+6
*
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-26
1
-1
/
+1
*
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-04-10
1
-4
/
+112
|
\
|
*
tracing: Fixup logic inversion on setting trace_global_clock defaults
Chris Wilson
2018-04-06
1
-1
/
+1
|
*
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
2018-04-06
1
-0
/
+19
|
*
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2018-03-10
1
-1
/
+1
|
*
tracing: Add variable reference handling to hist triggers
Tom Zanussi
2018-03-10
1
-0
/
+2
|
*
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
2018-03-10
1
-2
/
+11
|
*
tracing: Add timestamp_mode trace file
Tom Zanussi
2018-03-10
1
-0
/
+47
|
*
ring-buffer: Add interface for setting absolute time stamps
Tom Zanussi
2018-03-10
1
-1
/
+32
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
1
-1
/
+1
|
\
\
|
*
|
tracing: Block comments should align the * on each line
Rohit Visavalia
2018-03-27
1
-1
/
+1
|
|
/
*
/
tracing: Unify the "boot" and "mono" tracing clocks
Thomas Gleixner
2018-03-13
1
-1
/
+1
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-02-01
1
-7
/
+7
|
\
|
*
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
2018-01-23
1
-2
/
+2
|
*
tracing: Clear parser->idx if only spaces are read
Changbin Du
2018-01-23
1
-2
/
+2
[next]