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
/
tools
/
testing
/
selftests
/
bpf
/
verifier
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+43
2021-04-20
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
1
-0
/
+43
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-35
/
+16
2021-04-17
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2
-11
/
+11
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-10
/
+59
2021-03-17
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk
4
-10
/
+59
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-03-05
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
1
-0
/
+1
2021-03-05
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2
-0
/
+50
2021-03-02
selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
Yauheni Kaliuta
1
-1
/
+2
2021-02-22
bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
Brendan Jackman
1
-0
/
+23
2021-02-10
selftests/bpf: Fix endianness issues in atomic tests
Ilya Leoshkevich
3
-3
/
+3
2021-02-10
selftest/bpf: Verifier tests for var-off access
Andrei Matei
1
-2
/
+97
2021-02-10
selftest/bpf: Adjust expected verifier errors
Andrei Matei
9
-37
/
+41
2021-02-03
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
1
-0
/
+27
2021-01-21
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
1
-0
/
+24
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+30
2021-01-15
bpf: Add tests for new BPF atomic operations
Brendan Jackman
6
-0
/
+479
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
7
-24
/
+24
2021-01-14
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
1
-0
/
+30
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+3
2020-12-14
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Yonghong Song
1
-2
/
+3
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+42
2020-12-11
selftests/bpf: Fix array access with signed variable test
Jean-Philippe Brucker
1
-1
/
+1
2020-12-11
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
1
-0
/
+41
2020-11-19
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-13
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
1
-0
/
+42
2020-10-20
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
Martin KaFai Lau
1
-0
/
+25
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-0
/
+26
2020-10-09
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
1
-0
/
+243
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
1
-1
/
+1
2020-10-07
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
Hao Luo
2
-9
/
+1
2020-09-26
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
1
-0
/
+16
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
1
-0
/
+47
2020-09-18
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-3
/
+3
2020-09-09
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
1
-0
/
+32
2020-08-27
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
1
-0
/
+146
2020-08-26
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
1
-0
/
+37
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-07-18
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
1
-0
/
+492
2020-07-11
selftests/bpf: Fix cgroup sockopt verifier test
Jean-Philippe Brucker
1
-0
/
+1
2020-06-22
selftests/bpf: Test access to bpf map pointer
Andrey Ignatov
1
-0
/
+62
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-1
/
+1
2020-06-20
tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic
Yonghong Song
1
-0
/
+38
2020-06-02
bpf, selftests: Use bpf_probe_read_kernel
Ilya Leoshkevich
4
-48
/
+48
2020-06-02
selftests/bpf: Fix verifier test
Alexei Starovoitov
1
-1
/
+1
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
8
-18
/
+18
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-14
/
+32
[next]