index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
13 days
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
13 days
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
2026-03-10
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2026-03-06
bpf: collect only live registers in linked regs
Eduard Zingerman
2026-03-06
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
2026-03-06
bpf: drop kthread_exit from noreturn_deny
Christian Loehle
2026-02-27
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-13
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
2026-02-13
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
2026-01-30
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
2026-01-30
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
2026-01-28
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
2026-01-24
bpf: support fsession for bpf_session_cookie
Menglong Dong
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
2026-01-24
bpf: add fsession support
Menglong Dong
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
2026-01-20
bpf: Require ARG_PTR_TO_MEM with memory flag
Zesen Liu
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
2026-01-20
bpf: Remove __prog kfunc arg annotation
Ihor Solodrai
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-20
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
2026-01-20
bpf: Introduce struct bpf_kfunc_meta
Ihor Solodrai
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
2026-01-20
bpf/verifier: Optimize ID mapping reset in states_equal
Qiliang Yuan
2026-01-20
bpf: verifier: Make sync_linked_regs() scratch registers
Puranjay Mohan
2026-01-16
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
2026-01-14
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
[next]