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/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
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen1-0/+7
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian5-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye1-1/+2
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu1-1/+3
2021-08-21crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta5-0/+33
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero14-44/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero9-13/+13
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero1-4/+6
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu4-15/+17
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy7-4/+41
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2-20/+20