index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
8 days
bpf: Add missing access_ok call to copy_user_syms
Jiri Olsa
2026-06-14
bpf: Add support to specify uprobe_multi target via file descriptor
Jiri Olsa
2026-06-14
bpf: Use user_path_at for path resolution in uprobe_multi
Jiri Olsa
2026-06-14
bpf: Guard __get_user acesss with access_ok for uprobe_multi data
Jiri Olsa
2026-06-07
bpf: Add support for tracing_multi link fdinfo
Jiri Olsa
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
2026-06-07
bpf: Add support for tracing_multi link cookies
Jiri Olsa
2026-06-07
bpf: Add support for tracing multi link
Jiri Olsa
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
2026-05-11
fprobe: Fix unregister_fprobe() to wait for RCU grace period
Masami Hiramatsu (Google)
2026-04-22
bpf: Add sleepable support for classic tracepoint programs
Mykyta Yatsenko
2026-04-22
bpf: Add sleepable support for raw tracepoint programs
Mykyta Yatsenko
2026-04-19
bpf: Refactor dynptr mutability tracking
Amery Hung
2026-04-02
bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
2026-02-26
bpf: Fix kprobe_multi cookies access in show_fdinfo callback
Jiri Olsa
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
2026-02-13
Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-01-30
bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
Steven Rostedt
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
2026-01-16
bpf: Add __force annotations to silence sparse warnings
Mykyta Yatsenko
2026-01-15
arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
Jiri Olsa
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
2025-12-10
bpf: Fix verifier assumptions of bpf_d_path's output buffer
Shuran Liu
2025-11-29
bpf: make kprobe_multi_link_prog_run always_inline
Menglong Dong
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
2025-09-15
bpf...d_path(): constify path argument
Al Viro
2025-08-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
2025-06-17
bpf: Fix key serial argument of bpf_lookup_user_key()
James Bottomley
2025-05-23
bpf: Fix error return value in bpf_copy_from_user_dynptr
Mykyta Yatsenko
2025-05-22
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
2025-05-13
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
2025-04-23
bpf: Streamline allowed helpers between tracing and base sets
Feng Yang
2025-04-09
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
2025-04-09
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
[next]