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
/
verifier.c
Age
Commit message (
Expand
)
Author
2023-10-19
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
2023-10-19
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-19
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-16
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-10-16
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-11
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
2023-10-09
bpf: Fix verifier log for async callback return values
David Vernet
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-09-21
bpf: Disable zero-extension for BPF_MEMSX
Ilya Leoshkevich
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
2023-09-19
bpf: Remove unused variables.
Alexei Starovoitov
2023-09-16
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-08
bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
Yonghong Song
2023-09-08
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
2023-09-08
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2023-08-25
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2023-08-25
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
2023-08-07
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
2023-07-27
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
[prev]
[next]