index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caampkc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
1
-3
/
+3
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
1
-14
/
+17
2022-12-02
crypto: caam - Set DMA alignment explicitly
Herbert Xu
1
-23
/
+24
2022-12-02
crypto: caam - Use helper to set reqsize
Herbert Xu
1
-1
/
+2
2021-12-03
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
1
-0
/
+3
2021-09-24
crypto: caam - disable pkc for non-E SoCs
Michael Walle
1
-4
/
+15
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
1
-1
/
+2
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-14
/
+14
2020-04-16
crypto: caam - fix use-after-free KASAN issue for RSA algorithms
Iuliana Prodan
1
-2
/
+6
2020-02-22
crypto: caam - add crypto_engine support for RSA algorithms
Iuliana Prodan
1
-24
/
+104
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
1
-8
/
+8
2020-02-22
crypto: caam - refactor RSA private key _done callbacks
Iuliana Prodan
1
-43
/
+18
2019-10-04
crypto: caam - use mapped_{src,dst}_nents for descriptor
Iuliana Prodan
1
-33
/
+39
2019-08-30
crypto: caam - select DMA address size at runtime
Andrey Smirnov
1
-4
/
+4
2019-08-09
crypto: caam - unregister algorithm only if the registration succeeded
Iuliana Prodan
1
-19
/
+30
2019-08-09
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
1
-0
/
+11
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-8
/
+12
2019-07-26
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
1
-8
/
+3
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
1
-2
/
+2
2019-06-06
crypto: caam - strip input without changing crypto request
Iuliana Prodan
1
-13
/
+26
2019-06-06
crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
Iuliana Prodan
1
-17
/
+72
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-45
/
+5
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
1
-2
/
+5
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
1
-2
/
+0
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
1
-4
/
+10
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
1
-3
/
+7
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-08-25
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
1
-10
/
+10
2018-05-05
crypto: caam - fix size of RSA prime factor q
Horia Geantă
1
-4
/
+4
2018-04-20
crypto: caam: - Use kmemdup() function
Fabio Estevam
1
-8
/
+1
2018-04-20
crypto: caam - strip input zeros from RSA input buffer
Horia Geantă
1
-0
/
+54
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+2
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-2
/
+2
2017-06-10
crypto: caampkc - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-3
/
+2
2017-05-18
crypto: caam - add support for RSA key form 3
Radu Alexe
1
-1
/
+218
2017-05-18
crypto: caam - add support for RSA key form 2
Radu Alexe
1
-17
/
+214
2017-05-18
crypto: caam - incapsulate dropping leading zeros into function
Radu Alexe
1
-4
/
+9
2017-05-18
crypto: caam - avoid kzalloc(0) in caam_read_raw_data
Tudor Ambarus
1
-0
/
+2
2017-04-05
crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
Horia Geantă
1
-1
/
+1
2016-11-13
crypto: caam - fix sparse warnings
Horia Geantă
1
-2
/
+2
2016-07-05
crypto: caam - add support for RSA algorithm
Tudor Ambarus
1
-0
/
+607