index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_probe.c
Age
Commit message (
Expand
)
Author
5 days
tracing/probes: Fix use-after-free on field name/type of events with multiple...
Henry Martin
5 days
tracing/probes: Fix code indent in get_bitoffset_of_field()
Masami Hiramatsu (Google)
5 days
tracing/probes: Fix BTF kflag check for anonymous struct member access
Masami Hiramatsu (Google)
2026-08-20
Merge tag 'probes-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2026-07-28
tracing/probes: Reject $arg0 in meta argument expansion
Raushan Patel
2026-07-21
tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Remove unused parameter from parse_probe_var_retval()
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
Masami Hiramatsu (Google)
2026-07-21
tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Eliminate recursion in parse_probe_arg()
Masami Hiramatsu
2026-07-14
tracing/probes: Refactor parse_probe_arg()
Masami Hiramatsu
2026-07-14
tracing/probes: Refactor parse_probe_vars()
Masami Hiramatsu
2026-07-14
tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Type casting always involves nested calls
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
2026-07-14
tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: Support dumping fetcharg program for debugging dynamic events
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: Allow eprobe to use variable without $ prefix
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: ignore id update from btf_type_skip_modifiers
Martin Kaiser
2026-07-02
tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTR
Masami Hiramatsu (Google)
2026-07-02
tracing/probes: make file offset error message probe-agnostic
Yudistira Putra
2026-06-30
tracing/probes: Make the $ prefix mandatory for comm access
Masami Hiramatsu (Google)
2026-06-30
tracing/probes: Fix double addition of offset for @+FOFFSET
Masami Hiramatsu (Google)
2026-06-30
tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg
Masami Hiramatsu (Google)
2026-06-02
tracing/eprobes: Allow use of BTF names to dereference pointers
Steven Rostedt
2026-06-01
tracing: Use flexible array for entry fetch code
Rosen Penev
2026-05-30
tracing/probes: Point the error offset correctly for eprobe argument error
Masami Hiramatsu (Google)
2026-04-29
tracing/probes: Limit size of event probe to 3K
Steven Rostedt
2026-04-06
tracing/probe: reject non-closed empty immediate strings
Pengpeng Hou
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-06
Merge tag 'trace-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-12-05
tracing: Fix typo in trace_probe.c
Maurice Hieronymus
2025-11-01
tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
Thorsten Blum
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
2025-07-30
Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2025-07-24
tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()
Masami Hiramatsu (Google)
2025-07-24
tracing: probes: Sort #include alphabetically
Masami Hiramatsu (Google)
2025-07-16
tracing/probes: Avoid using params uninitialized in parse_btf_arg()
Nathan Chancellor
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
2025-05-13
tracing: probes: Fix a possible race in trace_probe_log APIs
Masami Hiramatsu (Google)
2025-03-27
tracing: probe-events: Add comments about entry data storing code
Masami Hiramatsu (Google)
2025-01-10
tracing: Use __free() in trace_probe for cleanup
Masami Hiramatsu (Google)
2024-10-23
tracing: Consider the NULL character when validating the event length
Leo Yan
[next]