summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
9 dayscrypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
9 dayscrypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
9 dayscrypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
9 dayscrypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
9 dayscrypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
9 dayscrypto: eip93 - fix hmac setkey algo selectionAleksander Jan Bajkowski1-1/+1
9 daysMerge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds108-525/+2950
10 daysMerge tag 'x86_sev_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+35
11 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+8
13 dayscrypto: vmx - remove CRYPTO_DEV_VMX from KconfigThorsten Blum1-8/+0
13 dayscrypto: omap - convert reqctx buffer to fixed-size arrayThorsten Blum1-11/+10
13 dayscrypto: qat - fix IRQ cleanup on 6xxx probe failureGiovanni Cabiddu1-1/+3
13 dayscrypto: qce - simplify qce_xts_swapiv()Thorsten Blum1-6/+6
13 dayscrypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
13 dayscrypto: talitos - rename first/last to first_desc/last_descPaul Louvel1-23/+23
13 dayscrypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel1-69/+147
13 dayscrypto: hisilicon - remove unused and non-public APIs for qm and secChenghai Huang2-6/+4
13 dayscrypto: hisilicon/qm - drop redundant variable initializationChenghai Huang1-2/+2
13 dayscrypto: hisilicon/qm - remove else after returnChenghai Huang1-2/+2
13 dayscrypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump...Chenghai Huang1-9/+9
13 dayscrypto: hisilicon - fix the format string type errorZhushuai Yin2-3/+3
13 dayscrypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu17-30/+773
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-04-03crypto: img-hash - drop redundant return variableThorsten Blum1-4/+1
2026-04-03crypto: img-hash - use list_first_entry_or_null to simplify digestThorsten Blum1-15/+6
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers3-0/+4
2026-04-03crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()Paul Louvel1-2/+1
2026-04-03crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a helpThorsten Blum1-2/+2
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-13/+4
2026-04-03crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()Eric Biggers1-10/+2
2026-04-03crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey1-3/+3
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3
2026-04-03crypto: ccp - Replace snprintf("%s") with strscpyThorsten Blum6-18/+15
2026-04-03crypto: hifn_795x - Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-04-03crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
2026-04-03crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
2026-04-03Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-19/+28
2026-03-30crypto/ccp: Update HV_FIXED page states to allow freeing of memoryTom Lendacky1-3/+10
2026-03-30crypto/ccp: Implement SNP x86 shutdownTycho Andersen (AMD)1-17/+24
2026-03-29x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/Tycho Andersen (AMD)1-8/+0
2026-03-29x86/sev, crypto/ccp: Move SNP init to ccp driverTycho Andersen (AMD)1-0/+2
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum1-2/+2
2026-03-27crypto: inside-secure/eip93 - add missing address terminator characterMieczyslaw Nalewaj13-13/+13
2026-03-27crypto: inside-secure/eip93 - correct ecb(des-eip93) typoMieczyslaw Nalewaj1-1/+1
2026-03-27crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin1-1/+1
2026-03-27crypto: inside-secure/eip93 - make it selectable for ECONETAleksander Jan Bajkowski1-1/+1