summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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