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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-16
libbpf: Expose btf__align_of() API
Andrii Nakryiko
4
-41
/
+47
2019-12-16
libbpf: Extract common user-facing helpers
Andrii Nakryiko
4
-34
/
+44
2019-12-16
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
2
-20
/
+38
2019-12-16
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
3
-17
/
+18
2019-12-16
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
4
-38
/
+153
2019-12-16
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
1
-42
/
+41
2019-12-15
libbpf: Fix readelf output parsing for Fedora
Thadeu Lima de Souza Cascardo
1
-0
/
+2
2019-12-15
Merge branch 'bpftool-match-by-name'
Alexei Starovoitov
6
-214
/
+737
2019-12-15
bpftool: Match maps by name
Paul Chaignon
4
-88
/
+439
2019-12-15
bpftool: Match programs by name
Paul Chaignon
5
-18
/
+42
2019-12-15
bpftool: Match several programs with same tag
Paul Chaignon
2
-120
/
+268
2019-12-14
selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
Stanislav Fomichev
2
-0
/
+7
2019-12-14
bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-1
/
+18
2019-12-14
Merge branch 'bpf-dispatcher'
Alexei Starovoitov
11
-37
/
+501
2019-12-14
bpf, x86: Align dispatcher branch targets to 16B
Björn Töpel
2
-2
/
+30
2019-12-14
selftests: bpf: Add xdp_perf test
Björn Töpel
1
-0
/
+25
2019-12-14
bpf: Start using the BPF dispatcher in BPF_TEST_RUN
Björn Töpel
1
-5
/
+10
2019-12-14
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
5
-25
/
+83
2019-12-14
bpf: Introduce BPF dispatcher
Björn Töpel
4
-0
/
+337
2019-12-14
bpf: Move trampoline JIT image allocation to a function
Björn Töpel
2
-7
/
+18
2019-12-14
selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
Andrii Nakryiko
1
-5
/
+24
2019-12-14
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
1
-7
/
+25
2019-12-13
selftests/bpf: Add CPU mask parsing tests
Andrii Nakryiko
1
-0
/
+78
2019-12-13
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
2
-41
/
+86
2019-12-13
Merge branch 'reuseport_to_test_progs'
Alexei Starovoitov
4
-227
/
+292
2019-12-13
selftests/bpf: Switch reuseport tests for test_progs framework
Jakub Sitnicki
1
-136
/
+131
2019-12-13
selftests/bpf: Move reuseport tests under prog_tests/
Jakub Sitnicki
2
-1
/
+1
2019-12-13
selftests/bpf: Pull up printing the test name into test runner
Jakub Sitnicki
1
-15
/
+12
2019-12-13
selftests/bpf: Propagate errors during setup for reuseport tests
Jakub Sitnicki
1
-51
/
+85
2019-12-13
selftests/bpf: Run reuseport tests in a loop
Jakub Sitnicki
1
-21
/
+34
2019-12-13
selftests/bpf: Unroll the main loop in reuseport test
Jakub Sitnicki
1
-32
/
+41
2019-12-13
selftests/bpf: Add helpers for getting socket family & type name
Jakub Sitnicki
1
-3
/
+25
2019-12-13
selftests/bpf: Use sa_family_t everywhere in reuseport tests
Jakub Sitnicki
1
-3
/
+3
2019-12-13
selftests/bpf: Let libbpf determine program type from section name
Jakub Sitnicki
2
-10
/
+4
2019-12-13
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
1
-0
/
+1
2019-12-13
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
1
-18
/
+19
2019-12-12
bpf, x86, arm64: Enable jit by default when not built as always-on
Daniel Borkmann
4
-2
/
+11
2019-12-11
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2
-0
/
+34
2019-12-11
bpf: Switch to offsetofend in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-8
/
+4
2019-12-11
libbpf: Bump libpf current version to v0.0.7
Andrii Nakryiko
1
-0
/
+3
2019-12-11
ARM: net: bpf: Improve prologue code sequence
Russell King
1
-17
/
+13
2019-12-11
cxgb4: add support for high priority filters
Shahjada Abul Husain
9
-86
/
+234
2019-12-11
enetc: remove variable 'tc_max_sized_frame' set but not used
Chen Wandun
1
-2
/
+1
2019-12-11
nfp: add support for TLV device stats
Jakub Kicinski
4
-7
/
+242
2019-12-11
tcp: Cleanup duplicate initialization of sk->sk_state.
Kuniyuki Iwashima
1
-2
/
+0
2019-12-11
enetc: add software timestamping
Michael Walle
2
-0
/
+3
2019-12-11
Merge branch 'tipc-introduce-variable-window-congestion-control'
David S. Miller
9
-83
/
+172
2019-12-11
tipc: introduce variable window congestion control
Jon Maloy
9
-79
/
+160
2019-12-11
tipc: eliminate more unnecessary nacks and retransmissions
Jon Maloy
1
-1
/
+5
2019-12-11
tipc: eliminate gap indicator from ACK messages
Jon Maloy
1
-5
/
+9
[next]