summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2026-04-24bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman
2026-04-24bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman
2026-04-24bpf: representation and basic operations on circular numbersEduard Zingerman
2026-04-23bpf: Introduce bpf register BPF_REG_PARAMSYonghong Song
2026-04-23bpf: Prepare verifier logs for upcoming kfunc stack argumentsYonghong Song
2026-04-23bpf: Rename existing argno to argYonghong Song
2026-04-23bpf: Refactor to handle memory and size togetherYonghong Song
2026-04-23bpf: Refactor to avoid redundant calculation of bpf_reg_stateYonghong Song
2026-04-23bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()Yonghong Song
2026-04-23bpf: Fix tail_call_reachable leakYonghong Song
2026-04-23bpf: Remove unused parameter from check_map_kptr_access()Yonghong Song
2026-04-22bpf: Verifier support for sleepable tracepoint programsMykyta Yatsenko
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-17bpf: Dissociate struct_ops program with map if map_update failsAmery Hung
2026-04-17bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
2026-04-16bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov
2026-04-15bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov
2026-04-11bpf: Delete unused variableAlexei Starovoitov
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung
2026-04-10bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman
2026-04-10bpf: prepare liveness internal API for static analysis passEduard Zingerman
2026-04-10bpf: 4-byte precise clean_verifier_stateEduard Zingerman
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman