summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
10 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-134/+358
10 daysbpf: Dissociate struct_ops program with map if map_update failsAmery Hung-3/+4
10 daysbpf: Validate node_id in arena_alloc_pages()Puranjay Mohan-0/+4
11 daysbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding-1/+16
11 daysbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko-1/+4
11 daysbpf: Add helper to detect indirect jump targetsXu Kuohai-0/+28
11 daysbpf: Pass bpf_verifier_env to JITXu Kuohai-58/+56
11 daysbpf: Move constants blinding out of arch-specific JITsXu Kuohai-32/+183
12 daysbpf: copy BPF token from main program to subprogramsEduard Zingerman-0/+1
12 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
12 daysbpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov-3/+16
12 daysbpf: fix arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman-52/+62
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov-1/+1
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu-1/+1
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis-3/+11
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong-5/+5
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov-458/+466
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov-945/+939
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov-1746/+1698
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov-996/+904
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov-249/+248
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov-2725/+2688
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov-57/+46
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov-147/+200
2026-04-11bpf: Delete unused variableAlexei Starovoitov-3/+1
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung-51/+18
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung-118/+18
2026-04-10bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann-1/+16
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov-27/+67
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman-76/+165
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman-547/+254
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman-62/+245
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman-0/+1064
2026-04-10bpf: prepare liveness internal API for static analysis passEduard Zingerman-25/+23
2026-04-10bpf: 4-byte precise clean_verifier_stateEduard Zingerman-23/+85
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman-64/+113
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman-0/+1
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman-7/+7
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim-1/+3
2026-04-10bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan-12/+30
2026-04-10bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan-18/+73
2026-04-10bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan-3/+51
2026-04-09bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen-6/+4
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann-8/+22
2026-04-08bpf: Remove static qualifier from local subprog pointerDaniel Borkmann-2/+2
2026-04-08bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann-2/+31
2026-04-08bpf: Propagate error from visit_tailcall_insnDaniel Borkmann-2/+5
2026-04-08bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi-42/+38
2026-04-08bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi-8/+21
2026-04-07bpf: Allow overwriting referenced dynptr when refcnt > 1Amery Hung-2/+21