summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-29/+14
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-545/+1652
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+9
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing-6/+4
2021-10-29crypto: sa2ul - Use the defined variable to clean codeTang Bin-7/+6
2021-10-29crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin-0/+2
2021-10-29crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC DriverPrabhjot Khurana-0/+1038
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook-5/+9
2021-10-15crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait-0/+1
2021-10-15crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda-1/+1
2021-10-12crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König-1/+1
2021-10-12crypto: qat - simplify adf_enable_aer()Uwe Kleine-König-28/+13
2021-10-08crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero-23/+26
2021-10-08crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero-13/+37
2021-10-08crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero-8/+36
2021-10-08crypto: qat - rename pfvf collision constantsMarco Chiappero-13/+13
2021-10-08crypto: qat - move pfvf collision detection valuesMarco Chiappero-9/+9
2021-10-08crypto: qat - make pfvf send message direction agnosticMarco Chiappero-7/+8
2021-10-08crypto: qat - use hweight for bit countingGiovanni Cabiddu-14/+2
2021-10-08crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero-245/+107
2021-10-08crypto: qat - fix handling of VF to PF interruptsMarco Chiappero-76/+133
2021-10-08crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero-19/+1
2021-10-08crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu-0/+12
2021-10-08crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu-0/+7
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann-1/+2
2021-10-08crypto: hisilicon/qm - modify the uacce mode checkKai Ye-8/+14
2021-10-01crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King-1/+1
2021-09-24crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2021-09-24crypto: qat - power up 4xxx deviceGiovanni Cabiddu-0/+47
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle-4/+18
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter-6/+8
2021-09-17crypto: img-hash - remove need for error return variable retColin Ian King-6/+1
2021-09-17crypto: qat - remove unneeded packed attributeGiovanni Cabiddu-6/+6
2021-09-17crypto: qat - free irq in case of failureWojciech Ziemba-29/+34
2021-09-17crypto: qat - free irqs only if allocatedMaksim Lukoshkov-37/+35
2021-09-17crypto: qat - remove unmatched CPU affinity to cluster IRQWojciech Ziemba-1/+0
2021-09-17crypto: qat - replace deprecated MSI APIWojciech Ziemba-60/+55
2021-09-17crypto: hisilicon/qm - support the userspace task resettingKai Ye-1/+45
2021-09-17crypto: hisilicon/qm - fix the uacce mmap failedKai Ye-1/+3
2021-09-17crypto: hisilicon - Fix sscanf format signednessHerbert Xu-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+1
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen-0/+7
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye-1/+2
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu-1/+3