summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds16-145/+360
5 daysbpf: Reject non-scalar bpf_loop iteration countsKumar Kartikeya Dwivedi2-1/+2
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook5-7/+6
6 daysbpf: use mark_arg_precision() in check_mem_size_reg()Eduard Zingerman1-8/+2
6 daysbpf: propagate mark_chain_precision() errors out of loop_flag_is_zero()Eduard Zingerman1-11/+25
6 daysbpf: mark a NULL BTF_ID argument of a global subprogram preciseEduard Zingerman1-1/+5
6 daysbpf: mark a NULL kfunc argument preciseEduard Zingerman1-1/+5
6 daysbpf: mark a NULL memory argument of a call preciseEduard Zingerman1-1/+10
6 daysbpf: mark a NULL call argument preciseEduard Zingerman1-1/+8
7 daysbpf: Preserve inner map identity in callback framesKumar Kartikeya Dwivedi1-0/+10
7 daysbpf: Mark NULL kptr stores preciseKumar Kartikeya Dwivedi1-2/+9
7 daysbpf: Cancel special fields when recycling rhtab elementsNuoqi Gui1-14/+3
7 daysbpf: Preserve special fields in recycled rhtab elementsYuan Chen1-1/+0
7 daysbpf: Clear NON_OWN_REF after RCU protection endsKumar Kartikeya Dwivedi1-4/+14
7 daysbpf: Keep refcount_acquire nullable for borrowed RCU kptrsNing Ding1-1/+1
7 daysbpf: Require MEM_PERCPU for percpu kptr storesKumar Kartikeya Dwivedi1-0/+7
7 daysbpf: Mark the zero register precise for a register-form NULL checkEduard Zingerman1-0/+9
7 daysbpf: Don't predict JMP32 pointer vs zero comparisonsEduard Zingerman1-0/+7
7 daysbpf: Don't resurrect a scalar id dropped by collect_linked_regs()Eduard Zingerman1-4/+10
7 daysbpf: Don't infer non-NULL from a pointer with an unbounded offsetEduard Zingerman1-0/+7
7 daysbpf: Reject legacy packet loads from callbacksKumar Kartikeya Dwivedi1-0/+17
7 daysbpf: Mark faultable stack helpers as sleepableKumar Kartikeya Dwivedi1-0/+2
7 daysbpf: Mark bpf_btf_find_by_name_kind() as sleepableKumar Kartikeya Dwivedi1-0/+1
7 daysbpf: Check ancestor frames for rbtree callbacksKumar Kartikeya Dwivedi1-11/+14
7 daysbpf: don't rewrite bpf_fastcall patterns entered by a jumpEduard Zingerman2-0/+11
7 daysbpf: update disasm.c to print BPF_PROBE_ATOMIC as atomicsEduard Zingerman1-22/+25
7 daysbpf: zero extend the result of an arena 32-bit cmpxchgEduard Zingerman1-1/+6
8 daysbpf: Mark syscall helpers as sleepableKumar Kartikeya Dwivedi1-0/+2
8 daysbpf: Mark sched_process_wait argument as nullableKumar Kartikeya Dwivedi1-0/+4
8 daysbpf: Reject resilient lock operations in rbtree callbacksKumar Kartikeya Dwivedi1-0/+5
8 daysbpf: Reject tail calls directly from callback framesKumar Kartikeya Dwivedi1-0/+11
8 daysbpf: Mark signal tracepoint siginfo arguments as scalarKumar Kartikeya Dwivedi1-0/+3
8 daysbpf: Fix NULL-ptr-deref in btf_var_show()Jiayuan Chen1-1/+9
8 daysbpf: Fix NULL-ptr-deref when showing a void BTF typeJiayuan Chen1-1/+8
8 daysbpf: Reject key-less BTF for hash mapsJiayuan Chen1-0/+6
8 daysbpf: reject BPF_PSEUDO_FUNC reference to the main programEduard Zingerman1-0/+9
9 daysbpf: backtracking shouldn't clear outer frame R1-R5 for callbacksEduard Zingerman1-20/+17
9 daysbpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edgeEduard Zingerman1-6/+19
14 daysbpf: don't downgrade half-dead scalar zero spills to STACK_ZEROEduard Zingerman1-7/+4
2026-08-26bpf: check_cond_jmp_op(): properly infer if register is nullEduard Zingerman1-3/+6
2026-08-21bpf: Fix percpu map update indexing with sparse CPU IDsHui Su3-6/+9
2026-08-20bpf: Fix infinite loop in pcpu_freelist push with one possible CPUHui Su2-8/+28
2026-08-20bpf: Fix REG INVARIANTS VIOLATION on speculative pointer arithmeticJiayuan Chen1-3/+8
2026-08-20bpf: Reject invalid LDSX instruction in disassemblyKumar Kartikeya Dwivedi1-1/+2
2026-08-20x86/bpf: Make arch_bpf_trampoline_size allocate from EXECMEM_MODULE_DATAMike Rapoport (Microsoft)1-5/+0
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds35-1827/+5981
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-2/+2
2026-08-17bpf: Distinguish function references in policy diagnosticsKumar Kartikeya Dwivedi1-2/+10
2026-08-17bpf: Preserve source attribution without source textKumar Kartikeya Dwivedi1-4/+8
2026-08-17bpf: Correct kfunc argument diagnosticsKumar Kartikeya Dwivedi2-13/+17