index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
2025-11-21
bpf: support nested rcu critical sections
Puranjay Mohan
2025-11-21
bpf: correct stack liveness for tail calls
Eduard Zingerman
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
2025-10-10
bpf: Refactor storage_get_func_atomic to generic non_sleepable flag
Kumar Kartikeya Dwivedi
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2025-08-12
bpf: Tidy verifier bug message
Paul Chaignon
2025-08-01
bpf: Allow syscall bpf programs to call non-recur helpers
Amery Hung
2025-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
2025-05-27
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
2025-05-13
bpf: Add support for __prog argument suffix to pass in prog->aux
Kumar Kartikeya Dwivedi
2025-03-19
bpf: Maintain FIFO property for rqspinlock unlock
Kumar Kartikeya Dwivedi
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
2025-03-15
bpf: Summarize sleepable global subprogs
Kumar Kartikeya Dwivedi
2025-02-18
bpf: fix env->peak_states computation
Eduard Zingerman
2025-02-18
bpf: free verifier states when they are no longer referenced
Eduard Zingerman
2025-02-18
bpf: use list_head to track explored states and free list
Eduard Zingerman
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-12-10
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
2024-12-04
bpf: Introduce support for bpf_local_irq_{save,restore}
Kumar Kartikeya Dwivedi
2024-12-04
bpf: Consolidate locks and reference state in verifier state
Kumar Kartikeya Dwivedi
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-12
bpf: Fix updating attached freplace prog in prog_array map
Leon Hwang
2024-07-29
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
[next]