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
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
2022-12-27
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2022-10-25
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-07-11
bpf: Fix 'dubious one-bit signed bitfield' warnings
Matthieu Baerts
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2022-06-14
bpf: Fix spelling in bpf_verifier.h
Hongyi Lu
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-03-30
bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXT
Martin KaFai Lau
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-10-05
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-10
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-05-03
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-12
bpf: Support pointers in global func args
Dmitrii Banshchikov
[next]