index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
bpf: Reject programs with inlined helpers if JIT is not available
Tiezhu Yang
1
-1
/
+3
2026-07-08
bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
Tiezhu Yang
3
-13
/
+6
2026-07-09
bpf: Fix use-after-free on mm_struct in bpf_find_vma()
Sanghyun Park
1
-3
/
+33
2026-07-09
bpf: Account scratch buffer in bpf_prog_calc_tag
Daniel Borkmann
1
-1
/
+1
2026-07-09
bpf: Account insn_aux_data allocation in bpf_check
Daniel Borkmann
1
-1
/
+2
2026-07-09
bpf: Give vmlinux BTF init its own mutex
Daniel Borkmann
2
-4
/
+5
2026-07-09
bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux
Daniel Borkmann
1
-4
/
+16
2026-07-08
libbpf: Drop in-loader metadata check for load-time verification
Daniel Borkmann
1
-7
/
+0
2026-07-08
bpf: Verify signed loader metadata at load time
Daniel Borkmann
2
-96
/
+214
2026-07-08
bpf: Resolve and cache fd_array objects at load time
Daniel Borkmann
1
-51
/
+172
2026-07-08
bpf: Reject writes through untrusted BTF pointers
Nicholas Dudar
1
-2
/
+6
2026-07-08
bpf: Remove artificial limitations on pointer types eligible for spilling
Eduard Zingerman
1
-31
/
+8
2026-07-07
bpf, sockmap: Disallow update and delete from tc, xdp, socket_filter and flow_dissector
Sechang Lim
1
-5
/
+0
2026-07-07
bpf: Reject MEM_ALLOC BTF accesses past object bounds
Yiyang Chen
2
-10
/
+18
2026-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2
Daniel Borkmann
5
-19
/
+99
2026-07-01
bpf,lsm: Drop bpf_prog_free from sleepable_lsm_hooks
Sechang Lim
1
-1
/
+0
2026-07-01
bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixups
Tiezhu Yang
1
-1
/
+1
2026-07-01
bpf: Prefer dirty packs for eBPF allocations
Pawan Gupta
1
-3
/
+3
2026-07-01
bpf: Prefer packs that won't trigger an IBPB flush on allocation
Pawan Gupta
1
-3
/
+24
2026-07-01
bpf: Skip redundant IBPB in pack allocator
Pawan Gupta
1
-1
/
+14
2026-07-01
bpf: Restrict JIT predictor flush to cBPF
Pawan Gupta
2
-6
/
+9
2026-07-01
bpf: Support for hardening against JIT spraying
Pawan Gupta
1
-0
/
+19
2026-06-30
bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
Matt Bobrowski
1
-0
/
+9
2026-06-25
bpf: Fix insn_aux_data leak on verifier err_free_env path
KaFai Wan
1
-1
/
+1
2026-06-25
bpf: Mask pseudo pointer values in verifier logs
Nuoqi Gui
1
-1
/
+4
2026-06-25
bpf: Preserve scalar zero spills for stack reads
Woojin Ji
1
-11
/
+42
2026-06-25
bpf: Reject offset refcount acquire arguments
Yiyang Chen
1
-10
/
+22
2026-06-22
bpf: Disable xfrm_decode_session hook attachment
Bradley Morgan
1
-0
/
+3
2026-06-22
bpf: Reset register bounds before narrowing retval range in check_mem_access()
Tristan Madani
1
-0
/
+1
2026-06-22
bpf: Preserve pointer spill metadata during half-slot cleanup
Nuoqi Gui
1
-6
/
+7
2026-06-21
bpf: Fix effective prog array index with BPF_F_PREORDER
Amery Hung
1
-46
/
+62
2026-06-21
bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field check
ThiƩbaud Weksteen
1
-1
/
+1
2026-06-21
bpf: Allow type tag BTF records to succeed other modifier records
Emil Tsalapatis
1
-86
/
+123
2026-06-21
bpf: Emit verbose message when prog-specific btf_struct_access rejects a write
Alexei Starovoitov
1
-0
/
+4
2026-06-21
bpf: Fix build_id caching in stack_map_get_build_id_offset()
Ihor Solodrai
1
-53
/
+130
2026-06-21
bpf: Fix stack slot index in nospec checks
Nuoqi Gui
1
-1
/
+2
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2026-06-17
treewide: fix transposed "sign" typos and update spelling.txt
Shardul Deshpande
1
-1
/
+1
2026-06-17
Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
29
-2876
/
+5431
2026-06-14
bpf: Add support to specify uprobe_multi target via file descriptor
Jiri Olsa
1
-2
/
+2
2026-06-15
Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-19
/
+237
2026-06-14
bpf: Raise maximum call chain depth to 16 frames
Alexei Starovoitov
1
-5
/
+10
2026-06-12
bpf: Fix setting retval to -EPERM for cgroup hooks not returning errno
Xu Kuohai
2
-13
/
+54
2026-06-12
bpf: Run generic devmap egress prog on private skb
Sun Jian
1
-0
/
+12
2026-06-10
bpf: Tighten cgroup storage cookie checks for prog arrays
Daniel Borkmann
1
-1
/
+1
2026-06-09
bpf: Cancel special fields on map value recycle
Justin Suess
3
-18
/
+27
2026-06-09
bpf: Reject bpf_obj_drop() from tracing progs
Justin Suess
1
-0
/
+17
2026-06-09
bpf: Allow sleepable programs to use LPM trie maps directly
Vlad Poenaru
1
-0
/
+1
2026-06-09
bpf: Allow LPM map access from sleepable BPF programs
Vlad Poenaru
1
-4
/
+4
[prev]
[next]