aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)AuthorFilesLines
6 daysbpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa1-1/+3
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-13Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-3/+2
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt1-3/+2
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong1-13/+26
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong1-2/+2
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong1-3/+3
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong1-2/+8
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-3/+3
2026-01-16bpf: Add __force annotations to silence sparse warningsMykyta Yatsenko1-7/+7
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+1
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan1-2/+2
2025-12-10bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu1-1/+1
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong1-1/+1
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko1-23/+23
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa1-2/+7
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh1-183/+0
2025-09-15bpf...d_path(): constify path argumentAl Viro1-1/+1
2025-08-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang1-2/+1
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-2/+2
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen1-0/+27
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen1-0/+44
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-6/+4
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley1-1/+1
2025-05-23bpf: Fix error return value in bpf_copy_from_user_dynptrMykyta Yatsenko1-2/+6
2025-05-22bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen1-0/+2
2025-05-13bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko1-0/+194
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang1-37/+4
2025-04-23bpf: Streamline allowed helpers between tracing and base setsFeng Yang1-72/+0
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen1-0/+3
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+13
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-4/+10
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis1-0/+5
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+13
2025-02-26bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov1-3/+4
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra1-17/+4
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-25/+33
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-5/+23
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+6
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)1-2/+11
2025-01-08bpf: Return error for missed kprobe multi bpf program executionJiri Olsa1-1/+1
2025-01-08bpf: Move out synchronize_rcu_tasks_trace from mutex CSPu Lehui1-8/+13
2024-12-26bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabledMasami Hiramatsu (Google)1-13/+14