summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff2022-01-271-547/+243
* crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff2022-01-271-1/+1
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2022-01-271-2/+0
* crypto: stm32/cryp - check early input dataNicolas Toromanoff2022-01-271-1/+113
* crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff2022-01-271-2/+0
* crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff2022-01-271-14/+13
* crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain2022-01-273-0/+12
* crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu2022-01-271-6/+6
* crypto: qat - make pfvf send message direction agnosticMarco Chiappero2022-01-271-7/+8
* crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero2022-01-271-19/+1
* crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye2022-01-271-1/+1
* crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus2022-01-271-5/+1
* crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait2021-11-181-0/+1
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-182-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-181-0/+7
* crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann2021-11-181-1/+2
* crypto: qat - power up 4xxx deviceGiovanni Cabiddu2021-11-184-0/+47
* crypto: caam - disable pkc for non-E SoCsMichael Walle2021-11-182-4/+18
* crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin2021-11-181-0/+2
* crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter2021-09-241-6/+8
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-3/+1
|\
| * PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| * PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-3/+1
* | crypto: ccp - Add support for new CCP/PSP device IDJohn Allen2021-08-271-0/+7
* | crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian2021-08-211-0/+4
* | crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-213-36/+20
* | crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-215-30/+297
* | crypto: hisilicon - add runtime PM opsWeili Qian2021-08-212-0/+120
* | crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-215-27/+81
* | crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2021-08-212-27/+9
* | crypto: hisilicon/sec - fix the abnormal exiting processKai Ye2021-08-211-1/+2
* | crypto: qat - store vf.compatible flagGiovanni Cabiddu2021-08-211-1/+3
* | crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-08-211-1/+0
* | crypto: qat - flush vf workqueue at driver removalAhsan Atta2021-08-215-0/+33
* | crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero2021-08-2114-44/+2
* | crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero2021-08-219-13/+13
* | crypto: qat - complete all the init steps before service notificationMarco Chiappero2021-08-211-4/+6
* | crypto: qat - move IO virtualization functionsGiovanni Cabiddu2021-08-214-15/+17
* | crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-08-215-16/+16
* | crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy2021-08-217-4/+41
* | crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2021-08-212-20/+20
* | crypto: qat - fix reuse of completion variableMarco Chiappero2021-08-211-0/+2
* | crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov2021-08-214-13/+5
* | crypto: qat - rename compatibility version definitionMarco Chiappero2021-08-219-17/+17
* | crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2021-08-212-7/+20
* | crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu2021-08-211-1/+11
* | crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-08-211-3/+4
* | crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-08-211-2/+3