summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero2020-12-113-0/+38
* crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero2020-12-111-7/+89
* crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero2020-12-113-2/+39
* crypto: atmel-i2c - select CONFIG_BITREVERSEArnd Bergmann2020-12-111-0/+1
* crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng2020-12-111-4/+4
* crypto: keembay - Add support for Keem Bay OCS AES/SM4Mike Healy2020-12-117-0/+3378
* crypto: cpt - Fix sparse warnings in cptpfHerbert Xu2020-12-041-3/+3
* hwrng: ks-sa - Add dependency on IOMEM and OFHerbert Xu2020-12-041-0/+1
* crypto: ccree - rework cache parameters handlingGilad Ben-Yossef2020-11-273-20/+63
* crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
* crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
* crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-271-8/+2
* crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-271-0/+3
* crypto: hisilicon/trng - add support for PRNGWeili Qian2020-11-272-3/+239
* crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian2020-11-274-0/+109
* hwrng: hisi - remove HiSilicon TRNG driverWeili Qian2020-11-273-113/+0
* crypto: qat - fix excluded_middle.cocci warningskernel test robot2020-11-271-3/+4
* crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
* crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath2020-11-271-1/+16
* crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
* crypto: kconfig - fix a couple of spelling mistakesColin Ian King2020-11-202-2/+2
* crypto: qat - add qat_4xxx driverGiovanni Cabiddu2020-11-2011-1/+833
* crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2020-11-202-0/+4
* crypto: qat - target fw images to specific AEsGiovanni Cabiddu2020-11-202-5/+56
* crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-11-201-1/+2
* crypto: hisilicon/zip - add a work_queue for zip irqYang Shen2020-11-201-3/+23
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-2054-54/+93
* crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-11-201-1/+1
* crypto: caam/qi - simplify error path for context allocationHoria Geantă2020-11-201-4/+4
* crypto: hisilicon/sec2 - Fix aead authentication setting key errorKai Ye2020-11-201-2/+3
* crypto: qat - add gen4 firmware loaderJack Xu2020-11-135-17/+78
* crypto: qat - add support for broadcasting modeJack Xu2020-11-134-3/+99
* crypto: qat - add support for shared ustoreJack Xu2020-11-133-13/+19
* crypto: qat - allow to target specific AEsJack Xu2020-11-136-8/+42
* crypto: qat - add FCU CSRs to chip infoJack Xu2020-11-133-16/+53
* crypto: qat - add CSS3K supportJack Xu2020-11-134-40/+68
* crypto: qat - use ae_maskJack Xu2020-11-131-12/+14
* crypto: qat - add check for null pointerJack Xu2020-11-131-11/+17
* crypto: qat - add misc control CSR to chip infoJack Xu2020-11-132-4/+8
* crypto: qat - add wake up event to chip infoJack Xu2020-11-133-1/+6
* crypto: qat - add clock enable CSR to chip infoJack Xu2020-11-132-4/+7
* crypto: qat - add reset CSR and mask to chip infoJack Xu2020-11-132-17/+24
* crypto: qat - add local memory size to chip infoJack Xu2020-11-133-1/+4
* crypto: qat - add support for lm2 and lm3Jack Xu2020-11-136-2/+101
* crypto: qat - add next neighbor to chip_infoJack Xu2020-11-133-6/+18
* crypto: qat - replace check based on DIDJack Xu2020-11-131-3/+5
* crypto: qat - introduce chip info structureJack Xu2020-11-133-35/+88
* crypto: qat - refactor long expressionsJack Xu2020-11-131-18/+23
* crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu2020-11-131-26/+43
* crypto: qat - move defines to header filesJack Xu2020-11-132-4/+4