summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-04-08crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye1-3/+5
2022-04-08crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye1-1/+1
2022-04-08crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie1-1/+1
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-04-08crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-04-08crypto: gemini - call finalize with bh disabledCorentin Labbe1-0/+2
2022-04-08crypto: amlogic - call finalize with bh disabledCorentin Labbe1-0/+2
2022-04-08crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2-0/+6
2022-04-08crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2-0/+6
2022-04-08crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye1-3/+13
2022-04-08crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef1-0/+7
2022-04-08crypto: rockchip - ECB does not need IVCorentin Labbe1-1/+0
2022-04-08crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton1-10/+7
2022-04-08crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-04-08crypto: sun8i-ss - really disable hash on A80Corentin Labbe1-0/+2
2022-04-08crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda1-1/+1
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu2-0/+14
2022-03-23crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney1-7/+10
2022-01-27crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter1-5/+4
2022-01-27crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li1-1/+1
2022-01-27crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2022-01-27crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit1-1/+1
2022-01-27crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2022-01-27crypto: ccp - Move SEV_INIT retry for corrupted dataPeter Gonda1-14/+16
2022-01-27crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter1-1/+2
2022-01-27crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian1-1/+1
2022-01-27crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2022-01-27crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2022-01-27crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2022-01-27crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2022-01-27crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113
2022-01-27crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff1-2/+0
2022-01-27crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff1-14/+13
2022-01-27crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain3-0/+12
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu1-6/+6
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2022-01-27crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye1-1/+1
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2022-01-27crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye1-1/+1
2022-01-27crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus1-5/+1
2021-11-18crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait1-0/+1
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-11-18crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann1-1/+2
2021-11-18crypto: qat - power up 4xxx deviceGiovanni Cabiddu4-0/+47
2021-11-18crypto: caam - disable pkc for non-E SoCsMichael Walle2-4/+18
2021-11-18crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin1-0/+2
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1