summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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/qm - fix deadlock for remove driverYang Shen1-2/+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: 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: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()Wei Yongjun1-0/+1
2022-01-27crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus1-5/+1
2021-12-17crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu1-0/+7
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-29/+14
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds34-545/+1652
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+9
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing2-6/+4
2021-10-29crypto: sa2ul - Use the defined variable to clean codeTang Bin1-7/+6
2021-10-29crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin1-0/+2
2021-10-29crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC DriverPrabhjot Khurana3-0/+1038
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-5/+9
2021-10-15crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait1-0/+1
2021-10-15crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda1-1/+1
2021-10-12crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12crypto: qat - simplify adf_enable_aer()Uwe Kleine-König6-28/+13
2021-10-08crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero6-23/+26
2021-10-08crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero1-13/+37
2021-10-08crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero3-8/+36
2021-10-08crypto: qat - rename pfvf collision constantsMarco Chiappero1-13/+13
2021-10-08crypto: qat - move pfvf collision detection valuesMarco Chiappero2-9/+9
2021-10-08crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2021-10-08crypto: qat - use hweight for bit countingGiovanni Cabiddu1-14/+2
2021-10-08crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero8-245/+107
2021-10-08crypto: qat - fix handling of VF to PF interruptsMarco Chiappero9-76/+133
2021-10-08crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2021-10-08crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-10-08crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann1-1/+2
2021-10-08crypto: hisilicon/qm - modify the uacce mode checkKai Ye1-8/+14