aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-06-27Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman1-9/+12
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng1-2/+3
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips1-1/+7
2024-06-07crypto: xilinx - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: sa2ul - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang1-28/+20
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disableChenghai Huang1-8/+3
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2-8/+15
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello6-3/+67
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello5-56/+89
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello5-42/+42
2024-06-07crypto: stm32/cryp - call finalize with bh disabledMaxime Méré1-1/+5
2024-06-07crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flagMaxime Méré1-9/+9
2024-06-07crypto: stm32/cryp - increase priorityMaxime Méré1-9/+9
2024-06-07crypto: stm32/cryp - use dma when possibleMaxime Méré1-26/+651
2024-05-31crypto: atmel-sha204a - fix negated return valueLothar Rubusch1-1/+1
2024-05-31crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remove()Christophe JAILLET1-1/+0
2024-05-31crypto: qat - Fix typoDeming Wang1-1/+1
2024-05-31crypto: n2 - Remove unused struct 'n2_skcipher_request_context'Dr. David Alan Gilbert1-4/+0
2024-05-31crypto: hifn_795x - Remove unused hifn_*_command structsDr. David Alan Gilbert1-17/+0
2024-05-31crypto: ccree - Remove unused struct 'tdes_keys'Dr. David Alan Gilbert1-6/+0
2024-05-31crypto: axis - Remove unused struct 'dbgfs_u32'Dr. David Alan Gilbert1-7/+0
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22crypto: virtio - drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+5
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds8-8/+8
2024-05-17crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+6
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds74-1178/+8190
2024-05-13Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-11/+93
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-17/+1
2024-05-10crypto: atmel-sha204a - provide the otp contentLothar Rubusch1-0/+45
2024-05-10crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch3-0/+52
2024-05-10crypto: atmel-i2c - rename read functionLothar Rubusch2-4/+4
2024-05-10crypto: atmel-i2c - add missing arg descriptionLothar Rubusch1-0/+1
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum1-4/+2
2024-05-10crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-8/+8
2024-05-10crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta1-0/+3
2024-05-10crypto: caam - init-clk based on caam-page0-accessPankaj Gupta1-1/+15
2024-05-10crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho1-5/+7
2024-05-10crypto: starfive - Do not free stack bufferJia Jie Ho1-1/+0
2024-05-10crypto: starfive - Skip unneeded fallback allocationJia Jie Ho1-6/+4
2024-05-10crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho1-0/+4
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada8-8/+8
2024-05-09crypto: mxs-dcp: Add support for hardware-bound keysDavid Gstir1-11/+93
2024-05-03crypto: hisilicon/sec2 - fix for register offsetWenkai Lin1-1/+1
2024-05-03crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang3-13/+22