index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
11 days
bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
Deepanshu Kartikey
2025-11-28
bpf: check for insn arrays in check_ptr_alignment
Anton Protopopov
2025-11-28
bpf: force BPF_F_RDONLY_PROG on insn array creation
Anton Protopopov
2025-11-24
bpf: cleanup aux->used_maps after jit
Anton Protopopov
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-21
bpf: properly verify tail call behavior
Martin Teichmann
2025-11-21
bpf: Add a check to make static analysers happy
Anton Protopopov
2025-11-14
bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()
Puranjay Mohan
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
2025-11-14
bpf: Add missing checks to avoid verbose verifier log
Eduard Zingerman
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
2025-11-03
bpf: Skip bounds adjustment for conditional jumps on same scalar register
KaFai Wan
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
2025-10-21
bpf: save the start of functions in bpf_prog_aux
Anton Protopopov
2025-10-21
bpf: fix the return value of push_stack
Anton Protopopov
2025-10-18
bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null
Yafang Shao
2025-10-18
bpf: mark mm->owner as __safe_rcu_or_null
Yafang Shao
2025-10-10
bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wq
Mykyta Yatsenko
2025-10-10
bpf: Refactor storage_get_func_atomic to generic non_sleepable flag
Kumar Kartikeya Dwivedi
2025-10-10
bpf: Fix sleepable context for async callbacks
Kumar Kartikeya Dwivedi
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
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: enable callchain sensitive stack liveness tracking
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: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2025-09-18
bpf: Implement exclusive map creation
KP Singh
[next]