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
pinetabv-6.6.y-devel
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
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+6
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-215
/
+662
2021-02-16
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
1
-1
/
+2
2021-02-13
bpf: Support pointers in global func args
Dmitrii Banshchikov
1
-0
/
+30
2021-02-13
bpf: Extract nullable reg type conversion into a helper function
Dmitrii Banshchikov
1
-31
/
+52
2021-02-13
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
1
-4
/
+6
2021-02-12
bpf: Fix subreg optimization for BPF_FETCH
Ilya Leoshkevich
1
-2
/
+21
2021-02-11
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
1
-1
/
+6
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
1
-1
/
+1
2021-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-18
/
+20
2021-02-10
bpf: Allow variable-offset stack access
Andrei Matei
1
-146
/
+511
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-15
/
+13
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
1
-1
/
+5
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
1
-2
/
+2
2021-02-05
bpf: Refactor BPF_PSEUDO_CALL checking as a helper function
Yonghong Song
1
-16
/
+13
2021-02-05
bpf: Allow usage of BPF ringbuffer in sleepable programs
KP Singh
1
-1
/
+3
2021-02-03
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
1
-14
/
+18
2021-01-28
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
1
-0
/
+3
2021-01-23
bpf: Fix typo in scalar{,32}_min_max_rsh comments
Tobias Klauser
1
-2
/
+2
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2021-01-20
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
1
-3
/
+3
2021-01-15
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-0
/
+6
2021-01-15
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
1
-2
/
+17
2021-01-15
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
1
-9
/
+24
2021-01-15
bpf: Move BPF_STX reserved field check into BPF_STX verifier code
Brendan Jackman
1
-7
/
+6
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
1
-10
/
+14
2021-01-14
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
1
-0
/
+2
2021-01-13
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
1
-28
/
+126
2021-01-12
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
1
-1
/
+1
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2020-12-14
bpf: Permits pointers on stack for helper calls
Yonghong Song
1
-1
/
+2
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2020-12-11
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
1
-5
/
+5
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-114
/
+142
2020-12-04
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-30
/
+47
2020-11-25
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
1
-84
/
+95
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2020-11-14
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
1
-2
/
+13
2020-11-13
bpf: Augment the set of sleepable LSM hooks
KP Singh
1
-15
/
+1
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
1
-22
/
+107
2020-11-11
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
Kaixu Xia
1
-1
/
+2
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
1
-2
/
+5
2020-11-06
bpf: Implement task local storage
KP Singh
1
-0
/
+10
2020-11-06
bpf: Allow LSM programs to use bpf spin locks
KP Singh
1
-5
/
+15
2020-10-20
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
1
-6
/
+5
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-13
/
+25
2020-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-19
/
+251
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
1
-2
/
+4
2020-10-09
bpf: Track spill/fill of bounded scalars.
Yonghong Song
1
-1
/
+15
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
1
-0
/
+50
[next]