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
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-22
bpf: Fix out-of-bounds read in check_atomic_load/store()
Kohei Enju
2025-03-20
bpf: Add struct_ops context information to struct bpf_prog_aux
Juntong Deng
2025-03-19
bpf: Maintain FIFO property for rqspinlock unlock
Kumar Kartikeya Dwivedi
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
2025-03-18
bpf: clarify a misleading verifier error message
Andrea Terzolo
2025-03-18
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
2025-03-15
bpf: use register liveness information for func_states_equal
Eduard Zingerman
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
2025-03-15
bpf: get_call_summary() utility function
Eduard Zingerman
2025-03-15
bpf: jmp_offset() and verbose_insn() utility functions
Eduard Zingerman
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
2025-03-15
bpf: Factor out check_load_mem() and check_store_reg()
Peilin Ye
2025-03-15
bpf: Factor out check_atomic_rmw()
Peilin Ye
2025-03-15
bpf: Factor out atomic_ptr_type_ok()
Peilin Ye
2025-03-15
bpf: Summarize sleepable global subprogs
Kumar Kartikeya Dwivedi
2025-03-04
x86/smp: Move cpu number to percpu hot section
Brian Gerst
2025-03-04
Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits
Ingo Molnar
2025-02-27
x86/bpf: Fix BPF percpu accesses
Brian Gerst
2025-02-25
bpf: Search and add kfuncs in struct_ops prologue and epilogue
Amery Hung
2025-02-25
bpf: abort verification if env->cur_state->loop_entry != NULL
Eduard Zingerman
2025-02-23
bpf: Refactor check_ctx_access()
Amery Hung
2025-02-20
bpf: Do not allow tail call in strcut_ops program with __ref argument
Amery Hung
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
2025-02-18
bpf: fix env->peak_states computation
Eduard Zingerman
2025-02-18
bpf: free verifier states when they are no longer referenced
Eduard Zingerman
2025-02-18
bpf: use list_head to track explored states and free list
Eduard Zingerman
2025-02-18
bpf: do not update state->loop_entry in get_loop_entry()
Eduard Zingerman
2025-02-18
bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariant
Eduard Zingerman
2025-02-18
bpf: detect infinite loop in get_loop_entry()
Eduard Zingerman
2025-02-18
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
2025-02-18
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman
2025-02-17
bpf: Allow struct_ops prog to return referenced kptr
Amery Hung
2025-02-17
bpf: Support getting referenced kptr from struct_ops argument
Amery Hung
2025-02-17
bpf: Make every prog keep a copy of ctx_arg_info
Amery Hung
2025-02-14
bpf: Fix array bounds error with may_goto
Jiayuan Chen
2025-02-13
bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
Song Liu
2025-02-07
bpf: Handle allocation failure in acquire_lock_state
Kumar Kartikeya Dwivedi
2025-02-07
bpf: verifier: Disambiguate get_constant_map_key() errors
Daniel Xu
2025-02-07
bpf: verifier: Do not extract constant map keys for irrelevant maps
Daniel Xu
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-01-20
bpf: Remove 'may_goto 0' instruction in opt_remove_nops()
Yonghong Song
2025-01-20
bpf: Allow 'may_goto 0' instruction in verifier
Yonghong Song
2025-01-16
bpf: verifier: Support eliding map lookup nullness
Daniel Xu
2025-01-16
bpf: verifier: Refactor helper access type tracking
Daniel Xu
2025-01-16
bpf: verifier: Add missing newline on verbose() call
Daniel Xu
2025-01-06
bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
Emil Tsalapatis
[next]