summaryrefslogtreecommitdiff
path: root/kernel/bpf/trampoline.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08bpf: Fix possible race in inc_misses_counterHe Fengqing1-2/+3
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-3/+3
2021-11-18bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet1-2/+4
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-3/+9
2021-05-25bpf: Fix spelling mistakesZhen Lei1-1/+1
2021-04-26bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa1-2/+2
2021-03-27bpf: Take module reference for trampoline in moduleJiri Olsa1-0/+30
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov1-50/+168
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-2/+16
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-4/+19
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-14/+28
2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov1-0/+2
2021-02-11bpf: Optimize program statsAlexei Starovoitov1-1/+1
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-8/+4
2020-09-29bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen1-1/+21
2020-09-01bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov1-0/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-3/+25
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh1-4/+13
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge1-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa1-73/+10
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa1-0/+28
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh1-1/+4
2020-03-05bpf: Refactor trampoline update codeKP Singh1-27/+35
2020-02-25bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa1-8/+72
2020-01-23bpf: Introduce dynamic program extensionsAlexei Starovoitov1-3/+38
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov1-0/+10
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-3/+5
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+17
2019-12-14bpf: Move trampoline JIT image allocation to a functionBjörn Töpel1-7/+17
2019-12-12bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov1-6/+58
2019-11-25bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-4/+4
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+253