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 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
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-10-01
2
-8
/
+8
|
|
\
|
|
*
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+2
|
|
*
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+6
*
|
|
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 tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-09-22
4
-26
/
+28
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
tracing: fix double free
Tom Rix
2020-09-18
1
-1
/
+0
|
|
*
|
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-18
1
-2
/
+1
|
|
*
|
tracing: Make the space reserved for the pid wider
Sebastian Andrzej Siewior
2020-09-18
2
-25
/
+25
|
|
*
|
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
2020-09-18
1
-0
/
+1
|
|
*
|
ftrace: Free the trampoline when ftrace_startup() fails
Miroslav Benes
2020-09-18
1
-0
/
+2
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-09-20
1
-2
/
+1
|
|
\
\
\
|
|
*
|
|
ftrace: let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-19
1
-2
/
+1
|
|
|
/
/
|
*
/
/
lockdep: fix order in trace_hardirqs_off_caller()
Sven Schnelle
2020-09-14
1
-2
/
+2
|
|
/
/
*
|
/
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
2
-3
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-14
1
-1
/
+1
|
\
|
*
bpf: Remove inline from bpf_do_trace_printk
Stanislav Fomichev
2020-08-07
1
-1
/
+1
*
|
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-08-09
1
-2
/
+2
|
\
\
|
*
|
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
2020-08-09
1
-2
/
+2
*
|
|
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-08
8
-189
/
+653
|
\
\
\
|
*
|
|
tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...
Steven Rostedt (VMware)
2020-08-07
1
-0
/
+44
|
*
|
|
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
2020-08-05
2
-4
/
+4
|
*
|
|
tracing/uprobe: Remove dead code in trace_uprobe_register()
Peng Fan
2020-08-03
1
-1
/
+0
|
*
|
|
ftrace: Fix ftrace_trace_task return value
Josef Bacik
2020-08-03
2
-4
/
+6
|
*
|
|
trace : Have tracing buffer info use kvzalloc instead of kzalloc
Zhaoyang Huang
2020-08-03
1
-2
/
+2
|
*
|
|
tracing: Remove outdated comment in stack handling
Vincent Whitchurch
2020-07-31
1
-6
/
+0
|
*
|
|
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
2020-07-31
1
-0
/
+8
|
*
|
|
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
2020-07-31
1
-4
/
+7
|
*
|
|
tracing/hwlat: Honor the tracing_cpumask
Kevin Hao
2020-07-31
1
-2
/
+3
|
*
|
|
tracing/hwlat: Drop the duplicate assignment in start_kthread()
Kevin Hao
2020-07-31
1
-1
/
+0
|
*
|
|
tracing: Save one trace_event->type by using __TRACE_LAST_TYPE
Wei Yang
2020-07-10
1
-2
/
+2
|
*
|
|
tracing: Simplify defining of the next event id
Wei Yang
2020-07-10
1
-6
/
+6
|
*
|
|
ring-buffer: Do not trigger a WARN if clock going backwards is detected
Steven Rostedt (VMware)
2020-07-02
1
-3
/
+21
|
*
|
|
ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels
Steven Rostedt (VMware)
2020-07-02
1
-1
/
+9
|
*
|
|
ring-buffer: Move the add_timestamp into its own function
Steven Rostedt (VMware)
2020-07-02
1
-12
/
+20
|
*
|
|
ring-buffer: Consolidate add_timestamp to remove some branches
Steven Rostedt (VMware)
2020-07-02
1
-66
/
+73
|
*
|
|
ring-buffer: Mark the !tail (crossing a page) as unlikely
Steven Rostedt (VMware)
2020-06-30
1
-1
/
+1
[next]