index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
1
-1
/
+11
|
\
|
*
lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
Daniel Xu
2020-11-19
1
-0
/
+10
|
*
bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepare
Wang Qing
2020-11-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
1
-1
/
+28
|
\
\
|
|
/
|
/
|
|
*
bpf: Expose bpf_d_path helper to sleepable LSM hooks
KP Singh
2020-11-13
1
-1
/
+7
|
*
bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
2020-11-13
1
-0
/
+5
|
*
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
2020-11-06
1
-0
/
+16
*
|
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
2020-11-02
1
-10
/
+7
*
|
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
2020-11-02
1
-12
/
+46
*
|
tracing: Fix the checking of stackidx in __ftrace_trace_stack
Qiujun Huang
2020-11-02
1
-2
/
+2
*
|
ftrace: Handle tracing when switching between context
Steven Rostedt (VMware)
2020-11-02
2
-4
/
+28
*
|
ftrace: Fix recursion check for NMI test
Steven Rostedt (VMware)
2020-11-02
1
-1
/
+2
*
|
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
2020-11-02
1
-1
/
+1
*
|
Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-28
1
-14
/
+22
|
\
\
|
*
|
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
2020-10-27
1
-14
/
+22
*
|
|
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
2
-2
/
+2
*
|
|
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2020-10-24
1
-5
/
+5
|
\
|
|
|
|
/
|
/
|
|
*
ring-buffer: Update the description for ring_buffer_wait
Qiujun Huang
2020-10-22
1
-1
/
+1
|
*
ring-buffer: Return 0 on success from ring_buffer_resize()
Qiujun Huang
2020-10-22
1
-4
/
+4
*
|
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2020-10-16
1
-1
/
+1
|
\
|
|
*
tracing: Remove __init from __trace_early_add_new_event()
Masami Hiramatsu
2020-10-16
1
-1
/
+1
*
|
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-16
1
-7
/
+165
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-13
1
-0
/
+6
|
|
\
\
|
|
*
|
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
Yonghong Song
2020-10-07
1
-0
/
+2
|
|
*
|
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
2020-10-03
1
-0
/
+2
|
|
*
|
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-10-03
1
-0
/
+2
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
2
-8
/
+8
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
2020-09-29
1
-0
/
+33
|
*
|
|
bpf: Add bpf_snprintf_btf helper
Alan Maguire
2020-09-29
1
-0
/
+65
|
*
|
|
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-28
1
-0
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-10
/
+13
|
|
\
\
\
|
|
*
|
|
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2020-09-22
1
-0
/
+8
|
|
*
|
|
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-22
1
-10
/
+5
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
5
-30
/
+31
|
|
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
2
-3
/
+3
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
1
-0
/
+2
|
*
|
|
|
|
bpf: Add d_path helper
Jiri Olsa
2020-08-26
1
-0
/
+48
*
|
|
|
|
|
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-10-16
22
-244
/
+735
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
tracing: support "bool" type in synthetic trace events
Axel Rasmussen
2020-10-15
1
-0
/
+4
|
*
|
|
|
|
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
2020-10-15
1
-3
/
+9
|
*
|
|
|
|
tracing: Add synthetic event error logging
Tom Zanussi
2020-10-15
1
-2
/
+90
|
*
|
|
|
|
tracing: Check that the synthetic event and field names are legal
Tom Zanussi
2020-10-15
1
-0
/
+9
|
*
|
|
|
|
tracing: Move is_good_name() from trace_probe.h to trace.h
Tom Zanussi
2020-10-15
2
-13
/
+13
|
*
|
|
|
|
tracing: Don't show dynamic string internals in synthetic event description
Tom Zanussi
2020-10-15
1
-1
/
+9
|
*
|
|
|
|
tracing: Fix some typos in comments
Qiujun Huang
2020-10-15
2
-6
/
+6
|
*
|
|
|
|
tracing/boot: Add ftrace.instance.*.alloc_snapshot option
Masami Hiramatsu
2020-10-15
1
-0
/
+6
|
*
|
|
|
|
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
2020-10-15
1
-0
/
+10
|
*
|
|
|
|
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
2020-10-15
1
-1
/
+1
|
*
|
|
|
|
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
2020-10-08
1
-1
/
+1
|
*
|
|
|
|
tracing: Remove a pointless assignment
Sudip Mukherjee
2020-10-08
1
-1
/
+0
[next]