summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2020-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+4
2020-12-23crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero-0/+1
2020-12-23crypto: keembay - Add dependency on HAS_IOMEMDaniele Alessandrelli-0/+1
2020-12-23crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAYGeert Uytterhoeven-2/+2
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9/+6
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1117/+7416
2020-12-11crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero-0/+38
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero-7/+89
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero-2/+39
2020-12-11crypto: atmel-i2c - select CONFIG_BITREVERSEArnd Bergmann-0/+1
2020-12-11crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng-4/+4
2020-12-11crypto: keembay - Add support for Keem Bay OCS AES/SM4Mike Healy-0/+3378
2020-12-04crypto: cpt - Fix sparse warnings in cptpfHerbert Xu-3/+3
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef-20/+63
2020-11-27crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-16/+4
2020-11-27crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-16/+4
2020-11-27crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-8/+2
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva-0/+3
2020-11-27crypto: hisilicon/trng - add support for PRNGWeili Qian-3/+239
2020-11-27crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian-0/+109
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot-3/+4
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath-1/+1
2020-11-27crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath-1/+16
2020-11-20crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe-8/+12
2020-11-20crypto: kconfig - fix a couple of spelling mistakesColin Ian King-2/+2
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu-1/+833
2020-11-20crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu-0/+4
2020-11-20crypto: qat - target fw images to specific AEsGiovanni Cabiddu-5/+56
2020-11-20crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong-1/+2
2020-11-20crypto: hisilicon/zip - add a work_queue for zip irqYang Shen-3/+23
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-48/+85
2020-11-20crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor-1/+1
2020-11-20crypto: caam/qi - simplify error path for context allocationHoria Geantă-4/+4
2020-11-20crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye-2/+3
2020-11-13crypto: qat - add gen4 firmware loaderJack Xu-17/+78
2020-11-13crypto: qat - add support for broadcasting modeJack Xu-3/+99
2020-11-13crypto: qat - add support for shared ustoreJack Xu-13/+19
2020-11-13crypto: qat - allow to target specific AEsJack Xu-8/+42
2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu-16/+53
2020-11-13crypto: qat - add CSS3K supportJack Xu-40/+68
2020-11-13crypto: qat - use ae_maskJack Xu-12/+14
2020-11-13crypto: qat - add check for null pointerJack Xu-11/+17
2020-11-13crypto: qat - add misc control CSR to chip infoJack Xu-4/+8
2020-11-13crypto: qat - add wake up event to chip infoJack Xu-1/+6
2020-11-13crypto: qat - add clock enable CSR to chip infoJack Xu-4/+7
2020-11-13crypto: qat - add reset CSR and mask to chip infoJack Xu-17/+24
2020-11-13crypto: qat - add local memory size to chip infoJack Xu-1/+4
2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu-2/+101
2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu-6/+18
2020-11-13crypto: qat - replace check based on DIDJack Xu-3/+5