index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
trampoline.c
Age
Commit message (
Expand
)
Author
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2021-10-27
bpf: Fixes possible race in update_prog_stats() for 32bit arches
Eric Dumazet
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-07-15
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
2021-04-25
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
2021-03-26
bpf: Take module reference for trampoline in module
Jiri Olsa
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2021-02-11
bpf: Compute program stats for sleepable programs
Alexei Starovoitov
2021-02-11
bpf: Run sleepable programs with migration disabled
Alexei Starovoitov
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-13
bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()
Jules Irenge
2020-03-13
bpf: Remove bpf_image tree
Jiri Olsa
2020-03-13
bpf: Add trampolines to kallsyms
Jiri Olsa
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Refactor trampoline update code
KP Singh
2020-02-24
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
2020-01-25
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-22
bpf: Fix trampoline usage in preempt
Alexei Starovoitov
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-13
bpf: Move trampoline JIT image allocation to a function
Björn Töpel
2019-12-11
bpf: Make BPF trampoline use register_ftrace_direct() API
Alexei Starovoitov
2019-11-24
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov