Age | Commit message (Expand) | Author | Files | Lines |
2021-04-25 | bpf: Allow trampoline re-attach for tracing and lsm programs | Jiri Olsa | 1 | -2/+2 |
2021-03-26 | bpf: Take module reference for trampoline in module | Jiri Olsa | 1 | -0/+30 |
2021-03-18 | bpf: Fix fexit trampoline. | Alexei Starovoitov | 1 | -50/+168 |
2021-02-11 | bpf: Count the number of times recursion was prevented | Alexei Starovoitov | 1 | -2/+16 |
2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 1 | -4/+19 |
2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov | 1 | -14/+28 |
2021-02-11 | bpf: Run sleepable programs with migration disabled | Alexei Starovoitov | 1 | -0/+2 |
2021-02-11 | bpf: Optimize program stats | Alexei Starovoitov | 1 | -1/+1 |
2020-09-29 | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach | Toke Høiland-Jørgensen | 1 | -8/+4 |
2020-09-28 | bpf: verifier: refactor check_attach_btf_id() | Toke Høiland-Jørgensen | 1 | -1/+21 |
2020-08-31 | bpf: Remove bpf_lsm_file_mprotect from sleepable list. | Alexei Starovoitov | 1 | -0/+1 |
2020-08-28 | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 1 | -3/+25 |
2020-03-30 | bpf: lsm: Implement attach, detach and execution | KP Singh | 1 | -4/+13 |
2020-03-13 | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit() | Jules Irenge | 1 | -0/+2 |
2020-03-13 | bpf: Remove bpf_image tree | Jiri Olsa | 1 | -73/+10 |
2020-03-13 | bpf: Add trampolines to kallsyms | Jiri Olsa | 1 | -0/+28 |
2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 1 | -1/+4 |
2020-03-04 | bpf: Refactor trampoline update code | KP Singh | 1 | -27/+35 |
2020-02-24 | bpf: Use migrate_disable/enabe() in trampoline code. | David Miller | 1 | -4/+5 |
2020-01-25 | bpf: Allow to resolve bpf trampoline and dispatcher in unwind | Jiri Olsa | 1 | -8/+72 |
2020-01-22 | bpf: Introduce dynamic program extensions | Alexei Starovoitov | 1 | -3/+38 |
2020-01-22 | bpf: Fix trampoline usage in preempt | Alexei Starovoitov | 1 | -0/+10 |
2020-01-09 | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 1 | -3/+5 |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -7/+17 |
2019-12-13 | bpf: Move trampoline JIT image allocation to a function | Björn Töpel | 1 | -7/+17 |
2019-12-11 | bpf: Make BPF trampoline use register_ftrace_direct() API | Alexei Starovoitov | 1 | -6/+58 |
2019-11-24 | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann | 1 | -4/+4 |
2019-11-15 | bpf: Introduce BPF trampoline | Alexei Starovoitov | 1 | -0/+253 |