summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-101-0/+12
|\
| * s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer2021-12-061-0/+12
* | crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu2021-12-171-0/+7
|/
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-067-29/+14
|\
| * crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+1
| * crypto: qat - simplify adf_enable_aer()Uwe Kleine-König2021-10-126-28/+13
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-0134-545/+1652
|\ \
| * | crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing2021-10-292-6/+4
| * | crypto: sa2ul - Use the defined variable to clean codeTang Bin2021-10-291-7/+6
| * | crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin2021-10-291-0/+2
| * | crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC DriverPrabhjot Khurana2021-10-293-0/+1038
| * | crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait2021-10-151-0/+1
| * | crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda2021-10-151-1/+1
| * | crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero2021-10-086-23/+26
| * | crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero2021-10-081-13/+37
| * | crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero2021-10-083-8/+36
| * | crypto: qat - rename pfvf collision constantsMarco Chiappero2021-10-081-13/+13
| * | crypto: qat - move pfvf collision detection valuesMarco Chiappero2021-10-082-9/+9
| * | crypto: qat - make pfvf send message direction agnosticMarco Chiappero2021-10-081-7/+8
| * | crypto: qat - use hweight for bit countingGiovanni Cabiddu2021-10-081-14/+2
| * | crypto: qat - remove duplicated logic across GEN2 driversMarco Chiappero2021-10-088-245/+107
| * | crypto: qat - fix handling of VF to PF interruptsMarco Chiappero2021-10-089-76/+133
| * | crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero2021-10-081-19/+1
| * | crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-10-082-0/+12
| * | crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-10-081-0/+7
| * | crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann2021-10-081-1/+2
| * | crypto: hisilicon/qm - modify the uacce mode checkKai Ye2021-10-081-8/+14
| * | crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King2021-10-011-1/+1
| * | crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-241-1/+0
| * | crypto: qat - power up 4xxx deviceGiovanni Cabiddu2021-09-244-0/+47
| * | crypto: caam - disable pkc for non-E SoCsMichael Walle2021-09-242-4/+18
| * | crypto: img-hash - remove need for error return variable retColin Ian King2021-09-171-6/+1
| * | crypto: qat - remove unneeded packed attributeGiovanni Cabiddu2021-09-171-6/+6
| * | crypto: qat - free irq in case of failureWojciech Ziemba2021-09-171-29/+34
| * | crypto: qat - free irqs only if allocatedMaksim Lukoshkov2021-09-173-37/+35
| * | crypto: qat - remove unmatched CPU affinity to cluster IRQWojciech Ziemba2021-09-171-1/+0
| * | crypto: qat - replace deprecated MSI APIWojciech Ziemba2021-09-173-60/+55
| * | crypto: hisilicon/qm - support the userspace task resettingKai Ye2021-09-171-1/+45
| * | crypto: hisilicon/qm - fix the uacce mmap failedKai Ye2021-09-171-1/+3
| * | crypto: hisilicon - Fix sscanf format signednessHerbert Xu2021-09-171-1/+1
| |/
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-5/+9
|\ \
| * | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-5/+9
| |/
* / 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