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
2024-12-17
bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
Andrea Righi
-1
/
+5
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
-72
/
+7
2024-12-12
bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs
Eduard Zingerman
-2
/
+5
2024-12-10
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
-4
/
+12
2024-12-10
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
-1
/
+31
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
-1
/
+1
2024-12-10
bpf: add find_containing_subprog() utility function
Eduard Zingerman
-4
/
+24
2024-12-04
bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
Tao Lyu
-0
/
+1
2024-12-04
bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc
Kumar Kartikeya Dwivedi
-3
/
+6
2024-12-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
-6
/
+6
2024-12-02
bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
Tao Lyu
-0
/
+5
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
-55
/
+52
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-15
/
+8
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
-1
/
+6
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
-0
/
+11
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
-10
/
+86
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
-20
/
+5
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
-39
/
+107
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
-0
/
+1
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
-0
/
+9
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
-7
/
+72
2024-11-03
bpf: Unify resource leak checks
Kumar Kartikeya Dwivedi
-56
/
+34
2024-11-03
bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable
Kumar Kartikeya Dwivedi
-0
/
+15
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
-12
/
+2
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
-3
/
+6
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-51
/
+60
2024-10-24
bpf: Handle BPF_UPTR in verifier
Kui-Feng Lee
-6
/
+33
2024-10-23
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
-1
/
+1
2024-10-22
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
-38
/
+35
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
-5
/
+6
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
-0
/
+5
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
-4
/
+4
2024-10-10
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
-1
/
+7
2024-10-10
bpf: fix argument type in bpf_loop documentation
Matteo Croce
-1
/
+1
2024-10-09
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
-2
/
+2
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
-4
/
+1
2024-10-01
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
-0
/
+5
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-49
/
+61
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-295
/
+996
2024-09-13
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
-5
/
+11
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
-36
/
+5
2024-09-13
bpf: Fix a sdiv overflow issue
Yonghong Song
-4
/
+89
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
-4
/
+32
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
-1
/
+2
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
-5
/
+0
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
-1
/
+1
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
-41
/
+42
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
-4
/
+22
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
-1
/
+45
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
-0
/
+6
[next]