index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
1
-1
/
+1
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
1
-2
/
+2
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
8
-13
/
+958
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-36
/
+77
2021-08-19
tracing/probes: Reject events which have the same name of existing one
Masami Hiramatsu
4
-2
/
+36
2021-08-19
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
Steven Rostedt (VMware)
3
-5
/
+7
2021-08-19
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
4
-11
/
+31
2021-08-18
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2
-10
/
+2
2021-08-18
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
1
-0
/
+3
2021-08-18
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
4
-36
/
+31
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
8
-23
/
+80
2021-08-18
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
4
-6
/
+8
2021-08-17
Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-35
/
+15
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
3
-26
/
+26
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
1
-1
/
+34
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-3
/
+5
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
1
-1
/
+1
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-2
/
+2
2021-08-16
Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-1
/
+62
2021-08-16
tracing/boot: Show correct histogram error command
Masami Hiramatsu
1
-4
/
+10
2021-08-16
tracing/boot: Support multiple histograms for each event
Masami Hiramatsu
1
-9
/
+32
2021-08-16
tracing/boot: Support multiple handlers for per-event histogram
Masami Hiramatsu
1
-8
/
+35
2021-08-16
tracing/boot: Add per-event histogram action options
Masami Hiramatsu
1
-0
/
+231
2021-08-16
tracing: Simplify the Kconfig dependency of FTRACE
Masahiro Yamada
1
-5
/
+1
2021-08-16
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
1
-4
/
+42
2021-08-16
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
1
-18
/
+14
2021-08-16
tracing/histogram: Update the documentation for the buckets modifier
Steven Rostedt (VMware)
1
-0
/
+1
2021-08-16
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
1
-7
/
+58
2021-08-16
tracing/boot: Fix a hist trigger dependency for boot time tracing
Masami Hiramatsu
1
-6
/
+9
2021-08-16
tracing: Apply trace filters on all output channels
Pingfan Liu
2
-35
/
+15
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-12
tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS
Lukas Bulwahn
1
-0
/
+5
2021-08-12
trace/osnoise: Print a stop tracing message
Daniel Bristot de Oliveira
1
-1
/
+5
2021-08-12
trace/timerlat: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+19
2021-08-12
trace/osnoise: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+31
2021-08-10
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
1
-2
/
+3
2021-08-09
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
1
-4
/
+4
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+27
2021-08-05
tracing: Quiet smp_processor_id() use in preemptable warning in hwlat
Steven Rostedt (VMware)
1
-1
/
+1
2021-08-04
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
1
-1
/
+19
2021-08-04
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
1
-0
/
+4
2021-08-03
ftrace: Introduce ftrace_need_init_nop()
Ilya Leoshkevich
1
-2
/
+2
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+7
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-18
/
+51
2021-07-30
tracing: Fix NULL pointer dereference in start_creating
Kamal Agrawal
1
-1
/
+3
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
1
-5
/
+5
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
1
-3
/
+9
2021-07-26
printk: remove NMI tracking
John Ogness
1
-2
/
+0
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
1
-1
/
+6
[prev]
[next]