index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamrng.c
Age
Commit message (
Expand
)
Author
2023-06-23
crypto: caam - add a test for the RNG
Victoria Milhoan (b42089)
2023-04-14
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2020-03-30
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
2020-03-30
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
2020-03-30
crypto: caam - check if RNG job failed
Andrey Smirnov
2020-03-30
crypto: caam - simplify RNG implementation
Andrey Smirnov
2020-03-30
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
2020-03-30
crypto: caam - use struct hwrng's .init for initialization
Andrey Smirnov
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-09
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
2019-08-09
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2017-07-18
crypto: caam - clean-up in caam_init_rng()
Horia Geantă
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
2016-11-13
crypto: caam - fix smatch warnings
Horia Geantă
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
2015-08-13
crypto: caam - Fix error handling in caam_rng_init()
Fabio Estevam
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
2015-08-10
crypto: caam - Add cache coherency support
Victoria Milhoan
2015-06-16
crypto: caam - fix RNG buffer cache alignment
Steve Cornelius
2015-03-09
hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problem
Yanjiang Jin
2014-07-23
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
2014-07-10
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
2014-05-08
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
2014-03-21
crypto: caam - Fix first parameter to caam_init_rng
Herbert Xu
2014-03-10
crypto: caam - Dynamic memory allocation for caam_rng_ctx object
Nitesh Lal
2013-10-30
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
2013-10-30
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
2013-09-13
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
2012-08-01
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
2012-08-01
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2012-06-27
crypto: caam - hwrng support
Yuan Kang