index
:
Linux Stable
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.13.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-02
1
-58
/
+173
|
\
|
*
bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
Daniel Borkmann
2019-11-02
1
-46
/
+135
|
*
bpf: Make use of probe_user_write in probe write helper
Daniel Borkmann
2019-11-02
1
-4
/
+2
|
*
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-31
1
-8
/
+36
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
tracing: Fix race in perf_trace_buf initialization
Prateek Sood
2019-10-21
1
-0
/
+4
|
*
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
2019-10-18
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-26
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-24
1
-0
/
+2
|
*
bpf: Fix build error without CONFIG_NET
YueHaibing
2019-10-18
1
-0
/
+2
|
*
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
1
-0
/
+4
|
*
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
1
-1
/
+1
*
|
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
2019-10-12
1
-0
/
+1
*
|
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
2019-10-12
1
-0
/
+2
*
|
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
2019-10-12
1
-1
/
+1
*
|
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
2019-10-12
10
-4
/
+98
*
|
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
2019-10-12
6
-60
/
+81
*
|
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
2019-10-12
3
-15
/
+5
*
|
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
2019-10-12
1
-2
/
+15
*
|
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
2019-10-12
1
-9
/
+18
|
/
*
Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-09-30
3
-7
/
+25
|
\
|
*
tracing: Have error path in predicate_parse() free its allocated memory
Navid Emamdoost
2019-09-28
1
-2
/
+4
|
*
tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macro
Nathan Chancellor
2019-09-28
1
-5
/
+5
|
*
tracing/probe: Fix to check the difference of nr_args before adding probe
Masami Hiramatsu
2019-09-28
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-09-28
1
-5
/
+21
|
\
\
|
*
|
bpf: Fix bpf_event_output re-entry issue
Allan Zhang
2019-09-27
1
-5
/
+21
*
|
|
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
2
-0
/
+15
|
\
\
\
|
*
|
|
bpf: Restrict bpf when kernel lockdown is in confidentiality mode
David Howells
2019-08-19
1
-0
/
+10
|
*
|
|
lockdown: Lock down tracing and perf kprobes when in confidentiality mode
David Howells
2019-08-19
1
-0
/
+5
*
|
|
|
Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-09-26
2
-4
/
+6
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
tracing/probe: Fix same probe event argument matching
Srikar Dronamraju
2019-09-25
2
-4
/
+6
*
|
|
|
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-09-20
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
ftrace: Look up the address of return_to_handler() using helpers
Naveen N. Rao
2019-09-18
1
-2
/
+2
*
|
|
|
|
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-09-20
12
-176
/
+818
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tracing/probe: Reject exactly same probe event
Masami Hiramatsu
2019-09-19
3
-17
/
+90
|
*
|
|
tracing/probe: Fix to allow user to enable events on unloaded modules
Masami Hiramatsu
2019-09-19
1
-12
/
+5
|
*
|
|
tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()
Masami Hiramatsu
2019-09-17
1
-5
/
+6
|
*
|
|
tracing: Make sure variable reference alias has correct var_ref_idx
Tom Zanussi
2019-09-17
1
-0
/
+2
|
*
|
|
tracing: Be more clever when dumping hex in __print_hex()
Andy Shevchenko
2019-09-17
1
-3
/
+3
|
*
|
|
ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()
Changbin Du
2019-09-17
1
-5
/
+1
|
*
|
|
tracing: Add "gfp_t" support in synthetic_events
Zhengjun Xing
2019-09-05
1
-0
/
+19
|
*
|
|
tracing: Rename tracing_reset() to tracing_reset_cpu()
Steven Rostedt (VMware)
2019-08-31
2
-4
/
+3
|
*
|
|
tracing: Document the stack trace algorithm in the comments
Steven Rostedt (VMware)
2019-08-31
1
-0
/
+98
|
*
|
|
tracing/arm64: Have max stack tracer handle the case of return address after ...
Steven Rostedt (VMware)
2019-08-31
1
-0
/
+14
|
*
|
|
tracing/probe: Add immediate string parameter support
Masami Hiramatsu
2019-08-31
5
-15
/
+51
|
*
|
|
tracing/probe: Add immediate parameter support
Masami Hiramatsu
2019-08-31
3
-1
/
+20
|
*
|
|
tracing/uprobe: Add per-probe delete from event
Masami Hiramatsu
2019-08-31
1
-1
/
+30
|
*
|
|
tracing/kprobe: Add per-probe delete from event
Masami Hiramatsu
2019-08-31
3
-1
/
+44
|
*
|
|
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
2019-08-31
2
-19
/
+43
|
*
|
|
tracing/kprobe: Add multi-probe per event support
Masami Hiramatsu
2019-08-31
4
-18
/
+111
[next]