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-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-11-15
dt-bindings: rng: atmel-trng: add new compatible
Codrin Ciubotariu
1
-1
/
+1
2019-11-08
crypto: atmel - Fix selection of CRYPTO_AUTHENC
Tudor Ambarus
1
-1
/
+1
2019-11-08
crypto: inside-secure - Add missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+1
2019-11-08
crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
Zhou Wang
1
-26
/
+25
2019-11-08
crypto: sun8i-ss - fix memdup.cocci warnings
kbuild test robot
1
-4
/
+2
2019-11-08
crypto: sun8i-ss - fix semicolon.cocci warnings
kbuild test robot Remove unneeded semicolon
1
-1
/
+1
2019-11-08
crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
Christian Lamparter
1
-5
/
+1
2019-11-08
MAINTAINERS: Add maintainer for HiSilicon TRNG V2 driver
Zaibo Xu
1
-0
/
+5
2019-11-08
hwrng: hisi - add HiSilicon TRNG driver support
Zaibo Xu
3
-0
/
+113
2019-11-08
crypto: amlogic - ensure error variable err is set before returning it
Colin Ian King
1
-0
/
+1
2019-11-08
crypto: amlogic - Use kmemdup in meson_aes_setkey()
YueHaibing
1
-2
/
+1
2019-11-08
crypto: atmel - Fix remaining endianess warnings
Herbert Xu
2
-2
/
+2
2019-11-08
crypto: atmel - Fix authenc support when it is set to m
Herbert Xu
3
-11
/
+11
2019-11-01
crypto: amcc - restore CRYPTO_AES dependency
Christian Lamparter
1
-0
/
+1
2019-11-01
crypto: hisilicon - fix to return sub-optimal device when best device has no qps
Zhou Wang
3
-20
/
+77
2019-11-01
crypto: hisilicon - use sgl API to get sgl dma addr and len
Zhou Wang
2
-3
/
+2
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
18
-94
/
+94
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
15
-1181
/
+22
2019-11-01
crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type
Eric Biggers
1
-7
/
+6
2019-11-01
crypto: skcipher - remove crypto_has_ablkcipher()
Eric Biggers
2
-32
/
+1
2019-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
2
-20
/
+3
2019-11-01
dt-bindings: crypto: Add DT bindings documentation for sun8i-ss Security System
Corentin Labbe
1
-0
/
+60
2019-11-01
crypto: allwinner - Add sun8i-ss cryptographic offloader
Corentin Labbe
6
-0
/
+1328
2019-11-01
crypto: testmgr - add test vectors for blake2b
David Sterba
2
-0
/
+335
2019-11-01
crypto: blake2b - add blake2b generic implementation
David Sterba
3
-0
/
+453
2019-11-01
crypto: sun4i-ss - Move to Allwinner directory
Corentin Labbe
11
-33
/
+28
2019-11-01
crypto: allwinner - Add sun8i-ce Crypto Engine
Corentin Labbe
6
-0
/
+1394
2019-11-01
crypto: allwinner - Add allwinner subdirectory
Corentin Labbe
4
-0
/
+15
2019-11-01
crypto: mediatek - remove redundant bitwise-or
Colin Ian King
1
-1
/
+1
2019-11-01
crypto: ecdh - fix big endian bug in ECC library
Ard Biesheuvel
1
-1
/
+2
2019-11-01
crypto: caam - populate platform devices last
Andrey Smirnov
1
-7
/
+6
2019-11-01
crypto: caam - use devres to populate platform devices
Andrey Smirnov
1
-23
/
+3
2019-11-01
crypto: caam - use devres to de-initialize QI
Andrey Smirnov
4
-19
/
+7
2019-11-01
crypto: caam - use devres to de-initialize the RNG
Andrey Smirnov
1
-60
/
+70
2019-11-01
crypto: caam - use devres to remove debugfs
Andrey Smirnov
2
-8
/
+14
2019-11-01
crypto: caam - use devres to unmap memory
Andrey Smirnov
1
-19
/
+9
2019-11-01
hwrng: omap3-rom - Fix unused function warnings
Arnd Bergmann
1
-2
/
+2
2019-11-01
crypto: inside-secure - Fixed warnings on inconsistent byte order handling
Pascal van Leeuwen
4
-67
/
+61
2019-11-01
crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...
Yunfeng Ye
1
-1
/
+1
2019-10-25
crypto: ccp - fix uninitialized list head
Mark Salter
1
-0
/
+1
2019-10-25
crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics
Geert Uytterhoeven
1
-9
/
+9
2019-10-25
crypto: ccp - Verify access to device registers before initializing
Hook, Gary
2
-2
/
+28
2019-10-25
crypto: ccp - Change a message to reflect status instead of failure
Hook, Gary
2
-4
/
+13
2019-10-25
crypto: hisilicon - fix endianness verification problem of QM
Shukun Tan
2
-44
/
+45
2019-10-25
crypto: hisilicon - fix param should be static when not external.
Shukun Tan
1
-3
/
+3
2019-10-25
crypto: hisilicon - Fix using plain integer as NULL pointer
Shukun Tan
1
-1
/
+1
2019-10-25
crypto: hisilicon - tiny fix about QM/ZIP error callback print
Zhou Wang
2
-9
/
+3
2019-10-25
crypto: ccree - fix comparison of unsigned expression warning
Tian Tao
1
-1
/
+2
2019-10-25
crypto: ccp - Retry SEV INIT command in case of integrity check failure.
Ashish Kalra
2
-0
/
+15
[next]