index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-07
bpf: Handle allocation failure in acquire_lock_state
Kumar Kartikeya Dwivedi
1
-0
/
+2
2025-02-07
bpf: verifier: Disambiguate get_constant_map_key() errors
Daniel Xu
1
-8
/
+17
2025-02-07
bpf: verifier: Do not extract constant map keys for irrelevant maps
Daniel Xu
1
-3
/
+7
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-346
/
+826
2025-01-20
bpf: Remove 'may_goto 0' instruction in opt_remove_nops()
Yonghong Song
1
-3
/
+8
2025-01-20
bpf: Allow 'may_goto 0' instruction in verifier
Yonghong Song
1
-3
/
+2
2025-01-16
bpf: verifier: Support eliding map lookup nullness
Daniel Xu
1
-3
/
+89
2025-01-16
bpf: verifier: Refactor helper access type tracking
Daniel Xu
1
-29
/
+16
2025-01-16
bpf: verifier: Add missing newline on verbose() call
Daniel Xu
1
-1
/
+1
2025-01-06
bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
Emil Tsalapatis
1
-1
/
+19
2024-12-30
bpf: Fix holes in special_kfunc_list if !CONFIG_NET
Thomas Weißschuh
1
-0
/
+3
2024-12-30
bpf, verifier: Improve precision of BPF_MUL
Matan Shachnai
1
-44
/
+36
2024-12-17
bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
Andrea Righi
1
-1
/
+5
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-82
/
+78
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
1
-72
/
+7
2024-12-13
bpf: Fix configuration-dependent BTF function references
Thomas Weißschuh
1
-0
/
+8
2024-12-13
bpf: Add fd_array_cnt attribute for prog_load
Anton Protopopov
1
-15
/
+91
2024-12-13
bpf: Refactor check_pseudo_btf_id
Anton Protopopov
1
-56
/
+76
2024-12-13
bpf: Move map/prog compatibility checks
Anton Protopopov
1
-55
/
+46
2024-12-12
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
1
-2
/
+5
2024-12-10
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-4
/
+12
2024-12-10
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
1
-1
/
+31
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2024-12-10
bpf: add find_containing_subprog() utility function
Eduard Zingerman
1
-4
/
+24
2024-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-9
/
+18
2024-12-04
bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
Tao Lyu
1
-0
/
+1
2024-12-04
bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc
Kumar Kartikeya Dwivedi
1
-3
/
+6
2024-12-04
bpf: Improve verifier log for resource leak on exit
Kumar Kartikeya Dwivedi
1
-1
/
+1
2024-12-04
bpf: Introduce support for bpf_local_irq_{save,restore}
Kumar Kartikeya Dwivedi
1
-2
/
+297
2024-12-04
bpf: Refactor mark_{dynptr,iter}_read
Kumar Kartikeya Dwivedi
1
-22
/
+21
2024-12-04
bpf: Refactor {acquire,release}_reference_state
Kumar Kartikeya Dwivedi
1
-50
/
+59
2024-12-04
bpf: Consolidate locks and reference state in verifier state
Kumar Kartikeya Dwivedi
1
-74
/
+66
2024-12-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
1
-6
/
+6
2024-12-02
bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
Tao Lyu
1
-0
/
+5
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
1
-55
/
+52
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-15
/
+8
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
1
-1
/
+6
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
1
-0
/
+11
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
1
-10
/
+86
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
1
-20
/
+5
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
1
-39
/
+107
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
1
-0
/
+1
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
1
-7
/
+72
2024-11-03
bpf: Unify resource leak checks
Kumar Kartikeya Dwivedi
1
-56
/
+34
2024-11-03
bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
Kumar Kartikeya Dwivedi
1
-0
/
+15
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
1
-12
/
+2
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
1
-3
/
+6
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-51
/
+60
2024-10-24
bpf: Handle BPF_UPTR in verifier
Kui-Feng Lee
1
-6
/
+33
[next]