index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-07
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
2024-03-07
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-06
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-05
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-02-22
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
2024-02-22
bpf: introduce in_sleepable() helper
Benjamin Tissoires
2024-02-22
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-13
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-13
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-13
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-05
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
2024-02-05
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-02
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
2024-02-02
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2024-01-25
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-23
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
bpf: Add the get_reg_width function
Maxim Mikityanskiy
2024-01-23
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
2024-01-23
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
2024-01-23
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2024-01-23
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-16
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2024-01-03
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
2024-01-03
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2024-01-03
bpf: Simplify checking size of helper accesses
Andrei Matei
2023-12-21
bpf: Avoid unnecessary use of comma operator in verifier
Simon Horman
2023-12-19
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2023-12-19
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
[next]