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
32 hours
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-0
/
+24
32 hours
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
32 hours
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
1
-8
/
+14
32 hours
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-1
/
+2
32 hours
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
32 hours
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
1
-0
/
+21
32 hours
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
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-01-02
bpf: Fix truncated dmabuf iterator reads
T.J. Mercier
1
-7
/
+49
2025-12-18
rqspinlock: Use trylock fallback when per-CPU rqnode is busy
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-12-18
rqspinlock: Enclose lock/unlock within lock entry acquisitions
Kumar Kartikeya Dwivedi
1
-9
/
+6
2025-12-18
bpf: Fix exclusive map memory leak
Edward Adam Davis
1
-1
/
+2
2025-12-18
bpf: properly verify tail call behavior
Martin Teichmann
1
-3
/
+28
2025-12-18
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
1
-0
/
+3
2025-12-18
bpf: Handle return value of ftrace_set_filter_ip in register_fentry
Menglong Dong
1
-1
/
+3
2025-12-18
bpf: Prevent nesting overflow in bpf_try_get_buffers
Sahil Chandna
1
-0
/
+3
2025-12-18
bpf: Free special fields when update [lru_,]percpu_hash maps
Leon Hwang
1
-2
/
+8
2025-12-18
bpf: Fix stackmap overflow check in __bpf_get_stackid()
Arnaud Lecomte
1
-7
/
+8
2025-12-18
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
1
-15
/
+32
2025-12-18
bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wq
Mykyta Yatsenko
1
-5
/
+12
2025-12-18
bpf: Fix sleepable context for async callbacks
Kumar Kartikeya Dwivedi
1
-11
/
+30
2025-12-18
bpf: Cleanup unused func args in rqspinlock implementation
Siddharth Chintamaneni
1
-11
/
+8
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
1
-2
/
+4
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
2
-2
/
+3
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
2
-16
/
+20
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
1
-5
/
+0
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
1
-0
/
+2
2025-10-21
bpf: Sync pending IRQ work before freeing ring buffer
Noorain Eqbal
1
-0
/
+2
[next]