summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds63-205/+930
2022-03-14crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu1-2/+2
2022-03-14crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney1-7/+10
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu2-0/+14
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingKai Ye1-1/+1
2022-03-09crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe2-28/+9
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong1-4/+1
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie1-1/+1
2022-03-09crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang2-2/+6
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko1-2/+6
2022-03-03crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-03-03crypto: xilinx - Add Xilinx SHA3 driverHarsha3-0/+294
2022-03-03crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha1-1/+1
2022-03-03crypto: gemini - call finalize with bh disabledCorentin Labbe1-0/+2
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe1-0/+2
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2-0/+6
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2-0/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe1-48/+35
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye1-3/+13
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef1-0/+7
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra5-14/+46
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe1-1/+0
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye1-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye1-11/+40
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall2-2/+2
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn1-2/+2
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn1-1/+1
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn1-1/+1
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba11-16/+252
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba3-17/+17
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba3-0/+37
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko1-3/+6
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe1-1/+1
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij1-1/+0
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus1-0/+1
2022-02-05crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sgColin Ian King1-2/+2
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King1-1/+0
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton1-10/+7
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri2-0/+2
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa1-4/+15
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+13
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa1-1/+42
2022-01-31crypto: octeontx2 - Avoid stack variable overflowKees Cook1-1/+2
2022-01-31crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-01-31crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye1-1/+1