summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c
AgeCommit message (Expand)AuthorLines
2026-03-03bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu-3/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa-30/+190
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa-1/+2
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa-11/+19
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa-18/+14
2026-01-24bpf: add fsession supportMenglong Dong-8/+45
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan-4/+4
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong-17/+58
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong-6/+14
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-5/+0
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong-1/+3
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu-5/+0
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong-12/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-4/+6
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong-18/+23
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai-2/+7
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song-0/+4
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang-8/+39
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-11/+7
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-1/+1
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez-1/+2
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy-3/+5
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy-7/+0
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko-2/+2
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu-21/+34
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu-0/+6
2023-12-06bpf: Add helpers for trampoline image managementSong Liu-7/+39
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu-2/+2
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang-2/+2
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior-3/+2
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao-7/+4
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-28/+0
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest-6/+6
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest-1/+1
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik-28/+0
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang-0/+4
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-2/+1
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau-13/+67
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau-0/+23
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu-17/+5
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa-13/+2
2022-09-01bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao-4/+4
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa-1/+4
2022-07-29bpf: Remove unneeded semicolonYang Li-1/+1
2022-07-29bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai-1/+4
2022-07-29bpf: Fix test_progs -j error with fentry/fexit testsSong Liu-1/+1