summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-09-181-27/+9
* crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2021-09-182-26/+35
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-151-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-151-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-155-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-151-0/+2
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-09-151-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-09-151-2/+3
* crypto: omap - Fix inconsistent locking of device listsBen Hutchings2021-09-153-14/+14
* crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren2021-09-151-1/+1
* crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson2021-09-151-10/+35
* crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun2021-07-141-2/+6
* crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu2021-07-141-3/+5
* crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong2021-07-141-2/+2
* crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen2021-07-141-0/+4
* crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET2021-07-141-2/+4
* crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna2021-07-141-0/+1
* crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna2021-07-141-9/+12
* crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-07-141-0/+1
* crypto: ixp4xx - update IV after requestsCorentin Labbe2021-07-141-0/+22
* crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe2021-07-141-1/+1
* crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye2021-07-141-2/+2
* crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath2021-07-141-7/+8
* crypto: qat - remove unused macro in FW loaderJack Xu2021-07-141-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-07-141-1/+5
* crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-141-0/+1
* crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel2021-07-141-0/+4
* crypto: nx - Fix memcpy() over-reading in nonceKees Cook2021-07-141-1/+1
* Revert "crypto: cavium/nitrox - add an error message to explain the failure o...Greg Kroah-Hartman2021-06-031-1/+0
* crypto: ccp: Free SEV device if SEV init failsSean Christopherson2021-05-191-1/+3
* crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson2021-05-141-0/+3
* crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal2021-05-141-2/+17
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-05-141-0/+1
* crypto: sa2ul - Fix memory leak of rxdColin Ian King2021-05-141-2/+6
* crypto: sun8i-ss - Fix memory leak of padColin Ian King2021-05-141-3/+4
* crypto: allwinner - add missing CRYPTO_ prefixCorentin Labbe2021-05-141-7/+7
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-05-141-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-05-143-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-05-141-4/+13
* crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2021-05-142-16/+53
* crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-05-141-1/+3
* crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe2021-05-141-1/+1
* crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu2021-05-111-3/+3
* crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu2021-05-111-1/+1
* crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu2021-05-111-2/+2
* crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu2021-05-111-4/+4
* crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu2021-05-111-1/+1
* crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-05-112-2/+2
* crypto: hisilicon/sec - fixes a printing errorLongfang Liu2021-05-111-1/+1
* crypto: qat - fix unmap invalid dma addressHui Tang2021-05-111-2/+9