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
Age
Commit message (
Expand
)
Author
11 days
bpf: Fix off-by-one boundary validation in arena direct-value access
Junyoung Jang
11 days
bpf: Don't run arg-tracking analysis twice on main subprog
Paul Chaignon
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2026-04-17
bpf: Dissociate struct_ops program with map if map_update fails
Amery Hung
2026-04-17
bpf: Validate node_id in arena_alloc_pages()
Puranjay Mohan
2026-04-16
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
2026-04-16
bpf: Fix NULL deref in map_kptr_match_type for scalar regs
Mykyta Yatsenko
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
2026-04-15
bpf: copy BPF token from main program to subprograms
Eduard Zingerman
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-15
bpf: Fix use-after-free in arena_vm_close on fork
Alexei Starovoitov
2026-04-15
bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
2026-04-12
bpf: Fix OOB in pcpu_init_value
Lang Xu
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
2026-04-11
bpf: Simplify do_check_insn()
Alexei Starovoitov
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
2026-04-11
bpf: Delete unused variable
Alexei Starovoitov
2026-04-10
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
2026-04-10
bpf: Use kmalloc_nolock() universally in local storage
Amery Hung
2026-04-10
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
2026-04-10
bpf: poison dead stack slots
Alexei Starovoitov
2026-04-10
bpf: change logging scheme for live stack analysis
Eduard Zingerman
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
2026-04-10
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
2026-04-10
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
2026-04-10
bpf: share several utility functions as internal API
Eduard Zingerman
2026-04-10
bpf: Fix RCU stall in bpf_fd_array_map_clear()
Sechang Lim
2026-04-10
bpf: return VMA snapshot from task_vma iterator
Puranjay Mohan
2026-04-10
bpf: switch task_vma iterator from mmap_lock to per-VMA locks
Puranjay Mohan
2026-04-10
bpf: fix mm lifecycle in open-coded task_vma iterator
Puranjay Mohan
2026-04-09
bpf: Fix use-after-free in offloaded map/prog info fill
Jiayuan Chen
2026-04-09
bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
Daniel Borkmann
2026-04-08
bpf: Remove static qualifier from local subprog pointer
Daniel Borkmann
2026-04-08
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
2026-04-08
bpf: Propagate error from visit_tailcall_insn
Daniel Borkmann
2026-04-08
bpf: Make find_linfo widely available
Kumar Kartikeya Dwivedi
[next]