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
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
2019-12-05
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
1
-1
/
+4
2019-11-25
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
1
-9
/
+111
2019-11-25
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-5
/
+1
2019-11-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-15
/
+68
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-3
/
+15
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
1
-1
/
+1
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-5
/
+3
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
1
-0
/
+42
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
1
-10
/
+24
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
1
-0
/
+5
2019-10-25
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
1
-1
/
+51
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
1
-15
/
+29
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
1
-0
/
+1
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
1
-0
/
+8
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
1
-3
/
+85
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
1
-0
/
+20
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
1
-1
/
+1
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
1
-2
/
+55
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
1
-2
/
+2
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+4
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
1
-1
/
+4
2019-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+5
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
1
-4
/
+5
2019-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+2
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
1
-0
/
+2
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
1
-2
/
+2
2019-07-12
bpf: verifier: avoid fall-through warnings
Gustavo A. R. Silva
1
-0
/
+2
2019-07-12
bpf: fix precision bit propagation for BPF_ST instructions
Andrii Nakryiko
1
-7
/
+4
2019-07-03
bpf: fix precision tracking
Alexei Starovoitov
1
-14
/
+107
2019-06-29
devmap: Allow map lookups from eBPF
Toke Høiland-Jørgensen
1
-5
/
+2
2019-06-28
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+8
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-69
/
+724
2019-06-19
bpf: precise scalar_value tracking
Alexei Starovoitov
1
-11
/
+480
2019-06-19
bpf: fix callees pruning callers
Alexei Starovoitov
1
-5
/
+6
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
1
-12
/
+131
2019-06-19
bpf: extend is_branch_taken to registers
Alexei Starovoitov
1
-15
/
+19
2019-06-19
bpf: track spill/fill of constants
Alexei Starovoitov
1
-25
/
+65
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+6
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+8
2019-06-11
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
1
-2
/
+24
2019-06-07
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-4
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
1
-9
/
+1
2019-06-01
bpf: cgroup inet skb programs can return 0 to 3
brakmo
1
-3
/
+13
2019-05-25
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
1
-11
/
+57
2019-05-25
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
1
-0
/
+41
2019-05-25
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
1
-4
/
+33
[next]