aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+6
2025-04-23crypto: atmel-sha204a - Set hwrng quality to lowest possibleMarek BehĂșn1-0/+6
2025-04-17crypto: sun8i-ss - use API helpers to setup fallback requestOvidiu Panait1-22/+27
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu1-1/+1
2025-04-16crypto: zynqmp-sha - Add lockingHerbert Xu1-4/+14
2025-04-16crypto: zynqmp-sha - Make descsize an algorithm attributeHerbert Xu1-2/+9
2025-04-16crypto: padlock-sha - Make descsize an algorithm attributeHerbert Xu1-3/+11
2025-04-16crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
2025-04-16crypto: caam - Add support for i.MX8QMThomas Richard1-0/+1
2025-04-16crypto: tegra - use API helpers to setup fallback requestOvidiu Panait1-25/+27
2025-04-16crypto: rk3288 - use API helpers to setup fallback requestOvidiu Panait1-25/+27
2025-04-16crypto: img-hash - use API helpers to setup fallback requestOvidiu Panait1-18/+23
2025-04-16crypto: iaa - Use cra_reqsize for acompHerbert Xu1-1/+1
2025-04-16crypto: qat - Use cra_reqsize for acompHerbert Xu1-1/+1
2025-04-16crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flagZixun LI3-5/+8
2025-04-16crypto: s5p-sss - Add missing header inclusionsHerbert Xu1-13/+11
2025-04-16crypto: ccp - Add missing header inclusionsHerbert Xu3-18/+23
2025-04-16crypto: nx - Add missing header inclusionsHerbert Xu5-12/+21
2025-04-16crypto: iaa - Switch to ACOMP_FBREQ_ON_STACKHerbert Xu1-4/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-3/+3
2025-04-09crypto: caam/qi - Fix drv_ctx refcount bugHerbert Xu1-3/+3
2025-04-08crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_exportHerbert Xu1-3/+3
2025-04-08crypto: sun8i-ce-hash - use API helpers to setup fallback requestOvidiu Panait1-22/+27
2025-04-08crypto: sun8i-ce-hash - add IS_ENABLED() checks to debugfs statsOvidiu Panait1-6/+16
2025-04-08crypto: sun8i-ce-hash - drop CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG ifdefsOvidiu Panait1-5/+3
2025-04-08crypto: sun8i-ce-hash - factor out debugfs fallback statisticsOvidiu Panait1-33/+20
2025-04-08crypto: sun8i-ce-hash - remove duplicated fallback checksOvidiu Panait1-11/+1
2025-04-08crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run()Ovidiu Panait1-13/+21
2025-04-08crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0
2025-04-07crypto: qat - switch to standard pattern for PCI IDsGiovanni Cabiddu6-23/+23
2025-04-07crypto: eip93 - Make read-only arrays static constColin Ian King1-6/+14
2025-04-07crypto: omap-sham - use dev_groups to register attribute groupsOvidiu Panait1-12/+2
2025-04-07crypto: omap-aes - use dev_groups to register attribute groupsOvidiu Panait1-12/+2
2025-04-07crypto: qat - remove BITS_IN_DWORD()Suman Kumar Chakraborty1-10/+10
2025-04-07crypto: qat - remove initialization in device classGiovanni Cabiddu8-8/+0
2025-04-07crypto: qat - add shutdown handler to qat_c3xxxGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_c3xxxGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_c62xGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_c62xGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_dh895xccGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_dh895xccGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_420xxGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - add shutdown handler to qat_4xxxGiovanni Cabiddu1-0/+8
2025-04-07crypto: sa2ul - Use proper helpers to setup requestHerbert Xu1-47/+16
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra1-0/+9
2025-04-07crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
2025-04-07crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
2025-04-07crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra1-23/+119
2025-04-07crypto: tegra - Fix IV usage for AES ECBAkhil R1-4/+1