index
:
git.armlinux.org.uk/linux.git
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
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
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
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
2025-09-17
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
2025-09-15
bpf: potential double-free of env->insn_aux_data
Eduard Zingerman
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
2025-09-02
bpf: Replace kvfree with kfree for kzalloc memory
Feng Yang
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2025-08-12
bpf: Replace kvfree with kfree for kzalloc memory
Qianfeng Rong
2025-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Martin KaFai Lau
2025-08-07
bpf: use realloc in bpf_patch_insn_data
Eduard Zingerman
2025-08-07
bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
Eduard Zingerman
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
2025-08-01
bpf: Improve ctx access verifier error message
Paul Chaignon
2025-07-28
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...
KaFai Wan
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
2025-07-27
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
[next]