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