summaryrefslogtreecommitdiff
path: root/include/linux/bpf_verifier.h
AgeCommit message (Expand)Author
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai
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-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: make liveness.c track stack with 4-byte granularityEduard Zingerman
2026-04-10bpf: Add spis_*() helpers for 4-byte stack slot bitmasksAlexei Starovoitov
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon
2026-03-03bpf: Factor out program return value calculationEmil Tsalapatis
2026-02-13bpf: rename bpf_reg_state->off to bpf_reg_state->deltaEduard Zingerman
2026-02-13bpf: use reg->var_off instead of reg->off for pointersEduard Zingerman
2026-02-04bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan
2026-02-03bpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov
2025-10-21bpf: make bpf_insn_successors to return a pointerAnton Protopopov
2025-10-10bpf: Refactor storage_get_func_atomic to generic non_sleepable flagKumar Kartikeya Dwivedi
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman
2025-08-12bpf: Tidy verifier bug messagePaul Chaignon
2025-08-01bpf: Allow syscall bpf programs to call non-recur helpersAmery Hung
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song
2025-06-12bpf: include backedges in peak_states statEduard Zingerman
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst