index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
tracing: Add boot-time backup of persistent ring buffer
Masami Hiramatsu (Google)
2
-6
/
+58
2025-11-26
ftrace: Allow tracing of some of the tracing code
Steven Rostedt
2
-0
/
+31
2025-11-26
tracing: Use strim() in trigger_process_regex() instead of skip_spaces()
Steven Rostedt
1
-3
/
+2
2025-11-26
tracing: Add bulk garbage collection of freeing event_trigger_data
Steven Rostedt
2
-3
/
+54
2025-11-26
tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()
Steven Rostedt
1
-4
/
+0
2025-11-26
tracing: Merge struct event_trigger_ops into struct event_command
Steven Rostedt
4
-202
/
+151
2025-11-26
tracing: Remove get_trigger_ops() and add count_func() from trigger ops
Steven Rostedt
4
-235
/
+116
2025-11-26
tracing: Show the tracer options in boot-time created instance
Masami Hiramatsu (Google)
1
-3
/
+6
2025-11-26
ftrace: Avoid redundant initialization in register_ftrace_direct
Menglong Dong
1
-1
/
+1
2025-11-26
tracing: Remove unused variable in tracing_trace_options_show()
Steven Rostedt
1
-3
/
+0
2025-11-26
fgraph: Make fgraph_no_sleep_time signed
Steven Rostedt
2
-2
/
+2
2025-11-25
tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
Deepanshu Kartikey
1
-0
/
+10
2025-11-24
ftrace: Introduce FTRACE_OPS_FL_JMP
Menglong Dong
2
-1
/
+28
2025-11-19
tracing: Switch to use %ptSp
Andy Shevchenko
1
-3
/
+3
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
4
-18
/
+59
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-15
/
+45
2025-11-14
tracing: Convert function graph set_flags() to use a switch() statement
Steven Rostedt
1
-5
/
+7
2025-11-14
tracing: Have function graph tracer option sleep-time be per instance
Steven Rostedt
4
-23
/
+60
2025-11-14
tracing: Move graph-time out of function graph options
Steven Rostedt
3
-14
/
+23
2025-11-14
tracing: Have function graph tracer option funcgraph-irqs be per instance
Steven Rostedt
1
-10
/
+31
2025-11-13
trace/pid_list: optimize pid_list->lock contention
Yongliang Gao
2
-9
/
+22
2025-11-13
tracing: Have function graph tracer define options per instance
Steven Rostedt
1
-7
/
+11
2025-11-12
tracing: Have function tracer define options per instance
Steven Rostedt
1
-5
/
+5
2025-11-12
tracing: Have tracer option be instance specific
Steven Rostedt
2
-74
/
+186
2025-11-11
tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Menglong Dong
1
-10
/
+22
2025-11-11
tracing: fprobe: optimization for entry only case
Menglong Dong
1
-9
/
+119
2025-11-11
tracing: fprobe: Fix to init fprobe_ip_table earlier
Masami Hiramatsu (Google)
1
-1
/
+1
2025-11-11
rv: Add explicit lockdep context for reactors
Thomas Weißschuh
1
-0
/
+4
2025-11-11
rv: Make rv_reacting_on() static
Thomas Weißschuh
1
-1
/
+1
2025-11-11
rv: Pass va_list to reactors
Thomas Weißschuh
3
-11
/
+17
2025-11-10
tracing: Report wrong dynamic event command
Masami Hiramatsu (Google)
1
-2
/
+9
2025-11-10
tracing: Use switch statement instead of ifs in set_tracer_flag()
Steven Rostedt
1
-15
/
+23
2025-11-10
tracing: Exit out immediately after update_marker_trace()
Steven Rostedt
1
-1
/
+4
2025-11-10
tracing: Have add_tracer_options() error pass up to callers
Steven Rostedt
1
-21
/
+34
2025-11-10
tracing: Remove dummy options and flags
Steven Rostedt
1
-32
/
+16
2025-11-10
tracing: Hide __NR_utimensat and _NR_mq_timedsend when not defined
Steven Rostedt
1
-0
/
+4
2025-11-07
Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+8
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
1
-2
/
+4
2025-11-06
ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up
Steven Rostedt
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
1
-1
/
+2
2025-11-05
trace: use override credential guard
Christian Brauner
1
-12
/
+5
2025-11-05
trace: use prepare credential guard
Christian Brauner
1
-4
/
+1
2025-11-04
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...
Steven Rostedt
15
-154
/
+197
2025-11-04
tracing: Add an option to show symbols in _text+offset for function profiler
Masami Hiramatsu (Google)
3
-4
/
+38
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
14
-150
/
+159
2025-11-03
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
Song Liu
1
-9
/
+31
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
1
-6
/
+14
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
2
-6
/
+7
2025-11-03
blktrace: add support for REQ_OP_WRITE_ZEROES tracing
Chaitanya Kulkarni
1
-1
/
+12
[prev]
[next]