aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 7-9/+616
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+3
2022-03-28virtio-crypto: rename skcipher algsGravatar zhenwei pi 4-9/+9
2022-03-28virtio-crypto: implement RSA algorithmGravatar zhenwei pi 6-1/+608
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeGravatar Zheng Yongjun 1-1/+3
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 9-507/+67
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-1/+1
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 63-205/+930
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerGravatar Longfang Liu 1-0/+8
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverGravatar Shameer Kolothum 3-0/+18
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerGravatar Shameer Kolothum 3-21/+18
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerGravatar Longfang Liu 1-40/+18
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxGravatar Shameer Kolothum 6-446/+5
2022-03-14crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTGravatar Herbert Xu 1-2/+2
2022-03-14crypto: qcom-rng - ensure buffer for generate is completely filledGravatar Brian Masney 1-7/+10
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGravatar Giovanni Cabiddu 1-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGravatar Giovanni Cabiddu 2-0/+14
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingGravatar Kai Ye 1-1/+1
2022-03-09crypto: xilinx: prevent probing on non-xilinx hardwareGravatar Corentin Labbe 2-28/+9
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itGravatar Jiapeng Chong 1-4/+1
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Gravatar Jianglei Nie 1-1/+1
2022-03-09crypto: ccp - ccp_dmaengine_unregister release dma channelsGravatar Dāvis Mosāns 1-0/+16
2022-03-03crypto: octeontx2 - fix missing unlockGravatar Yang Yingliang 2-2/+6
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsGravatar Andy Shevchenko 1-2/+6
2022-03-03crypto: vmx - add missing dependenciesGravatar Petr Vorel 1-0/+4
2022-03-03crypto: xilinx - Add Xilinx SHA3 driverGravatar Harsha 3-0/+294
2022-03-03crypto: xilinx - Updated Makefile for xilinx subdirectoryGravatar Harsha 1-1/+1
2022-03-03crypto: gemini - call finalize with bh disabledGravatar Corentin Labbe 1-0/+2
2022-03-03crypto: amlogic - call finalize with bh disabledGravatar Corentin Labbe 1-0/+2
2022-03-03crypto: sun8i-ce - call finalize with bh disabledGravatar Corentin Labbe 2-0/+6
2022-03-03crypto: sun8i-ss - call finalize with bh disabledGravatar Corentin Labbe 2-0/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentGravatar Corentin Labbe 1-48/+35
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineGravatar Kai Ye 1-3/+13
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGravatar Gilad Ben-Yossef 1-0/+7
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesGravatar Harman Kalra 5-14/+46
2022-02-18crypto: rockchip - ECB does not need IVGravatar Corentin Labbe 1-1/+0
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Gravatar Kai Ye 1-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Gravatar Kai Ye 1-11/+40
2022-02-18crypto: ux500 - use GFP_KERNELGravatar Julia Lawall 2-2/+2
2022-02-18crypto: nx - Constify static attribute_group structsGravatar Rikard Falkeborn 1-2/+2
2022-02-18crypto: omap-sham - Constify static attribute_groupGravatar Rikard Falkeborn 1-1/+1
2022-02-18crypto: omap-aes - Constify static attribute_groupGravatar Rikard Falkeborn 1-1/+1
2022-02-18crypto: qat - enable power management for QAT GEN4Gravatar Wojciech Ziemba 11-16/+252
2022-02-18crypto: qat - move and rename GEN4 error register definitionsGravatar Wojciech Ziemba 3-17/+17
2022-02-18crypto: qat - add misc workqueueGravatar Wojciech Ziemba 3-0/+37
2022-02-18crypto: qat - don't cast parameter in bit operationsGravatar Andy Shevchenko 1-3/+6
2022-02-18crypto: cavium/nitrox - fix typo on cryptoGravatar Corentin Labbe 1-1/+1