summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-9/+616
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+3
2022-03-28virtio-crypto: rename skcipher algszhenwei pi-9/+9
2022-03-28virtio-crypto: implement RSA algorithmzhenwei pi-1/+608
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun-1/+3
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-507/+67
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-1/+1
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-205/+930
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu-0/+8
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum-0/+18
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum-21/+18
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu-40/+18
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum-446/+5
2022-03-14crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu-2/+2
2022-03-14crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney-7/+10
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu-0/+14
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingKai Ye-1/+1
2022-03-09crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe-28/+9
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong-4/+1
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie-1/+1
2022-03-09crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns-0/+16
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang-2/+6
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko-2/+6
2022-03-03crypto: vmx - add missing dependenciesPetr Vorel-0/+4
2022-03-03crypto: xilinx - Add Xilinx SHA3 driverHarsha-0/+294
2022-03-03crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha-1/+1
2022-03-03crypto: gemini - call finalize with bh disabledCorentin Labbe-0/+2
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe-0/+2
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe-0/+6
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe-0/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe-48/+35
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye-3/+13
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef-0/+7
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra-14/+46
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe-1/+0
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye-11/+40
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall-2/+2
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn-2/+2
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn-1/+1
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn-1/+1
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba-16/+252
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba-17/+17
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba-0/+37
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko-3/+6
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe-1/+1