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
*
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-10-01
1
-1
/
+1
*
kprobes: Use bool type for functions which returns boolean value
Masami Hiramatsu
2021-10-01
1
-1
/
+1
*
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
2021-09-24
1
-0
/
+8
*
Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-11
1
-19
/
+18
|
\
|
*
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
2021-09-10
1
-12
/
+12
|
*
tracing/boot: Fix to check the histogram control param is a leaf node
Masami Hiramatsu
2021-09-10
1
-3
/
+3
|
*
tracing/boot: Fix trace_boot_hist_add_array() to check array is value
Masami Hiramatsu
2021-09-10
1
-4
/
+3
*
|
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-09
8
-21
/
+50
|
\
|
|
*
tracing/boot: Fix to loop on only subkeys
Masami Hiramatsu
2021-09-08
1
-3
/
+3
|
*
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
2021-09-08
1
-2
/
+12
|
*
tracing: synth events: increase max fields count
Artem Bityutskiy
2021-09-08
1
-1
/
+1
|
*
tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()
Qiang.Zhang
2021-09-08
1
-3
/
+3
|
*
tracing: Fix some alloc_event_probe() error handling bugs
Dan Carpenter
2021-09-08
1
-2
/
+3
|
*
tracing: Add migrate-disabled counter to tracing output.
Thomas Gleixner
2021-09-04
3
-10
/
+28
*
|
Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2021-09-07
1
-3
/
+9
|
\
\
|
*
|
kdb: Rename members of struct kdbtab_t
Sumit Garg
2021-07-27
1
-5
/
+5
|
*
|
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
2021-07-27
1
-3
/
+9
*
|
|
Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-09-05
21
-172
/
+1594
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
2021-08-20
8
-13
/
+958
|
*
|
tracing/probes: Reject events which have the same name of existing one
Masami Hiramatsu
2021-08-19
4
-2
/
+36
|
*
|
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
Steven Rostedt (VMware)
2021-08-19
3
-5
/
+7
|
*
|
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
2021-08-19
4
-11
/
+31
|
*
|
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2021-08-19
2
-10
/
+2
|
*
|
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
2021-08-19
1
-0
/
+3
|
*
|
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
2021-08-19
4
-36
/
+31
|
*
|
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-19
8
-23
/
+80
|
*
|
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-08-19
4
-6
/
+8
|
*
|
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-17
3
-26
/
+26
|
*
|
tracing/boot: Show correct histogram error command
Masami Hiramatsu
2021-08-16
1
-4
/
+10
|
*
|
tracing/boot: Support multiple histograms for each event
Masami Hiramatsu
2021-08-16
1
-9
/
+32
|
*
|
tracing/boot: Support multiple handlers for per-event histogram
Masami Hiramatsu
2021-08-16
1
-8
/
+35
|
*
|
tracing/boot: Add per-event histogram action options
Masami Hiramatsu
2021-08-16
1
-0
/
+231
|
*
|
tracing: Simplify the Kconfig dependency of FTRACE
Masahiro Yamada
2021-08-16
1
-5
/
+1
|
*
|
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
1
-4
/
+42
|
*
|
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
1
-18
/
+14
|
*
|
tracing/histogram: Update the documentation for the buckets modifier
Steven Rostedt (VMware)
2021-08-16
1
-0
/
+1
|
*
|
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-16
1
-7
/
+58
|
*
|
tracing/boot: Fix a hist trigger dependency for boot time tracing
Masami Hiramatsu
2021-08-16
1
-6
/
+9
*
|
|
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
1
-2
/
+0
|
\
\
\
|
*
\
\
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
2021-08-30
1
-2
/
+0
|
|
\
\
\
|
|
*
|
|
printk: remove NMI tracking
John Ogness
2021-07-26
1
-2
/
+0
*
|
|
|
|
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-09-01
1
-12
/
+100
|
\
\
\
\
\
|
*
\
\
\
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-31
1
-10
/
+62
|
|
\
\
\
\
\
|
|
*
|
|
|
|
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2021-08-26
1
-2
/
+0
|
|
*
|
|
|
|
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
1
-0
/
+19
|
|
*
|
|
|
|
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2021-08-25
1
-1
/
+1
|
|
*
|
|
|
|
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-08-25
1
-2
/
+2
|
|
*
|
|
|
|
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2021-08-17
1
-1
/
+34
|
|
*
|
|
|
|
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
1
-3
/
+5
|
|
*
|
|
|
|
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2021-08-17
1
-1
/
+1
[next]