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
Age
Commit message (
Expand
)
Author
2019-08-22
crypto: atmel/des - switch to new verification routines
Ard Biesheuvel
2019-08-15
crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit
Phani Kiran Hemadri
2019-08-15
crypto: cavium/nitrox - Allocate asymmetric crypto command queues
Phani Kiran Hemadri
2019-08-15
crypto: caam/qi - execute library only on DPAA 1.x
Horia Geantă
2019-08-15
crypto: hisilicon - fix error handle in hisi_zip_create_req_q
Zhou Wang
2019-08-15
crypto: hisilicon - add missing single_release
Zhou Wang
2019-08-15
crypto: hisilicon - init curr_sgl_dma to fix compile warning
Zhou Wang
2019-08-15
crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
Zhou Wang
2019-08-15
crypto: hisilicon - fix kbuild warnings
Zhou Wang
2019-08-09
crypto: ccp - Remove unnecessary linux/pci.h include
Bjorn Helgaas
2019-08-09
crypto: ccp - Include DMA declarations explicitly
Bjorn Helgaas
2019-08-09
crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: qce - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: stm32 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: rockchip - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: picoxcell - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: mediatek - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: img-hash - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: exynos - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: ccp - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: artpec6 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
crypto: hisilicon - add debugfs for ZIP and QM
Zhou Wang
2019-08-09
crypto: hisilicon - add SRIOV support for ZIP
Zhou Wang
2019-08-09
crypto: hisilicon - add HiSilicon ZIP accelerator support
Zhou Wang
2019-08-09
crypto: hisilicon - add hardware SGL support
Zhou Wang
2019-08-09
crypto: hisilicon - add queue management driver for HiSilicon QM module
Zhou Wang
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: inside-secure - Remove redundant DES ECB & CBC keysize check
Pascal van Leeuwen
2019-08-09
crypto: ccp - Clean up and exit correctly on allocation failure
Gary R Hook
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-09
crypto: inside-secure - Use defines instead of some constants (cosmetic)
Pascal van Leeuwen
2019-08-09
crypto: caam - fix concurrency issue in givencrypt descriptor
Horia Geantă
2019-08-09
crypto: ux500/crypt - Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-08-09
crypto: ccp - Log an error message when ccp-crypto fails to load
Gary R Hook
2019-08-09
crypto: ccree - use std api sg_zero_buffer
Gilad Ben-Yossef
[next]