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
2026-04-08
bpf: Extract bpf_get_linfo_file_line
Kumar Kartikeya Dwivedi
2026-04-07
bpf: Allow overwriting referenced dynptr when refcnt > 1
Amery Hung
2026-04-07
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
2026-04-07
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
2026-04-07
bpf: Retire rcu_trace_implies_rcu_gp()
Kumar Kartikeya Dwivedi
2026-04-07
bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
Jiayuan Chen
2026-04-06
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
2026-04-06
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
2026-04-06
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
2026-04-05
bpf: Fix stale offload->prog pointer after constant blinding
MingTao Huang
2026-04-05
bpf: fix end-of-list detection in cgroup_storage_get_next_key()
Weiming Shi
2026-04-05
bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
Mykyta Yatsenko
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
2026-04-03
bpf: Do register range validation early
Alexei Starovoitov
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
2026-04-02
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
2026-04-02
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
2026-04-02
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
2026-04-02
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
2026-04-02
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
2026-04-02
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
2026-04-02
bpf: Migrate dynptr file to kmalloc_nolock
Mykyta Yatsenko
2026-04-02
bpf: Migrate bpf_task_work to kmalloc_nolock
Mykyta Yatsenko
2026-04-02
bpf: Fix abuse of kprobe_write_ctx via freplace
Leon Hwang
2026-03-31
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
2026-03-31
bpf: Fix block device hooks names
Jiri Olsa
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
2026-03-27
bpf: classify block device hooks appropriately
Christian Brauner
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
2026-03-24
bpf: Fix variable length stack write over spilled pointers
Alexei Starovoitov
2026-03-24
bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path
David Carlier
2026-03-24
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
Kexin Sun
2026-03-24
bpf: Support pointer param types via SCALAR_VALUE for trampolines
Slava Imameev
2026-03-24
bpf: Support 32-bit scalar spills in stacksafe()
Alexei Starovoitov
2026-03-24
bpf: Fix refcount check in check_struct_ops_btf_id()
Keisuke Nishimura
2026-03-24
bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
Weixie Cui
2026-03-24
bpf: Simplify tnum_step()
Hao Sun
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
2026-03-24
bpf: Remove inclusions of crypto/sha1.h
Eric Biggers
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
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 undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
[prev]
[next]