summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-261-2/+2
* bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-271-0/+30
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-50/+168
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-2/+16
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-4/+19
* bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-14/+28
* bpf: Run sleepable programs with migration disabledAlexei Starovoitov2021-02-111-0/+2
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-1/+1
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-8/+4
* bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-291-1/+21
* bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2020-08-311-0/+1
* bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-3/+25
* bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-4/+13
* bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
* bpf: Remove bpf_image treeJiri Olsa2020-03-131-73/+10
* bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+28
* bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-1/+4
* bpf: Refactor trampoline update codeKP Singh2020-03-041-27/+35
* bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-251-4/+5
* bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa2020-01-251-8/+72
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-3/+38
* bpf: Fix trampoline usage in preemptAlexei Starovoitov2020-01-221-0/+10
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-7/+17
|\
| * bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-7/+17
* | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-121-6/+58
|/
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-251-4/+4
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+253