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
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
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
2025-10-16
bpf: Fix memory leak in __lookup_instance error path
Shardul Bankar
1
-1
/
+3
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
2
-11
/
+29
2025-10-10
bpf: Avoid RCU context warning when unpinning htab with internal structs
KaFai Wan
1
-2
/
+2
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-3
/
+4
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2
-2
/
+2
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
1
-1
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
26
-728
/
+2060
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
2
-2
/
+2
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+5
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
2
-5
/
+19
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
1
-0
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
1
-0
/
+13
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
1
-0
/
+13
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-4
/
+4
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
1
-3
/
+8
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
1
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
1
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
6
-18
/
+189
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
1
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
1
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
1
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
1
-51
/
+33
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-2
/
+2
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
2
-2
/
+45
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2
-71
/
+57
[next]