index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
trampoline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
bpf: Make bpf_trampoline_multi_detach return void
Hui Zhu
1
-2
/
+2
2026-08-13
bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
Hui Zhu
1
-1
/
+11
2026-08-08
bpf: Support __arena and __arena__nullable on struct_ops arguments
Tejun Heo
1
-0
/
+37
2026-07-30
bpf: Log error code on trampoline unlink failure
Xu Xin
1
-4
/
+8
2026-07-24
bpf: Fix WARNING in bpf_tracing_link_release
Leon Hwang
1
-0
/
+7
2026-07-12
bpf: Mark tracing_multi trampolines as ftrace managed
Leon Hwang
1
-0
/
+1
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
1
-8
/
+36
2026-06-07
bpf: Add support for tracing_multi link cookies
Jiri Olsa
1
-0
/
+1
2026-06-07
bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
1
-0
/
+271
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
1
-1
/
+4
2026-06-07
bpf: Factor fsession link to use struct bpf_tramp_node
Jiri Olsa
1
-6
/
+6
2026-06-07
bpf: Add struct bpf_tramp_node object
Jiri Olsa
1
-58
/
+57
2026-06-07
bpf: Add bpf_trampoline_add/remove_prog functions
Jiri Olsa
1
-47
/
+61
2026-06-07
bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
Jiri Olsa
1
-28
/
+38
2026-06-07
bpf: Add struct bpf_trampoline_ops object
Jiri Olsa
1
-18
/
+41
2026-06-07
bpf: Use mutex lock pool for bpf trampolines
Jiri Olsa
1
-24
/
+53
2026-04-27
bpf: Remove obsolete WARN_ON call
Jiri Olsa
1
-1
/
+0
2026-03-03
bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
Lang Xu
1
-3
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
1
-30
/
+190
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
1
-1
/
+2
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
1
-11
/
+19
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
1
-18
/
+14
2026-01-24
bpf: add fsession support
Menglong Dong
1
-8
/
+45
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
1
-4
/
+4
2025-11-24
bpf: implement "jmp" mode for trampoline
Menglong Dong
1
-17
/
+58
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
1
-6
/
+14
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
1
-5
/
+0
2025-11-14
bpf: Handle return value of ftrace_set_filter_ip in register_fentry
Menglong Dong
1
-1
/
+3
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
1
-5
/
+0
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for trampoline.c
Menglong Dong
1
-12
/
+6
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-4
/
+6
2025-06-23
bpf: Make update_prog_stats() always_inline
Menglong Dong
1
-17
/
+22
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
1
-2
/
+7
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
1
-0
/
+4
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-8
/
+39
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-11
/
+7
2024-04-12
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
1
-1
/
+1
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
1
-1
/
+2
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
1
-3
/
+5
2024-03-18
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
1
-7
/
+0
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-2
/
+2
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
1
-21
/
+34
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
1
-0
/
+6
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
1
-7
/
+39
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
1
-2
/
+2
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
1
-2
/
+2
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
1
-3
/
+2
2023-05-15
bpf: Fix memleak due to fentry attach failure
Yafang Shao
1
-6
/
+15
[next]