index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
tracing: Do not set trace clock if tracefs lockdown is in effect
Masami Ichikawa
1
-0
/
+5
2020-01-12
tracing: Do not create directories if lockdown is in affect
Steven Rostedt (VMware)
1
-0
/
+17
2020-01-09
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
1
-0
/
+8
2019-12-31
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
1
-1
/
+1
2019-10-13
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-13
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
1
-0
/
+8
2019-10-13
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
1
-52
/
+65
2019-10-13
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
1
-1
/
+1
2019-10-13
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-09-20
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-7
/
+7
2019-09-17
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2019-08-31
tracing: Rename tracing_reset() to tracing_reset_cpu()
Steven Rostedt (VMware)
1
-3
/
+3
2019-08-31
tracing/probe: Add immediate string parameter support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/probe: Add immediate parameter support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
1
-1
/
+1
2019-08-31
tracing/kprobe: Add multi-probe per event support
Masami Hiramatsu
1
-2
/
+2
2019-08-31
tracing: Correct kdoc formats
Jakub Kicinski
1
-12
/
+14
2019-08-02
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
1
-2
/
+2
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-8
/
+9
2019-07-16
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
1
-4
/
+4
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2019-06-28
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
1
-4
/
+6
2019-06-28
tracing: Fix memory leak in tracing_err_log_open()
Takeshi Misawa
1
-1
/
+13
2019-06-14
tracing: Make two symbols static
YueHaibing
1
-2
/
+2
2019-06-03
trace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+0
2019-05-26
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
1
-1
/
+1
2019-05-26
tracing/probe: Support user-space dereference
Masami Hiramatsu
1
-2
/
+3
2019-05-26
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
1
-1
/
+1
2019-05-26
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
1
-5
/
+1
2019-05-16
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-61
/
+356
2019-05-08
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-05-08
tracing: Allow RCU to run between postponed startup tests
Anders Roxell
1
-0
/
+4
2019-05-08
tracing: Eliminate const char[] auto variables
Rasmus Villemoes
1
-21
/
+13
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-58
/
+47
2019-05-03
tracing: Add trace_total_entries() / trace_total_entries_cpu()
Douglas Anderson
1
-15
/
+50
2019-04-29
tracing: Simplify stack trace retrieval
Thomas Gleixner
1
-27
/
+13
2019-04-29
tracing: Make ftrace_trace_userstack() static and conditional
Thomas Gleixner
1
-6
/
+8
2019-04-29
tracing: Use percpu stack trace buffer more intelligently
Thomas Gleixner
1
-36
/
+37
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-16
/
+19
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-14
/
+14
2019-04-15
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-08
tracing: Add error_log to README
Tom Zanussi
1
-0
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
1
-18
/
+37
2019-04-03
tracing: Add tracing error log
Tom Zanussi
1
-0
/
+218
2019-04-03
tracing: Kernel access to Ftrace instances
Divya Indi
1
-24
/
+50
2019-03-16
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-2
/
+4
2019-03-13
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
1
-2
/
+4
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
[next]