aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/trampoline.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-8/+36
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa1-0/+1
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa1-0/+271
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-1/+4
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa1-6/+6
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-58/+57
2026-06-07bpf: Add bpf_trampoline_add/remove_prog functionsJiri Olsa1-47/+61
2026-06-07bpf: Move trampoline image setup into bpf_trampoline_ops callbacksJiri Olsa1-28/+38
2026-06-07bpf: Add struct bpf_trampoline_ops objectJiri Olsa1-18/+41
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa1-24/+53
2026-04-27bpf: Remove obsolete WARN_ON callJiri Olsa1-1/+0
2026-03-03bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa1-30/+190
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa1-1/+2
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-11/+19
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-18/+14
2026-01-24bpf: add fsession supportMenglong Dong1-8/+45
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan1-4/+4
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong1-17/+58
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-6/+14
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov1-5/+0
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-5/+0
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong1-12/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-4/+6
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong1-18/+23
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai1-2/+7
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song1-0/+4
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang1-8/+39
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-11/+7
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney1-1/+1
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez1-1/+2
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-3/+5
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-7/+0
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-2/+2
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu1-21/+34
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+6
2023-12-06bpf: Add helpers for trampoline image managementSong Liu1-7/+39
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang1-2/+2
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior1-3/+2
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao1-7/+4
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-28/+0
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest1-6/+6
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest1-1/+1
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik1-28/+0
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4