index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Lines
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
-2
/
+4
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
-6
/
+6
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
-2
/
+2
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
-1
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-465
/
+404
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
-0
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
-0
/
+13
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
-0
/
+13
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
-3
/
+8
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
-6
/
+111
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
-3
/
+2
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
-11
/
+36
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
-71
/
+1
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
-294
/
+21
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
-0
/
+9
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
-8
/
+53
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
-7
/
+0
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
-9
/
+4
2025-09-18
bpf: Implement exclusive map creation
KP Singh
-0
/
+6
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
-0
/
+10
2025-09-17
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
-3
/
+18
2025-09-15
bpf: potential double-free of env->insn_aux_data
Eduard Zingerman
-1
/
+0
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
-0
/
+1
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-1
/
+5
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
-0
/
+4
2025-09-02
bpf: Replace kvfree with kfree for kzalloc memory
Feng Yang
-2
/
+2
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
-0
/
+4
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
-2
/
+13
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
-2
/
+13
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
-1
/
+4
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
-1
/
+1
2025-08-12
bpf: Replace kvfree with kfree for kzalloc memory
Qianfeng Rong
-1
/
+1
2025-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Martin KaFai Lau
-0
/
+3
2025-08-07
bpf: use realloc in bpf_patch_insn_data
Eduard Zingerman
-14
/
+15
2025-08-07
bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
Eduard Zingerman
-7
/
+7
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
-0
/
+3
2025-08-01
bpf: Improve ctx access verifier error message
Paul Chaignon
-1
/
+1
2025-07-28
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
-0
/
+2
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...
KaFai Wan
-1
/
+2
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
-5
/
+5
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
-0
/
+1
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
-0
/
+52
2025-07-27
bpf: Simplify bounds refinement from s32
Paul Chaignon
-14
/
+0
2025-07-11
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
-0
/
+4
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
-5
/
+14
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
-3
/
+4
[next]