index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-07-19
1
-8
/
+1
|
\
|
*
tracing: Fix user stack trace "??" output
Eiichi Tsukata
2019-07-19
1
-8
/
+1
*
|
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-18
12
-355
/
+547
|
\
\
|
|
/
|
*
tracing: Make trace_get_fields() global
Cong Wang
2019-07-16
1
-8
/
+0
|
*
tracing: Let filter_assign_type() detect FILTER_PTR_STRING
Cong Wang
2019-07-16
1
-0
/
+3
|
*
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
2019-07-16
2
-6
/
+5
|
*
tracing/kprobe: Check registered state using kprobe
Masami Hiramatsu
2019-07-16
2
-14
/
+15
|
*
tracing/probe: Add trace_event_call accesses APIs
Masami Hiramatsu
2019-07-16
4
-28
/
+40
|
*
tracing/probe: Add probe event name and group name accesses APIs
Masami Hiramatsu
2019-07-16
3
-23
/
+33
|
*
tracing/probe: Add trace flag access APIs for trace_probe
Masami Hiramatsu
2019-07-16
4
-23
/
+41
|
*
tracing/probe: Add trace_event_file access APIs for trace_probe
Masami Hiramatsu
2019-07-16
4
-101
/
+109
|
*
tracing/probe: Add trace_event_call register API for trace_probe
Masami Hiramatsu
2019-07-16
4
-36
/
+28
|
*
tracing/probe: Add trace_probe init and free functions
Masami Hiramatsu
2019-07-16
4
-58
/
+58
|
*
tracing/uprobe: Set print format when parsing command
Masami Hiramatsu
2019-07-16
1
-18
/
+7
|
*
tracing/kprobe: Set print format right after parsed command
Masami Hiramatsu
2019-07-16
1
-16
/
+9
|
*
ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS
Steven Rostedt (VMware)
2019-05-28
1
-13
/
+4
|
*
ftrace: Enable trampoline when rec count returns back to one
Cheng Jian
2019-05-25
1
-13
/
+15
|
*
tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdline
Steven Rostedt (VMware)
2019-05-25
1
-0
/
+8
|
*
tracing: Make a separate config for trace event self tests
Steven Rostedt (VMware)
2019-05-25
2
-2
/
+12
|
*
tracing/kprobe: Add kprobe_event= boot parameter
Masami Hiramatsu
2019-05-25
1
-0
/
+54
|
*
tracing/kprobe: Cast user-space address correctly
Masami Hiramatsu
2019-05-25
1
-1
/
+3
|
*
tracing: Use correct function name in trace_filter_add_remove_task() comment
Matthias Kaehlcke
2019-05-25
1
-1
/
+1
|
*
tracing/probe: Support user-space dereference
Masami Hiramatsu
2019-05-25
6
-14
/
+53
|
*
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
2019-05-25
6
-8
/
+77
|
*
ftrace: Make enable and update parameters bool when applicable
Steven Rostedt (VMware)
2019-05-25
1
-10
/
+10
*
|
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
2
-10
/
+0
|
\
\
|
*
|
blktrace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-03
1
-6
/
+0
|
*
|
trace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-03
1
-4
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-8
/
+89
|
\
\
\
|
*
|
|
bpf: fix compiler warning with CONFIG_MODULES=n
Yonghong Song
2019-06-26
1
-13
/
+14
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
5
-30
/
+113
|
|
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-05-31
1
-8
/
+88
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
bpf: tracing: properly use bpf_prog_array api
Stanislav Fomichev
2019-05-29
1
-8
/
+10
|
|
*
|
|
bpf: check signal validity in nmi for bpf_send_signal() helper
Yonghong Song
2019-05-28
1
-0
/
+6
|
|
*
|
|
bpf: implement bpf_send_signal() helper
Yonghong Song
2019-05-24
1
-0
/
+72
*
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'v5.2' into perf/core, to pick up fixes
Ingo Molnar
2019-07-08
2
-14
/
+20
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'v5.2-rc6' into perf/core, to refresh branch
Ingo Molnar
2019-06-24
5
-30
/
+113
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
perf/core: Allow non-privileged uprobe for user processes
Song Liu
2019-06-03
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-08
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
Ingo Molnar
2019-06-24
1
-16
/
+84
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
2019-06-17
4
-14
/
+29
|
|
\
\
\
\
\
|
*
|
|
|
|
|
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
2019-06-03
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2019-07-04
2
-14
/
+20
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tracing/snapshot: Resize spare buffer if size changed
Eiichi Tsukata
2019-06-28
1
-4
/
+6
|
*
|
|
|
|
tracing: Fix memory leak in tracing_err_log_open()
Takeshi Misawa
2019-06-28
1
-1
/
+13
|
*
|
|
|
|
ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...
Petr Mladek
2019-06-28
1
-9
/
+1
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
1
-16
/
+84
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
bpf: fix nested bpf tracepoints with per-cpu data
Matt Mullins
2019-06-15
1
-16
/
+84
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2019-06-15
4
-14
/
+29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
[next]