开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2024-12-04
bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
Tao Lyu
2024-12-04
bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc
Kumar Kartikeya Dwivedi
2024-12-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
2024-12-02
bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
Tao Lyu
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
2024-11-12
bpf: Enable private stack for eligible subprogs
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-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-11-03
bpf: Unify resource leak checks
Kumar Kartikeya Dwivedi
2024-11-03
bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
Kumar Kartikeya Dwivedi
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-24
bpf: Handle BPF_UPTR in verifier
Kui-Feng Lee
2024-10-23
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
2024-10-22
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
2024-10-10
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
2024-10-10
bpf: fix argument type in bpf_loop documentation
Matteo Croce
2024-10-09
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
2024-10-01
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-13
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-13
bpf: Fix a sdiv overflow issue
Yonghong Song
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
Eduard Zingerman
2024-08-22
bpf: support bpf_fastcall patterns for kfuncs
Eduard Zingerman
[next]