index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
1
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-2
/
+16
2023-02-14
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
1
-12
/
+31
2023-02-14
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
1
-5
/
+129
2023-02-14
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
1
-35
/
+203
2023-02-14
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
1
-1
/
+13
2023-02-14
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
1
-2
/
+3
2023-02-14
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
1
-49
/
+119
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+18
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-85
/
+459
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
1
-1
/
+1
2023-01-25
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
1
-2
/
+3
2023-01-25
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
1
-0
/
+6
2023-01-25
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
1
-1
/
+29
2023-01-25
bpf: Enable annotating trusted nested pointers
David Vernet
1
-3
/
+29
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
1
-2
/
+3
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
1
-1
/
+24
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
1
-9
/
+9
2023-01-21
bpf: Avoid recomputing spi in process_dynptr_func
Kumar Kartikeya Dwivedi
1
-13
/
+11
2023-01-21
bpf: Combine dynptr_get_spi and is_spi_bounds_valid
Kumar Kartikeya Dwivedi
1
-42
/
+33
2023-01-21
bpf: Allow reinitializing unreferenced dynptr stack slots
Kumar Kartikeya Dwivedi
1
-8
/
+26
2023-01-21
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-12
/
+62
2023-01-21
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
1
-0
/
+88
2023-01-21
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
1
-18
/
+66
2023-01-21
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
1
-4
/
+84
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2023-01-20
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-01-18
bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
Jiri Olsa
1
-3
/
+19
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
1
-0
/
+6
2023-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+15
2022-12-29
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
1
-10
/
+11
2022-12-29
bpf: Always use maximal size for copy_array()
Kees Cook
1
-5
/
+7
2022-12-28
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
1
-7
/
+16
2022-12-28
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
1
-12
/
+9
2022-12-28
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
1
-24
/
+21
2022-12-28
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
1
-16
/
+15
2022-12-28
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
1
-9
/
+8
2022-12-28
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
1
-4
/
+12
2022-12-23
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
1
-1
/
+8
2022-12-20
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
1
-1
/
+2
2022-12-11
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
1
-3
/
+13
2022-12-11
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
1
-1
/
+2
2022-12-11
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
1
-21
/
+8
2022-12-09
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
1
-5
/
+8
2022-12-09
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
1
-25
/
+38
2022-12-09
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
1
-58
/
+169
2022-12-09
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
1
-10
/
+15
2022-12-09
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
1
-64
/
+70
2022-12-08
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
1
-1
/
+1
[next]