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
Age
Commit message (
Expand
)
Author
2019-09-13
crypto: caam - Cast to long first before pointer conversion
Herbert Xu
2019-09-09
crypto: caam - dispose of IRQ mapping only after IRQ is freed
Andrey Smirnov
2019-09-09
crypto: caam - check irq_of_parse_and_map for errors
Andrey Smirnov
2019-09-09
crypto: caam - use devres to unmap JR's registers
Andrey Smirnov
2019-09-09
crypto: caam - make sure clocks are enabled first
Andrey Smirnov
2019-08-30
crypto: caam - add clock entry for i.MX8MQ
Andrey Smirnov
2019-08-30
crypto: caam - always select job ring via RSR on i.MX8MQ
Andrey Smirnov
2019-08-30
crypto: caam - select DMA address size at runtime
Andrey Smirnov
2019-08-30
crypto: caam - don't hardcode inpentry size
Andrey Smirnov
2019-08-30
crypto: caam - drop explicit usage of struct jr_outentry
Andrey Smirnov
2019-08-30
crypto: caam - move cpu_to_caam_dma() selection to runtime
Andrey Smirnov
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-30
crypto: caam - share definition for MAX_SDLEN
Andrey Smirnov
2019-08-30
crypto: caam - drop 64-bit only wr/rd_reg64()
Andrey Smirnov
2019-08-30
crypto: caam - use ioread64*_hi_lo in rd_reg64
Andrey Smirnov
2019-08-30
crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
Andrey Smirnov
2019-08-30
crypto: caam - request JR IRQ as the last step
Andrey Smirnov
2019-08-30
crypto: caam - convert caam_jr_init() to use devres
Andrey Smirnov
2019-08-30
crypto: caam - simplfy clock initialization
Andrey Smirnov
2019-08-30
crypto: caam - move DMA mask selection into a function
Andrey Smirnov
2019-08-30
crypto: caam/qi - use print_hex_dump_debug function to print debug messages
Iuliana Prodan
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-15
crypto: caam/qi - execute library only on DPAA 1.x
Horia Geantă
2019-08-09
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
2019-08-09
crypto: caam - unregister algorithm only if the registration succeeded
Iuliana Prodan
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-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
2019-08-09
crypto: caam - update rfc4106 sh desc to support zero length input
Iuliana Prodan
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
2019-08-09
crypto: caam - check key length
Iuliana Prodan
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
crypto: caam/qi - fix error handling in ERN handler
Horia Geantă
2019-08-09
crypto: caam - fix concurrency issue in givencrypt descriptor
Horia Geantă
2019-08-02
crypto: caam - defer probing until QMan is available
Horia Geantă
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
2019-07-27
crypto: caam/qi2 - Increase napi budget to process more caam responses
Vakul Garg
2019-07-26
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2019-06-06
crypto: caam - disable some clock checks for iMX7ULP
Iuliana Prodan
2019-06-06
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
2019-06-06
crypto: caam - strip input without changing crypto request
Iuliana Prodan
2019-06-06
crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
Iuliana Prodan
[next]