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
2023-08-11
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
1
-0
/
+25
2023-08-11
perf test uprobe_from_different_cu: Skip if there is no gcc
Georg Müller
1
-1
/
+7
2023-08-08
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
1
-1
/
+4
2023-08-08
x86/bugs: Increase the x86 bugs vector size to two u32s
Borislav Petkov (AMD)
1
-1
/
+1
2023-08-03
selftests: mptcp: sockopt: use 'iptables-legacy' if available
Matthieu Baerts
1
-11
/
+13
2023-08-03
selftests: mptcp: join: only check for ip6tables if needed
Matthieu Baerts
1
-3
/
+1
2023-08-03
maple_tree: add __init and __exit to test module
Liam R. Howlett
2
-73
/
+75
2023-07-27
selftests/bpf: Fix sk_assign on s390x
Ilya Leoshkevich
3
-6
/
+33
2023-07-27
selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...
Yonghong Song
1
-1
/
+1
2023-07-27
selftests/bpf: make test_align selftest more robust
Andrii Nakryiko
1
-14
/
+24
2023-07-27
perf build: Fix library not found error when using CSLIBS
James Clark
1
-2
/
+2
2023-07-27
selftests: tc: add ConnTrack procfs kconfig
Matthieu Baerts
1
-0
/
+1
2023-07-27
selftests: tc: add 'ct' action kconfig dep
Matthieu Baerts
1
-0
/
+1
2023-07-27
selftests: tc: set timeout to 15 minutes
Matthieu Baerts
1
-0
/
+1
2023-07-27
perf probe: Add test for regression introduced by switch to die_get_decl_file()
Georg Müller
1
-0
/
+77
2023-07-27
maple_tree: fix node allocation testing on 32 bit
Liam R. Howlett
1
-3
/
+3
2023-07-23
selftests: mptcp: pm_nl_ctl: fix 32-bit support
Matthieu Baerts
1
-5
/
+5
2023-07-23
selftests: mptcp: depend on SYN_COOKIES
Matthieu Baerts
1
-0
/
+1
2023-07-23
selftests: mptcp: userspace_pm: report errors with 'remove' tests
Matthieu Baerts
1
-0
/
+2
2023-07-23
selftests: mptcp: userspace_pm: use correct server port
Matthieu Baerts
1
-1
/
+1
2023-07-23
selftests: mptcp: sockopt: return error if wrong mark
Matthieu Baerts
1
-4
/
+5
2023-07-23
selftests: mptcp: connect: fail if nft supposed to work
Matthieu Baerts
1
-0
/
+3
2023-07-19
wireguard: netlink: send staged packets when setting initial private key
Jason A. Donenfeld
1
-4
/
+26
2023-07-19
perf tool x86: Fix perf_env memory leak
Ian Rogers
1
-1
/
+1
2023-07-19
perf tool x86: Consolidate is_amd check into single function
Ravi Bangoria
5
-31
/
+31
2023-07-19
perf dwarf-aux: Fix off-by-one in die_get_varname()
Namhyung Kim
1
-1
/
+1
2023-07-19
perf script: Fix allocation of evsel->priv related to per-event dump files
Arnaldo Carvalho de Melo
1
-8
/
+8
2023-07-19
perf bench: Add missing setlocale() call to allow usage of %'d style formatting
Arnaldo Carvalho de Melo
1
-0
/
+2
2023-07-19
selftests: rtnetlink: remove netdevsim device after ipsec offload test
Sabrina Dubroca
1
-0
/
+1
2023-07-19
selftests: cgroup: fix unexpected failure on test_memcg_low
Haifeng Xu
1
-1
/
+3
2023-07-19
selftests/bpf: Fix check_mtu using wrong variable type
Jesper Dangaard Brouer
1
-1
/
+1
2023-07-19
selftests/bpf: Do not use sign-file as testcase
Alexey Gladkov
1
-2
/
+1
2023-07-19
bpftool: JIT limited misreported as negative value on aarch64
Alan Maguire
1
-12
/
+12
2023-07-19
libbpf: fix offsetof() and container_of() to work with CO-RE
Andrii Nakryiko
1
-5
/
+10
2023-07-19
libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...
Martin KaFai Lau
1
-3
/
+19
2023-07-19
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
1
-2
/
+2
2023-07-19
rcutorture: Correct name of use_softirq module parameter
Paul E. McKenney
2
-2
/
+2
2023-07-05
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
Krister Johansen
1
-2
/
+15
2023-06-28
selftests: forwarding: Fix race condition in mirror installation
Danielle Ratson
2
-0
/
+8
2023-06-28
selftests: net: fcnal-test: check if FIPS mode is enabled
Magali Lemes
1
-8
/
+19
2023-06-28
selftests: net: vrf-xfrm-tests: change authentication and encryption algos
Magali Lemes
1
-16
/
+16
2023-06-28
selftests: net: tls: check if FIPS mode is enabled
Magali Lemes
1
-1
/
+23
2023-06-28
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-46
/
+64
2023-06-28
selftests: mptcp: join: fix "userspace pm add & remove address"
Matthieu Baerts
1
-2
/
+3
2023-06-28
selftests: mptcp: join: skip fail tests if not supported
Matthieu Baerts
1
-1
/
+1
2023-06-28
selftests: mptcp: join: skip userspace PM tests if not supported
Matthieu Baerts
1
-9
/
+17
2023-06-28
selftests: mptcp: join: skip test if iptables/tc cmds fail
Matthieu Baerts
1
-31
/
+57
2023-06-28
selftests: mptcp: sockopt: skip TCP_INQ checks if not supported
Matthieu Baerts
1
-2
/
+12
2023-06-28
selftests: mptcp: diag: skip listen tests if not supported
Matthieu Baerts
1
-23
/
+24
2023-06-28
selftests/mount_setattr: fix redefine struct mount_attr build error
Shuah Khan
1
-7
/
+0
[next]