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
/
net
/
bpf
/
bpf_dummy_struct_ops.c
Age
Commit message (
Expand
)
Author
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
2024-04-25
bpf: check bpf_dummy_struct_ops program params for test runs
Eduard Zingerman
2024-04-25
bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable
Eduard Zingerman
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-01-25
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2021-11-01
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao