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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
8
-28
/
+152
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
5
-3
/
+107
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
6
-43
/
+176
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
4
-9
/
+32
2019-11-16
bpf: Reserve space for BPF trampoline in BPF programs
Alexei Starovoitov
1
-2
/
+7
2019-11-16
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
1
-0
/
+76
2019-11-16
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
1
-0
/
+90
2019-11-16
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2
-0
/
+162
2019-11-16
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
3
-0
/
+167
2019-11-16
bpf: Add kernel test functions for fentry testing
Alexei Starovoitov
1
-0
/
+41
2019-11-16
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2
-3
/
+88
2019-11-16
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
4
-25
/
+82
2019-11-16
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
3
-0
/
+25
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
9
-10
/
+735
2019-11-16
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
3
-0
/
+65
2019-11-16
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
1
-54
/
+98
2019-11-16
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
4
-46
/
+130
2019-11-16
bpf, doc: Change right arguments for JIT example code
Mao Wenan
1
-4
/
+4
2019-11-16
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
1
-0
/
+2
2019-11-16
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
1
-1
/
+0
2019-11-16
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
1
-8
/
+66
2019-11-16
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2
-2
/
+8
2019-11-12
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
1
-1
/
+2
2019-11-11
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
1
-1
/
+4
2019-11-11
Merge branch 'share-umem'
Alexei Starovoitov
6
-59
/
+195
2019-11-11
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
1
-5
/
+23
2019-11-11
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
1
-12
/
+29
2019-11-11
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-11
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
4
-42
/
+135
2019-11-11
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
1
-10
/
+17
2019-11-11
Merge branch 'map-pinning'
Alexei Starovoitov
7
-55
/
+120
2019-11-11
libbpf: Add getter for program size
Toke Høiland-Jørgensen
3
-0
/
+9
2019-11-11
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
3
-28
/
+67
2019-11-11
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2
-6
/
+7
2019-11-11
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
1
-16
/
+11
2019-11-11
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2
-4
/
+18
2019-11-11
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
1
-1
/
+8
2019-11-09
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
12
-178
/
+178
2019-11-09
samples: bpf: Update outdated error message
Daniel T. Lee
5
-7
/
+7
2019-11-07
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2
-16
/
+63
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
4
-13
/
+12
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
1
-2
/
+2
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-11-07
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
1
-7
/
+7
2019-11-07
libbpf: Fix potential overflow issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
1
-0
/
+2
2019-11-07
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
Ilya Leoshkevich
1
-16
/
+5
2019-11-07
s390/bpf: Wrap JIT macro parameter usages in parentheses
Ilya Leoshkevich
1
-31
/
+31
[next]