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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-27
lib/mpi: use "static inline" instead of "extern inline"
Arnd Bergmann
2
-5
/
+5
2016-02-27
lib/mpi: avoid assembler warning
Arnd Bergmann
1
-1
/
+1
2016-02-27
hwrng: bcm63xx - fix non device tree compatibility
Álvaro Fernández Rojas
1
-1
/
+3
2016-02-27
crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.
Marcus Meissner
1
-0
/
+16
2016-02-27
crypto: qat - The AE id should be less than the maximal AE number
Pingchao Yang
1
-1
/
+1
2016-02-27
lib/mpi: Endianness fix
Michal Marek
1
-18
/
+21
2016-02-27
crypto: rockchip - add hash support for crypto engine in rk3288
Zain Wang
6
-14
/
+499
2016-02-17
crypto: xts - fix compile errors
Stephan Mueller
5
-0
/
+5
2016-02-16
crypto: doc - add skcipher API documentation
Stephan Mueller
1
-130
/
+74
2016-02-16
crypto: doc - update AEAD AD handling
Stephan Mueller
2
-4
/
+3
2016-02-16
crypto: doc - add crypto_rng_generate
Stephan Mueller
1
-0
/
+1
2016-02-16
crypto: doc - add akcipher API
Stephan Mueller
2
-14
/
+37
2016-02-16
crypto: caam - Staticize caam_jr_shutdown()
Fabio Estevam
1
-1
/
+1
2016-02-16
crypto: qat - fix leak on error path
Tadeusz Struk
1
-34
/
+36
2016-02-16
crypto: xts - consolidate sanity check for keys
Stephan Mueller
13
-53
/
+71
2016-02-16
hwrng: pic32 - Add PIC32 RNG hardware driver
Joshua Henderson
3
-0
/
+169
2016-02-16
dt/bindings: Add bindings for the PIC32 random number generator
Joshua Henderson
1
-0
/
+17
2016-02-16
crypto: atmel-sha - fix race in atmel_sha_final()
Cyrille Pitchen
1
-22
/
+2
2016-02-16
crypto: atmel-sha - fix .import()/.export() implementation
Cyrille Pitchen
1
-34
/
+10
2016-02-16
crypto: testmgr - mark authenticated ctr(aes) also as FIPS able
Marcus Meissner
1
-0
/
+16
2016-02-09
crypto: keys - Revert "convert public key to akcipher api"
Herbert Xu
14
-139
/
+316
2016-02-06
crypto: testmgr - mark more algorithms as FIPS compliant
Marcus Meissner
1
-0
/
+7
2016-02-06
crypto: testmgr - fix out of bound read in __test_aead()
Jerome Marchand
1
-2
/
+3
2016-02-06
crypto: sahara - fill the statesize field
Fabio Estevam
1
-0
/
+2
2016-02-06
crypto: sahara - avoid needlessly saving and restoring sahara_ctx
Fabio Estevam
1
-10
/
+2
2016-02-06
crypto: sahara - remove unneeded mutex in the exported state
Fabio Estevam
1
-5
/
+0
2016-02-06
crypto: testmgr - Add a test case for import()/export()
Wang, Rui Y
1
-0
/
+133
2016-02-06
crypto: public_key - remove MPIs from public_key_signature struct
Tadeusz Struk
1
-13
/
+1
2016-02-06
integrity: convert digsig to akcipher api
Tadeusz Struk
2
-7
/
+4
2016-02-06
crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api
Tadeusz Struk
12
-296
/
+134
2016-02-06
crypto: ccp - Don't assume export/import areas are aligned
Tom Lendacky
2
-25
/
+37
2016-02-06
crypto: sha-mb - Fix load failure
Wang, Rui Y
1
-0
/
+35
2016-02-06
crypto: aead - move aead_request_cast helper to aead.h
Tadeusz Struk
2
-6
/
+6
2016-02-06
crypto: sunxi-ss - prevent compilation on 64-bit
Andre Przywara
1
-1
/
+1
2016-02-06
crypto: hash - Remove crypto_hash interface
Herbert Xu
6
-450
/
+0
2016-02-06
staging: lustre: Use ahash
Herbert Xu
1
-40
/
+52
2016-02-06
crypto: hash - Add helpers to return alg and driver names
Herbert Xu
1
-0
/
+20
2016-02-06
crypto: skcipher - Fix driver name helper
Herbert Xu
1
-1
/
+1
2016-02-06
crypto: doc - Use ahash
Herbert Xu
1
-9
/
+14
2016-02-06
crypto: tcrypt - Use ahash
Herbert Xu
1
-224
/
+15
2016-02-01
crypto: keywrap - memzero the correct memory
Dan Carpenter
1
-2
/
+2
2016-02-01
crypto: ccp - Limit the amount of information exported
Tom Lendacky
3
-10
/
+48
2016-02-01
crypto: omap-aes - Support crypto engine framework
Baolin Wang
2
-53
/
+45
2016-02-01
crypto: engine - Introduce the block request crypto engine framework
Baolin Wang
4
-0
/
+429
2016-02-01
crypto: api - Introduce crypto_queue_len() helper function
Baolin Wang
1
-0
/
+4
2016-01-30
crypto: atmel-sha - fix algorihtm registration
Cyrille Pitchen
1
-1
/
+60
2016-01-30
crypto: crc32 - Rename generic implementation
Herbert Xu
2
-2
/
+3
2016-01-30
crypto: mcryptd - Fix load failure
Wang, Rui Y
1
-0
/
+1
2016-01-27
crypto: jitterentropy - always select CRYPTO_RNG
Arnd Bergmann
1
-0
/
+1
2016-01-27
crypto: sunxi - don't print confusing data
Arnd Bergmann
1
-3
/
+2
[next]