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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-15
/
+36
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+76
2020-12-15
lib/test_kasan.c: add workqueue test case
Walter Wu
1
-0
/
+29
2020-12-15
locking/selftests: add testcases for fs_reclaim
Daniel Vetter
1
-0
/
+47
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+22
2020-12-15
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-0
/
+25
2020-12-15
Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+34
2020-12-15
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-9
/
+0
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-159
/
+68
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-0
/
+13
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+5
2020-12-12
selftest/fpu: avoid clang warning
Arnd Bergmann
1
-1
/
+2
2020-12-09
dyndbg: fix use before null check
Jim Cromie
1
-2
/
+7
2020-12-09
Merge branch 'locking/rwsem'
Peter Zijlstra
1
-2
/
+17
2020-12-06
zlib: export S390 symbols for zlib modules
Randy Dunlap
1
-0
/
+3
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
2
-3
/
+1
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2020-12-03
lib/syscall: fix syscall registers retrieval on 32-bit platforms
Willy Tarreau
1
-2
/
+9
2020-12-03
lockdep/selftest: Add spin_nest_lock test
Boqun Feng
1
-0
/
+17
2020-12-03
lockdep/selftests: Fix PROVE_RAW_LOCK_NESTING
Peter Zijlstra
1
-17
/
+17
2020-12-01
net: switch to storing KCOV handle directly in sk_buff
Marco Elver
1
-1
/
+0
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
18
-62
/
+140
2020-11-24
mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
Thomas Gleixner
1
-0
/
+14
2020-11-24
mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL
Thomas Gleixner
1
-0
/
+8
2020-11-24
Merge branch 'sched/core' into core/mm
Thomas Gleixner
3
-0
/
+25
2020-11-24
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
1
-1
/
+1
2020-11-20
crypto: lib/curve25519 - Move selftest prototype into header file
Herbert Xu
1
-2
/
+0
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+3
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+17
2020-11-19
lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
Daniel Xu
1
-2
/
+17
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-3
/
+3
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
1
-14
/
+25
2020-11-16
Fix unefficient call to memset before memcpu in nla_strlcpy.
Francis Laniel
1
-1
/
+2
2020-11-16
Fonts: Add charcount field to font_desc
Peilin Ye
13
-0
/
+13
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+9
2020-11-13
net: kcov: don't select SKB_EXTENSIONS when there is no NET
Randy Dunlap
1
-1
/
+1
2020-11-11
kbuild: Build kernel module BTFs if BTF is enabled and pahole supports it
Andrii Nakryiko
1
-0
/
+9
2020-11-10
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
1
-0
/
+18
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
1
-0
/
+5
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
1
-0
/
+2
2020-11-09
s390/kasan: remove 3-level paging support
Vasily Gorbik
1
-9
/
+0
2020-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-60
/
+123
2020-11-06
Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-13
/
+13
2020-11-03
Fonts: Replace discarded const qualifier
Lee Jones
13
-13
/
+13
2020-11-03
net: add kcov handle to skb extensions
Aleksandr Nogikh
1
-0
/
+1
2020-11-02
lib/crc32test: remove extra local_irq_disable/enable
Vasily Gorbik
1
-4
/
+0
2020-11-02
kasan: adopt KUNIT tests to SW_TAGS mode
Andrey Konovalov
1
-42
/
+107
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2020-10-30
docs: Kconfig/Makefile: add a check for broken ABI files
Mauro Carvalho Chehab
1
-0
/
+2
[next]