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
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2025-08-15
bpf/preload: Don't select USERMODE_DRIVER
Thomas Weißschuh
1
-1
/
+0
2025-08-15
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2
-3
/
+13
2025-08-15
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
1
-0
/
+1
2025-08-01
selftests/bpf: Add tests with stack ptr register in conditional jmp
Yonghong Song
1
-2
/
+5
2025-07-24
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
1
-3
/
+8
2025-07-17
bpf: Adjust free target to avoid global starvation of LRU map
Willem de Bruijn
2
-3
/
+7
2025-06-27
bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
Shung-Hsi Yu
1
-2
/
+2
2025-06-27
bpf: Pass the same orig_call value to trampoline functions
Ilya Leoshkevich
1
-1
/
+1
2025-06-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
1
-1
/
+2
2025-06-19
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
1
-2
/
+16
2025-06-19
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
1
-1
/
+1
2025-06-19
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
1
-11
/
+16
2025-04-25
bpf: Add namespace to BPF internal symbols
Alexei Starovoitov
2
-3
/
+4
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
1
-1
/
+1
2025-04-11
bpf: Convert ringbuf map to rqspinlock
Kumar Kartikeya Dwivedi
1
-10
/
+7
2025-04-10
bpf: Convert queue_stack map to rqspinlock
Kumar Kartikeya Dwivedi
1
-23
/
+12
2025-04-10
bpf: Use architecture provided res_smp_cond_load_acquire
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-03-30
Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-6
/
+22
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-217
/
+1094
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
15
-454
/
+1596
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-56
/
+102
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2025-03-22
bpf: Fix out-of-bounds read in check_atomic_load/store()
Kohei Enju
1
-2
/
+14
2025-03-20
bpf: Add struct_ops context information to struct bpf_prog_aux
Juntong Deng
1
-2
/
+6
2025-03-19
bpf: Maintain FIFO property for rqspinlock unlock
Kumar Kartikeya Dwivedi
1
-5
/
+28
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
3
-42
/
+209
2025-03-19
bpf: Introduce rqspinlock kfuncs
Kumar Kartikeya Dwivedi
1
-0
/
+74
2025-03-19
bpf: Convert lpm_trie.c to rqspinlock
Kumar Kartikeya Dwivedi
1
-11
/
+14
2025-03-19
bpf: Convert percpu_freelist.c to rqspinlock
Kumar Kartikeya Dwivedi
2
-90
/
+27
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
1
-70
/
+32
2025-03-19
rqspinlock: Add entry to Makefile, MAINTAINERS
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-03-19
rqspinlock: Add basic support for CONFIG_PARAVIRT
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-03-19
rqspinlock: Add a test-and-set fallback
Kumar Kartikeya Dwivedi
1
-2
/
+44
2025-03-19
rqspinlock: Add deadlock detection and recovery
Kumar Kartikeya Dwivedi
1
-14
/
+173
2025-03-19
rqspinlock: Protect waiters in trylock fallback from stalls
Kumar Kartikeya Dwivedi
1
-1
/
+7
2025-03-19
rqspinlock: Protect waiters in queue from stalls
Kumar Kartikeya Dwivedi
2
-3
/
+100
2025-03-19
rqspinlock: Protect pending bit owners from stalls
Kumar Kartikeya Dwivedi
1
-5
/
+27
2025-03-19
rqspinlock: Hardcode cond_acquire loops for arm64
Kumar Kartikeya Dwivedi
1
-0
/
+15
2025-03-19
rqspinlock: Add support for timeouts
Kumar Kartikeya Dwivedi
1
-0
/
+45
2025-03-19
rqspinlock: Drop PV and virtualization support
Kumar Kartikeya Dwivedi
1
-90
/
+1
2025-03-19
rqspinlock: Add rqspinlock.h header
Kumar Kartikeya Dwivedi
1
-1
/
+2
2025-03-19
locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c
Kumar Kartikeya Dwivedi
1
-0
/
+410
2025-03-18
bpf: clarify a misleading verifier error message
Andrea Terzolo
1
-1
/
+1
2025-03-18
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-03-18
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...
Martin KaFai Lau
1
-5
/
+6
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
2
-0
/
+7
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
1
-2
/
+2
2025-03-17
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-2
/
+21
[next]