summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/trampoline.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-16/+4
|\
| * x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-16/+4
* | bpf: Cleanup commentsTom Rix2022-02-231-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-3/+3
|\ \ | |/ |/|
| * bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu2022-02-071-3/+3
* | bpf: Fix possible race in inc_misses_counterHe Fengqing2022-01-251-2/+3
|/
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+8
* bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2021-10-271-3/+3
* bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet2021-10-271-2/+4
* bpf: Introduce helper bpf_get_branch_snapshotSong Liu2021-09-131-1/+2
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-151-3/+9
* bpf: Fix spelling mistakesZhen Lei2021-05-241-1/+1
* bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-251-2/+2
* bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-261-0/+30
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-50/+168
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-2/+16
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-4/+19
* bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-14/+28
* bpf: Run sleepable programs with migration disabledAlexei Starovoitov2021-02-111-0/+2
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-1/+1
* 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