index
:
pub/scm/linux/kernel/git/saeed/linux.git
master
Saeed Mahameed's fork of linux.git
Saeed Mahameed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
16
-145
/
+360
5 days
bpf: Reject non-scalar bpf_loop iteration counts
Kumar Kartikeya Dwivedi
2
-1
/
+2
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
5
-7
/
+6
6 days
bpf: use mark_arg_precision() in check_mem_size_reg()
Eduard Zingerman
1
-8
/
+2
6 days
bpf: propagate mark_chain_precision() errors out of loop_flag_is_zero()
Eduard Zingerman
1
-11
/
+25
6 days
bpf: mark a NULL BTF_ID argument of a global subprogram precise
Eduard Zingerman
1
-1
/
+5
6 days
bpf: mark a NULL kfunc argument precise
Eduard Zingerman
1
-1
/
+5
6 days
bpf: mark a NULL memory argument of a call precise
Eduard Zingerman
1
-1
/
+10
6 days
bpf: mark a NULL call argument precise
Eduard Zingerman
1
-1
/
+8
6 days
bpf: Preserve inner map identity in callback frames
Kumar Kartikeya Dwivedi
1
-0
/
+10
6 days
bpf: Mark NULL kptr stores precise
Kumar Kartikeya Dwivedi
1
-2
/
+9
6 days
bpf: Cancel special fields when recycling rhtab elements
Nuoqi Gui
1
-14
/
+3
6 days
bpf: Preserve special fields in recycled rhtab elements
Yuan Chen
1
-1
/
+0
6 days
bpf: Clear NON_OWN_REF after RCU protection ends
Kumar Kartikeya Dwivedi
1
-4
/
+14
6 days
bpf: Keep refcount_acquire nullable for borrowed RCU kptrs
Ning Ding
1
-1
/
+1
6 days
bpf: Require MEM_PERCPU for percpu kptr stores
Kumar Kartikeya Dwivedi
1
-0
/
+7
7 days
bpf: Mark the zero register precise for a register-form NULL check
Eduard Zingerman
1
-0
/
+9
7 days
bpf: Don't predict JMP32 pointer vs zero comparisons
Eduard Zingerman
1
-0
/
+7
7 days
bpf: Don't resurrect a scalar id dropped by collect_linked_regs()
Eduard Zingerman
1
-4
/
+10
7 days
bpf: Don't infer non-NULL from a pointer with an unbounded offset
Eduard Zingerman
1
-0
/
+7
7 days
bpf: Reject legacy packet loads from callbacks
Kumar Kartikeya Dwivedi
1
-0
/
+17
7 days
bpf: Mark faultable stack helpers as sleepable
Kumar Kartikeya Dwivedi
1
-0
/
+2
7 days
bpf: Mark bpf_btf_find_by_name_kind() as sleepable
Kumar Kartikeya Dwivedi
1
-0
/
+1
7 days
bpf: Check ancestor frames for rbtree callbacks
Kumar Kartikeya Dwivedi
1
-11
/
+14
7 days
bpf: don't rewrite bpf_fastcall patterns entered by a jump
Eduard Zingerman
2
-0
/
+11
7 days
bpf: update disasm.c to print BPF_PROBE_ATOMIC as atomics
Eduard Zingerman
1
-22
/
+25
7 days
bpf: zero extend the result of an arena 32-bit cmpxchg
Eduard Zingerman
1
-1
/
+6
7 days
bpf: Mark syscall helpers as sleepable
Kumar Kartikeya Dwivedi
1
-0
/
+2
7 days
bpf: Mark sched_process_wait argument as nullable
Kumar Kartikeya Dwivedi
1
-0
/
+4
7 days
bpf: Reject resilient lock operations in rbtree callbacks
Kumar Kartikeya Dwivedi
1
-0
/
+5
7 days
bpf: Reject tail calls directly from callback frames
Kumar Kartikeya Dwivedi
1
-0
/
+11
7 days
bpf: Mark signal tracepoint siginfo arguments as scalar
Kumar Kartikeya Dwivedi
1
-0
/
+3
7 days
bpf: Fix NULL-ptr-deref in btf_var_show()
Jiayuan Chen
1
-1
/
+9
7 days
bpf: Fix NULL-ptr-deref when showing a void BTF type
Jiayuan Chen
1
-1
/
+8
7 days
bpf: Reject key-less BTF for hash maps
Jiayuan Chen
1
-0
/
+6
8 days
bpf: reject BPF_PSEUDO_FUNC reference to the main program
Eduard Zingerman
1
-0
/
+9
8 days
bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks
Eduard Zingerman
1
-20
/
+17
9 days
bpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edge
Eduard Zingerman
1
-6
/
+19
13 days
bpf: don't downgrade half-dead scalar zero spills to STACK_ZERO
Eduard Zingerman
1
-7
/
+4
2026-08-26
bpf: check_cond_jmp_op(): properly infer if register is null
Eduard Zingerman
1
-3
/
+6
2026-08-21
bpf: Fix percpu map update indexing with sparse CPU IDs
Hui Su
3
-6
/
+9
2026-08-20
bpf: Fix infinite loop in pcpu_freelist push with one possible CPU
Hui Su
2
-8
/
+28
2026-08-20
bpf: Fix REG INVARIANTS VIOLATION on speculative pointer arithmetic
Jiayuan Chen
1
-3
/
+8
2026-08-20
bpf: Reject invalid LDSX instruction in disassembly
Kumar Kartikeya Dwivedi
1
-1
/
+2
2026-08-20
x86/bpf: Make arch_bpf_trampoline_size allocate from EXECMEM_MODULE_DATA
Mike Rapoport (Microsoft)
1
-5
/
+0
2026-08-20
Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
35
-1827
/
+5981
2026-08-19
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-2
/
+2
2026-08-17
bpf: Distinguish function references in policy diagnostics
Kumar Kartikeya Dwivedi
1
-2
/
+10
2026-08-17
bpf: Preserve source attribution without source text
Kumar Kartikeya Dwivedi
1
-4
/
+8
2026-08-17
bpf: Correct kfunc argument diagnostics
Kumar Kartikeya Dwivedi
2
-13
/
+17
[next]