aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-1/+4
2020-03-04bpf: Refactor trampoline update codeKP Singh1-27/+35
2020-02-24bpf: 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-22bpf: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+17
2019-12-13bpf: Move trampoline JIT image allocation to a functionBjörn Töpel1-7/+17
2019-12-11bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov1-6/+58
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-4/+4
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+253