index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
crypto: caam/qi2 - add support for XTS with 16B IV
Andrei Botila
1
-5
/
+10
2020-10-02
crypto: caam/qi - add support for XTS with 16B IV
Andrei Botila
1
-4
/
+8
2020-10-02
crypto: caam/jr - add support for XTS with 16B IV
Andrei Botila
2
-15
/
+24
2020-10-02
crypto: caam - add xts check for block length equal to zero
Andrei Botila
3
-4
/
+24
2020-10-02
crypto: caam/qi2 - add support for more XTS key lengths
Andrei Botila
1
-4
/
+12
2020-10-02
crypto: caam/qi - add support for more XTS key lengths
Andrei Botila
1
-3
/
+10
2020-10-02
crypto: caam/jr - add support for more XTS key lengths
Andrei Botila
1
-3
/
+10
2020-10-02
crypto: caam/qi2 - add fallback for XTS with more than 8B IV
Andrei Botila
3
-5
/
+78
2020-10-02
crypto: caam/qi - add fallback for XTS with more than 8B IV
Andrei Botila
2
-5
/
+68
2020-10-02
crypto: caam/jr - add fallback for XTS with more than 8B IV
Andrei Botila
2
-7
/
+66
2020-09-25
crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-21
/
+2
2020-09-18
crypto: caam - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-2
/
+1
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
4
-8
/
+11
2020-09-11
crypto: caam - use traditional error check pattern
Andy Shevchenko
1
-4
/
+3
2020-08-21
crypto: caam - Move debugfs fops into standalone file
Horia Geantă
6
-102
/
+136
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-14
/
+14
2020-07-31
crypto: caam/qi2 - add module alias
Horia Geantă
1
-0
/
+1
2020-07-31
crypto: caam - add more RNG hw error codes
Horia Geantă
1
-0
/
+3
2020-07-31
crypto: caam/jr - remove incorrect reference to caam_jr_register()
Dan Douglass
1
-2
/
+1
2020-07-31
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
3
-3
/
+3
2020-07-31
crypto: caam/qi2 - create ahash shared descriptors only once
Horia Geantă
1
-1
/
+5
2020-07-31
crypto: caam/qi2 - fix error reporting for caam_hash_alloc
Horia Geantă
1
-1
/
+1
2020-07-31
crypto: caam - remove deadcode on 32-bit platforms
Franck LENORMAND
1
-3
/
+8
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
4
-8
/
+14
2020-07-16
crypto: caam - Remove broken arc4 support
Herbert Xu
2
-30
/
+0
2020-06-26
crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()
Horia Geantă
1
-4
/
+6
2020-06-18
crypto: caam - Fix argument type in handle_imx6_err005766
Herbert Xu
1
-1
/
+1
2020-06-18
crypto: caam/qi2 - remove redundant assignment to ret
Colin Ian King
1
-2
/
+0
2020-06-18
crypto: caam/qi2 - add support for dpseci_reset()
Andrei Botila
4
-0
/
+36
2020-06-18
crypto: caam - add clock info for VFxxx SoCs
Andrey Smirnov
1
-0
/
+10
2020-06-15
crypto: caam - fix typos
Heinrich Schuchardt
4
-13
/
+13
2020-04-16
crypto: caam - fix the address of the last entry of S/G
Iuliana Prodan
1
-1
/
+1
2020-04-16
crypto: caam - fix use-after-free KASAN issue for RSA algorithms
Iuliana Prodan
1
-2
/
+6
2020-04-16
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
1
-2
/
+6
2020-04-16
crypto: caam - fix use-after-free KASAN issue for AEAD algorithms
Iuliana Prodan
1
-1
/
+3
2020-04-16
crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms
Iuliana Prodan
1
-1
/
+3
2020-03-30
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
1
-10
/
+11
2020-03-30
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
5
-15
/
+68
2020-03-30
crypto: caam - invalidate entropy register during RNG initialization
Andrey Smirnov
2
-4
/
+10
2020-03-30
crypto: caam - check if RNG job failed
Andrey Smirnov
1
-6
/
+15
2020-03-30
crypto: caam - simplify RNG implementation
Andrey Smirnov
1
-215
/
+107
2020-03-30
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
3
-43
/
+44
2020-03-30
crypto: caam - use struct hwrng's .init for initialization
Andrey Smirnov
1
-23
/
+24
2020-03-30
crypto: caam - allocate RNG instantiation descriptor with GFP_DMA
Andrey Smirnov
1
-2
/
+2
2020-03-06
crypto: caam - update xts sector size for large input length
Andrei Botila
1
-2
/
+14
2020-03-06
crypto: caam/qi2 - fix chacha20 data size error
Horia Geantă
1
-4
/
+10
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
4
-7
/
+7
2020-02-22
crypto: caam - add crypto_engine support for HASH algorithms
Iuliana Prodan
1
-51
/
+123
2020-02-22
crypto: caam - add crypto_engine support for RSA algorithms
Iuliana Prodan
2
-24
/
+114
2020-02-22
crypto: caam - add crypto_engine support for AEAD algorithms
Iuliana Prodan
1
-30
/
+77
[next]