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-7.1.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-05-23
bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
Tejun Heo
2026-05-23
bpf: Add bpf_struct_ops_for_each_prog()
Tejun Heo
2026-05-23
bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
Tejun Heo
2026-05-23
bpf: Recover arena kernel faults with scratch page
Kumar Kartikeya Dwivedi
2026-05-21
bpf: add bpf_list_is_first/last/empty kfuncs
Kaitao Cheng
2026-05-21
bpf: Add bpf_list_add to insert node after a given list node
Kaitao Cheng
2026-05-21
bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
Kaitao Cheng
2026-05-21
bpf: Introduce the bpf_list_del kfunc.
Kaitao Cheng
2026-05-21
bpf: allow non-owning list-node args via __nonown_allowed
Kaitao Cheng
2026-05-21
bpf: clear list node owner and unlink before drop
Kaitao Cheng
2026-05-21
bpf: refactor __bpf_list_del to take list node pointer
Kaitao Cheng
2026-05-20
bpf: Reject NULL data/sig in bpf_verify_pkcs7_signature
KP Singh
2026-05-18
bpf: Check tail zero of bpf_common_attr using offsetofend
Leon Hwang
2026-05-17
bpf,x86: Fix exception unwinding with outgoing stack arguments
Yonghong Song
2026-05-17
bpf: Check global subprog exception paths
Kumar Kartikeya Dwivedi
2026-05-16
bpf: Clean up redundant stack arg checks for non-JITed programs
Yonghong Song
2026-05-16
bpf: Fix arg_track_join log to use sa prefix for stack arg slots
Yonghong Song
2026-05-16
bpf: Validate outgoing stack args when btf_prepare_func_args fails
Yonghong Song
2026-05-15
bpf: make bpf_session_is_return() reference optional
Arnd Bergmann
2026-05-14
bpf: Use array_map_meta_equal for percpu array inner map replacement
Guannan Wang
2026-05-13
bpf: Report maximum combined stack depth
Paul Chaignon
2026-05-13
bpf,x86: Implement JIT support for stack arguments
Yonghong Song
2026-05-13
bpf: Disable private stack for x86_64 if stack arguments used
Yonghong Song
2026-05-13
bpf: Reject stack arguments if tail call reachable
Yonghong Song
2026-05-13
bpf: Support stack arguments for kfunc calls
Yonghong Song
2026-05-13
bpf: Enable r11 based insns
Yonghong Song
2026-05-13
bpf: Prepare architecture JIT support for stack arguments
Yonghong Song
2026-05-13
bpf: Reject stack arguments in non-JITed programs
Yonghong Song
2026-05-13
bpf: Extend liveness analysis to track stack argument slots
Yonghong Song
2026-05-13
bpf: Use arg_is_fp() in has_fp_args()
Yonghong Song
2026-05-13
bpf: Refactor record_call_access() to extract per-arg logic
Yonghong Song
2026-05-13
bpf: Add precision marking and backtracking for stack argument slots
Yonghong Song
2026-05-13
bpf: Refactor jmp history to use dedicated spi/frame fields
Yonghong Song
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
2026-05-13
bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
Yonghong Song
2026-05-13
bpf: Remove copy_register_state wrapper function
Yonghong Song
2026-05-12
bpf: Add syscall common attributes support for map_create
Leon Hwang
2026-05-12
bpf: Add syscall common attributes support for btf_load
Leon Hwang
2026-05-12
bpf: Add syscall common attributes support for prog_load
Leon Hwang
2026-05-12
bpf: Refactor reporting log_true_size for prog_load
Leon Hwang
2026-05-12
bpf: Extend BPF syscall with common attributes support
Leon Hwang
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
2026-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3
Alexei Starovoitov
2026-05-09
bpf: Fix off-by-one boundary validation in arena direct-value access
Junyoung Jang
2026-05-09
bpf: Don't run arg-tracking analysis twice on main subprog
Paul Chaignon
2026-04-30
bpf: Print breakdown of insns processed by subprogs
Paul Chaignon
2026-04-27
bpf: Remove obsolete WARN_ON call
Jiri Olsa
2026-04-27
bpf: Export cnum_umin/umax() helpers for netronome driver
Alan Maguire
2026-04-27
bpf: range_within() must check cnum ranges instead of min/max pairs
Eduard Zingerman
[prev]
[next]