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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-18
selftests: mptcp: add mptcp getsockopt test cases
Florian Westphal
4
-3
/
+714
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
49
-671
/
+2238
2021-09-17
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2
-5
/
+3
2021-09-17
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2
-52
/
+52
2021-09-17
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
3
-0
/
+10
2021-09-17
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
1
-17
/
+26
2021-09-17
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
1
-1
/
+12
2021-09-17
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
1
-0
/
+1
2021-09-17
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
1
-2
/
+1
2021-09-17
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
1
-9
/
+5
2021-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
73
-383
/
+1586
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-27
/
+283
2021-09-16
selftests: nci: replace unsigned int with int
Xiang wangx
1
-1
/
+1
2021-09-15
bpf: Update bpf_get_smp_processor_id() documentation
Matteo Croce
1
-1
/
+1
2021-09-15
libbpf: Add sphinx code documentation comments
Grant Seltzer
1
-0
/
+70
2021-09-15
tools/bootconfig: Define memblock_free_ptr() to fix build error
Masami Hiramatsu
1
-2
/
+1
2021-09-15
selftests/bpf: Skip btf_tag test if btf_tag attribute not supported
Yonghong Song
3
-1
/
+31
2021-09-15
selftests: net: test ethtool -L vs mq
Jakub Kicinski
2
-1
/
+78
2021-09-15
selftests/bpf: Add a test with a bpf program with btf_tag attributes
Yonghong Song
2
-0
/
+53
2021-09-15
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
1
-17
/
+175
2021-09-15
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
2
-0
/
+248
2021-09-15
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
1
-2
/
+2
2021-09-15
selftests/bpf: Test libbpf API function btf__add_tag()
Yonghong Song
2
-1
/
+27
2021-09-15
bpftool: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+12
2021-09-15
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
6
-3
/
+118
2021-09-15
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
1
-8
/
+8
2021-09-15
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
1
-1
/
+13
2021-09-15
btf: Change BTF_KIND_* macros to enums
Yonghong Song
1
-19
/
+22
2021-09-15
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
1
-2
/
+3
2021-09-15
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
1
-3
/
+19
2021-09-15
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
1
-27
/
+19
2021-09-15
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
1
-39
/
+22
2021-09-15
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
1
-42
/
+51
2021-09-15
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
1
-9
/
+3
2021-09-15
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
1
-4
/
+124
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-25
/
+281
2021-09-14
bpf, selftests: Add test case for mixed cgroup v1/v2
Daniel Borkmann
4
-6
/
+127
2021-09-14
bpf, selftests: Add cgroup v1 net_cls classid helpers
Daniel Borkmann
2
-12
/
+141
2021-09-14
tools: compiler-gcc.h: Guard error attribute use with __has_attribute
Nathan Chancellor
1
-1
/
+3
2021-09-14
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
6
-15
/
+33
2021-09-14
bpf, selftests: Replicate tailcall limit test for indirect call case
Daniel Borkmann
2
-5
/
+54
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
9
-52
/
+243
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
1
-0
/
+22
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
2
-144
/
+4
2021-09-13
compiler-gcc.h: drop checks for older GCC versions
Nick Desaulniers
1
-3
/
+1
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2
-141
/
+3
2021-09-13
Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
36
-175
/
+1147
2021-09-12
selftest: net: fix typo in altname test
Andrea Claudi
1
-1
/
+1
2021-09-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+7
2021-09-11
tools headers UAPI: Update tools's copy of drm.h headers
Arnaldo Carvalho de Melo
1
-2
/
+12
[next]