index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
ctrl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
crypto: caam - optimize RNG sample size
Meenakshi Aggarwal
1
-20
/
+32
2023-06-23
crypto: caam - adjust RNG timing to support more devices
Victoria Milhoan
1
-2
/
+2
2023-05-19
crypto: caam - Fix soc_id matching
Pankaj Gupta
1
-4
/
+13
2023-05-12
crypto: caam - refactor RNG initialization
Horia GeantA
1
-91
/
+114
2023-04-14
crypto: caam - OP-TEE firmware support
Horia GeantA
1
-1
/
+22
2023-04-14
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
1
-31
/
+52
2023-03-31
crypto: caam - Clear some memory in instantiate_rng
Christophe JAILLET
1
-2
/
+4
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
1
-2
/
+2
2022-05-27
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+18
2022-05-23
crypto: caam - determine whether CAAM supports blob encap/decap
Ahmad Fatoum
1
-2
/
+15
2022-04-29
crypto: caam - fix i.MX6SX entropy delay value
Fabio Estevam
1
-0
/
+18
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
1
-1
/
+3
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ă
1
-69
/
+8
2020-06-18
crypto: caam - Fix argument type in handle_imx6_err005766
Herbert Xu
1
-1
/
+1
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
1
-9
/
+9
2020-03-30
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
1
-13
/
+60
2020-03-30
crypto: caam - invalidate entropy register during RNG initialization
Andrey Smirnov
1
-3
/
+8
2020-03-30
crypto: caam - allocate RNG instantiation descriptor with GFP_DMA
Andrey Smirnov
1
-2
/
+2
2020-01-22
crypto: caam - add support for i.MX8M Plus
Horia Geantă
1
-2
/
+3
2020-01-16
crypto: caam - add support for i.MX8M Nano
Horia Geantă
1
-4
/
+4
2019-12-27
crypto: caam - Add support for i.MX8M Mini
Adam Ford
1
-1
/
+3
2019-12-11
crypto: caam - do not reset pointer size from MCFGR register
Iuliana Prodan
1
-4
/
+2
2019-11-01
crypto: caam - populate platform devices last
Andrey Smirnov
1
-7
/
+6
2019-11-01
crypto: caam - use devres to populate platform devices
Andrey Smirnov
1
-23
/
+3
2019-11-01
crypto: caam - use devres to de-initialize QI
Andrey Smirnov
1
-13
/
+1
2019-11-01
crypto: caam - use devres to de-initialize the RNG
Andrey Smirnov
1
-60
/
+70
2019-11-01
crypto: caam - use devres to remove debugfs
Andrey Smirnov
1
-7
/
+14
2019-11-01
crypto: caam - use devres to unmap memory
Andrey Smirnov
1
-19
/
+9
2019-09-09
crypto: caam - make sure clocks are enabled first
Andrey Smirnov
1
-15
/
+15
2019-08-30
crypto: caam - add clock entry for i.MX8MQ
Andrey Smirnov
1
-0
/
+1
2019-08-30
crypto: caam - always select job ring via RSR on i.MX8MQ
Andrey Smirnov
1
-1
/
+6
2019-08-30
crypto: caam - select DMA address size at runtime
Andrey Smirnov
1
-1
/
+4
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
1
-0
/
+1
2019-08-30
crypto: caam - simplfy clock initialization
Andrey Smirnov
1
-105
/
+93
2019-08-30
crypto: caam - move DMA mask selection into a function
Andrey Smirnov
1
-10
/
+1
2019-08-02
crypto: caam - defer probing until QMan is available
Horia Geantă
1
-26
/
+48
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-1
/
+1
2019-06-06
crypto: caam - disable some clock checks for iMX7ULP
Iuliana Prodan
1
-2
/
+4
2019-05-23
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
1
-0
/
+1
2019-05-23
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
1
-4
/
+4
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-20
/
+25
2019-05-17
crypto: caam - fix typo in i.MX6 devices list for errata
Iuliana Prodan
1
-1
/
+1
2019-03-28
crypto: caam - limit AXI pipeline to a depth of 1
Iuliana Prodan
1
-0
/
+20
2019-02-01
crypto: caam - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-15
/
+6
2019-01-11
crypto: caam - move shared symbols in a common location
Horia Geantă
1
-4
/
+0
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
1
-7
/
+21
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-05-31
crypto: caam - fix MC firmware detection
Horia Geantă
1
-9
/
+12
[next]