summaryrefslogtreecommitdiff
path: root/kernel/bpf/trampoline.c
AgeCommit message (Expand)Author
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa
2026-06-07bpf: Add bpf_trampoline_add/remove_prog functionsJiri Olsa
2026-06-07bpf: Move trampoline image setup into bpf_trampoline_ops callbacksJiri Olsa
2026-06-07bpf: Add struct bpf_trampoline_ops objectJiri Olsa
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa
2026-04-27bpf: Remove obsolete WARN_ON callJiri Olsa
2026-03-03bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
2026-01-24bpf: add fsession supportMenglong Dong
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang