index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2 days
bpf: Improve ctx access verifier error message
Paul Chaignon
6 days
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
6 days
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...
KaFai Wan
6 days
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
6 days
bpf: Add third round of bounds deduction
Paul Chaignon
6 days
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
7 days
bpf: Simplify bounds refinement from s32
Paul Chaignon
2025-07-11
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
2025-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
2025-07-03
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
2025-07-03
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
2025-07-03
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Alexei Starovoitov
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
2025-06-25
bpf: allow void* cast using bpf_rdonly_cast()
Eduard Zingerman
2025-06-25
bpf: add bpf_features enum
Eduard Zingerman
2025-06-25
bpf: Add range tracking for BPF_NEG
Song Liu
2025-06-24
bpf, verifier: Improve precision for BPF_ADD and BPF_SUB
Harishankar Vishwanathan
2025-06-23
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
2025-06-17
bpf: Mark dentry->d_inode as trusted_or_null
Song Liu
2025-06-13
bpf: Remove redundant free_verifier_state()/pop_stack()
Luis Gerhorst
2025-06-13
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
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: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
2025-06-12
bpf: frame_insn_idx() utility function
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-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
2025-06-09
bpf: Move insn if/else into do_check_insn()
Luis Gerhorst
2025-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
[next]