index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
25 hours
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
1
-3
/
+24
25 hours
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
25 hours
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
10 days
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-0
/
+24
10 days
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
10 days
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
1
-8
/
+14
10 days
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-1
/
+2
10 days
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
10 days
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
1
-0
/
+21
10 days
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
1
-0
/
+7
2026-03-19
bpf: drop kthread_exit from noreturn_deny
Christian Loehle
1
-1
/
+0
2026-03-12
bpf: collect only live registers in linked regs
Eduard Zingerman
1
-3
/
+10
2026-03-12
bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
Lang Xu
1
-3
/
+1
2026-03-12
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
1
-0
/
+30
2026-03-12
bpf: Introduce tnum_step to step through tnum's members
Harishankar Vishwanathan
1
-0
/
+56
2026-03-12
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2
-3
/
+73
2026-03-12
bpf: Fix race in devmap on PREEMPT_RT
Jiayuan Chen
1
-4
/
+21
2026-03-12
bpf: Fix race in cpumap on PREEMPT_RT
Jiayuan Chen
1
-2
/
+15
2026-03-12
bpf: Fix stack-out-of-bounds write in devmap
Kohei Enju
1
-5
/
+17
2026-03-04
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
1
-0
/
+6
2026-03-04
bpf: Recognize special arithmetic shift in the verifier
Alexei Starovoitov
1
-0
/
+39
2026-03-04
bpf: crypto: Use the correct destructor kfunc type
Sami Tolvanen
1
-1
/
+7
2026-03-04
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
1
-11
/
+7
2026-02-26
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
1
-2
/
+4
2026-02-26
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
1
-26
/
+26
2026-02-26
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
1
-2
/
+2
2026-02-26
bpf: Require frozen map for calculating map hash
KP Singh
1
-0
/
+3
2026-02-26
bpf: Limit bpf program signature size
KP Singh
1
-0
/
+7
2026-02-26
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
1
-6
/
+8
2026-02-26
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
1
-18
/
+14
2026-02-26
bpf: Fix tcx/netkit detach permissions when prog fd isn't given
Guillaume Gonnet
1
-5
/
+2
2026-02-26
rqspinlock: Fix TAS fallback lock entry creation
Kumar Kartikeya Dwivedi
1
-3
/
+4
2026-02-26
bpf: Fix memory access flags in helper prototypes
Zesen Liu
2
-2
/
+2
2026-02-26
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
1
-1
/
+3
2026-02-26
bpf: Return proper address for non-zero offsets in insn array
Anton Protopopov
1
-1
/
+1
2026-02-26
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
1
-4
/
+9
2026-01-07
bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
Deepanshu Kartikey
1
-0
/
+5
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-7
/
+65
2025-12-09
bpf: Fix truncated dmabuf iterator reads
T.J. Mercier
1
-7
/
+49
2025-12-09
bpf: Add bpf_has_frame_pointer()
Josh Poimboeuf
1
-0
/
+16
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+5
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-8
/
+9
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
19
-796
/
+1819
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-53
/
+23
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
1
-1
/
+1
2025-11-29
rqspinlock: Precede non-head waiter queueing with AA check
Kumar Kartikeya Dwivedi
1
-0
/
+13
2025-11-29
rqspinlock: Disable spinning for trylock fallback
Kumar Kartikeya Dwivedi
1
-10
/
+8
[next]