summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-241-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-111-6/+58
|/
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-4/+4
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+253