index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
trampoline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
1
-0
/
+23
2022-09-27
bpf: Enforce W^X for bpf trampoline
Song Liu
1
-17
/
+5
2022-09-22
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
1
-13
/
+2
2022-09-01
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
1
-4
/
+4
2022-08-05
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
1
-1
/
+4
2022-07-30
bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-07-30
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
1
-1
/
+4
2022-07-30
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
1
-1
/
+1
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
1
-17
/
+141
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
1
-1
/
+1
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
1
-0
/
+3
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
1
-0
/
+1
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+198
2022-06-29
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
1
-30
/
+33
2022-05-12
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
1
-6
/
+12
2022-05-11
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
1
-2
/
+5
2022-05-11
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
1
-4
/
+16
2022-05-11
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
1
-32
/
+41
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+4
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-16
/
+4
2022-02-24
bpf: Cleanup comments
Tom Rix
1
-1
/
+1
2022-02-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-3
/
+3
2022-02-08
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
1
-3
/
+3
2022-01-26
bpf: Fix possible race in inc_misses_counter
He Fengqing
1
-2
/
+3
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+8
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
1
-3
/
+3
2021-10-27
bpf: Fixes possible race in update_prog_stats() for 32bit arches
Eric Dumazet
1
-2
/
+4
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
1
-1
/
+2
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-1
/
+1
2021-07-16
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
1
-3
/
+9
2021-05-25
bpf: Fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-04-26
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
1
-2
/
+2
2021-03-27
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-29
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
1
-1
/
+21
2020-09-01
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-05
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-1
/
+4
2020-03-05
bpf: Refactor trampoline update code
KP Singh
1
-27
/
+35
2020-02-25
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
1
-4
/
+5
[next]