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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-01
Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
5
-117
/
+229
2023-06-23
crypto: caam - optimize RNG sample size
Meenakshi Aggarwal
2
-22
/
+44
2023-06-23
crypto: caam - add a test for the RNG
Victoria Milhoan (b42089)
2
-0
/
+57
2023-06-23
crypto: caam - adjust RNG timing to support more devices
Victoria Milhoan
1
-2
/
+2
2023-05-31
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
1
-3
/
+1
2023-05-19
crypto: caam - Fix soc_id matching
Pankaj Gupta
1
-4
/
+13
2023-05-12
crypto: caam - refactor RNG initialization
Horia GeantA
2
-91
/
+115
2023-04-14
crypto: caam - OP-TEE firmware support
Horia GeantA
3
-1
/
+26
2023-04-14
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
7
-58
/
+84
2023-03-31
crypto: caam - Clear some memory in instantiate_rng
Christophe JAILLET
1
-2
/
+4
2023-03-24
crypto: caam - remove unnecessary (void*) conversions
Yu Zhe
1
-1
/
+1
2023-03-24
crypto: caam/jr - add .shutdown hook
Gaurav Jain
1
-0
/
+6
2023-03-14
drivers: crypto: caam/jr - Allow quiesce when quiesced
Horia Geanta
1
-10
/
+45
2023-02-28
crypto: caam - Fix edesc/iv ordering mixup
Herbert Xu
3
-23
/
+53
2023-01-27
crypto: caam - Use ahash_request_complete
Herbert Xu
2
-6
/
+6
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
13
-71
/
+111
2023-01-06
crypto: caam - Avoid GCC memset bug warning
Herbert Xu
1
-1
/
+2
2022-12-30
crypto: caam - fix CAAM io mem access in blob_gen
Nikolaus Voss
1
-1
/
+1
2022-12-02
crypto: caam - Set DMA alignment explicitly
Herbert Xu
5
-215
/
+216
2022-12-02
crypto: caam - Use helper to set reqsize
Herbert Xu
1
-1
/
+2
2022-12-02
crypto: caam - warn if blob_gen key is insecure
Nikolaus Voss
2
-0
/
+12
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-1
/
+0
2022-07-15
crypto: caam/qi2 - switch to netif_napi_add_tx_weight()
Jakub Kicinski
2
-4
/
+5
2022-06-30
crypto: caam - drop unexpected word 'for' in comments
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: caam - drop unexpected word 'a' in comments
Jiang Jian
2
-2
/
+2
2022-05-28
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-1
/
+279
2022-05-23
crypto: caam - add in-kernel interface for blob generator
Ahmad Fatoum
3
-0
/
+186
2022-05-23
crypto: caam - determine whether CAAM supports blob encap/decap
Ahmad Fatoum
3
-3
/
+19
2022-05-06
crypto: caam/rng - Add support for PRNG
Meenakshi Aggarwal
5
-1
/
+261
2022-04-29
crypto: caam - fix i.MX6SX entropy delay value
Fabio Estevam
1
-0
/
+18
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2021-12-03
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
3
-0
/
+12
2021-11-20
crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
Meng Li
1
-1
/
+1
2021-09-24
crypto: caam - disable pkc for non-E SoCs
Michael Walle
2
-4
/
+18
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
2
-1
/
+5
2021-02-10
crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Jiapeng Chong
1
-2
/
+2
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-9
/
+6
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-11-20
crypto: caam/qi - simplify error path for context allocation
Horia Geantă
1
-4
/
+4
2020-11-06
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
3
-5
/
+6
2020-11-06
crypto: caam - enable crypto-engine retry mechanism
Iuliana Prodan
2
-1
/
+11
2020-11-04
crypto: caam: Replace in_irq() usage.
Sebastian Andrzej Siewior
1
-8
/
+4
2020-11-04
soc/fsl/qbman: Add an argument to signal if NAPI processing is required.
Sebastian Andrzej Siewior
1
-1
/
+2
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
[next]