开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
trampoline.c
Age
Commit message (
Expand
)
Author
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 bpf_trampoline_multi_attach/detach functions
Jiri Olsa
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
2026-06-07
bpf: Factor fsession link to use struct bpf_tramp_node
Jiri Olsa
2026-06-07
bpf: Add struct bpf_tramp_node object
Jiri Olsa
2026-06-07
bpf: Add bpf_trampoline_add/remove_prog functions
Jiri Olsa
2026-06-07
bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
Jiri Olsa
2026-06-07
bpf: Add struct bpf_trampoline_ops object
Jiri Olsa
2026-06-07
bpf: Use mutex lock pool for bpf trampolines
Jiri Olsa
2026-04-27
bpf: Remove obsolete WARN_ON call
Jiri Olsa
2026-03-03
bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
Lang Xu
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-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
2026-01-24
bpf: add fsession support
Menglong Dong
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
2025-11-24
bpf: implement "jmp" mode for trampoline
Menglong Dong
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
2025-11-14
bpf: Handle return value of ftrace_set_filter_ip in register_fentry
Menglong Dong
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for trampoline.c
Menglong Dong
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
2025-06-23
bpf: Make update_prog_stats() always_inline
Menglong Dong
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-04-12
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
2024-03-18
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2023-05-15
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
[next]