index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2017-06-20
crypto: crypto4xx - fix an error code
Christophe Jaillet
1
-0
/
+1
2017-06-19
crypto: engine - replace pr_xxx by dev_xxx
Corentin LABBE
2
-10
/
+14
2017-06-19
crypto: testmgr - use consistent format for errors
Gilad Ben-Yossef
1
-9
/
+9
2017-06-19
crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"
Colin Ian King
1
-1
/
+1
2017-06-19
crypto: sun4i-ss - fix large block size support
Antoine Ténart
1
-0
/
+18
2017-06-19
crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flag
Antoine Ténart
1
-5
/
+10
2017-06-19
crypto: sun4i-ss - move from ablkcipher to skcipher API
Antoine Ténart
3
-224
/
+221
2017-06-19
crypto: sun4i-ss - use GENMASK to generate masks
Antoine Ténart
1
-3
/
+6
2017-06-19
crypto: sun4i-ss - simplify the appended bit assignment
Antoine Ténart
1
-6
/
+2
2017-06-19
crypto: sun4i-ss - simplify the pad length calculation
Antoine Ténart
1
-17
/
+12
2017-06-19
crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0
Antoine Ténart
1
-2
/
+1
2017-06-19
crypto: sun4i-ss - cannot use DMA is the request is 0 length
Antoine Ténart
1
-1
/
+1
2017-06-19
crypto: sun4i-ss - use lower/upper_32_bits helpers
Antoine Ténart
1
-6
/
+6
2017-06-19
crypto: sun4i-ss - remove conditional checks against 0
Antoine Ténart
3
-39
/
+39
2017-06-19
crypto: sun4i-ss - group variable definitions in sun4i_hash()
Antoine Ténart
1
-20
/
+11
2017-06-19
crypto: algapi - Use pr_err common logging style.
Karim Eshapa
1
-1
/
+1
2017-06-19
crypto: doc - Fixed bugs, added example usage of calc_hash().
Kamil Konieczny
1
-10
/
+28
2017-06-19
crypto: glue_helper - Delete some dead code
Dan Carpenter
1
-3
/
+0
2017-06-19
crypto: aes_ti - fix comment for MixColumns step
Eric Biggers
1
-1
/
+1
2017-06-19
crypto: mediatek - drop .owner field in mtk_crypto_driver
Geliang Tang
1
-1
/
+0
2017-06-19
crypto: cavium - Add more algorithms
George Cherian
1
-0
/
+81
2017-06-19
crypto: cavium - Remove the individual encrypt/decrypt function for each algo...
George Cherian
2
-77
/
+83
2017-06-19
crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...
George Cherian
1
-1
/
+1
2017-06-19
crypto: ccp - return NULL instead of 0
pjambhlekar
1
-2
/
+2
2017-06-19
crypto: ccp - Add debugfs entries for CCP information
Gary R Hook
5
-3
/
+395
2017-06-19
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
Martin Hicks
1
-1
/
+6
2017-06-10
dt-bindings: crypto: remove mediatek ethif clock
Ryder Lee
1
-5
/
+3
2017-06-10
crypto: mediatek - remove redundant clock setting
Ryder Lee
2
-11
/
+1
2017-06-10
crypto: testmgr - add genkey kpp test
Tudor-Dan Ambarus
2
-11
/
+112
2017-06-10
crypto: ecdh - add privkey generation support
Tudor-Dan Ambarus
5
-4
/
+80
2017-06-10
crypto: cavium - Register the CNN55XX supported crypto algorithms.
Srikanth Jampala
5
-1
/
+544
2017-06-10
crypto: cavium - Add debugfs support in CNN55XX driver.
Srikanth Jampala
3
-0
/
+143
2017-06-10
crypto: cavium - Add support for CNN55XX adapters.
Srikanth Jampala
13
-0
/
+4002
2017-06-10
X.509: Fix error code in x509_cert_parse()
Dan Carpenter
1
-0
/
+1
2017-06-10
crypto: drbg - Fixes panic in wait_for_completion call
Stephan Mueller
1
-0
/
+1
2017-06-10
crypto: pkcs1pad - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-8
/
+2
2017-06-10
crypto: qat - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: caampkc - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-3
/
+2
2017-06-10
crypto: rsa - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: akcipher - assume key is already set in maxsize
Tudor-Dan Ambarus
1
-5
/
+6
2017-06-10
crypto: qat - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: ecdh - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-4
/
+3
2017-06-10
crypto: dh - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-1
/
+1
2017-06-10
crypto: kpp - assume key is already set in maxsize
Tudor-Dan Ambarus
1
-5
/
+6
2017-06-10
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
1
-0
/
+3
2017-06-10
crypto: ecc - rename ecdh_make_pub_key()
Tudor-Dan Ambarus
3
-7
/
+7
2017-06-10
crypto: ecc - remove unnecessary casts
Tudor-Dan Ambarus
3
-25
/
+22
2017-06-10
crypto: ecc - remove unused function arguments
Tudor-Dan Ambarus
3
-21
/
+11
2017-06-10
crypto: kpp, (ec)dh - fix typos
Tudor-Dan Ambarus
8
-17
/
+19
2017-06-10
MAINTAINERS: add a maintainer for the Inside Secure crypto driver
Antoine Ténart
1
-0
/
+6
[next]