aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: qat - rename and relocate timer logicGeorge Abraham P5-21/+21
2025-05-05crypto: qat - include qat_common in top MakefileSuman Kumar Chakraborty9-8/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar3-7/+10
2025-04-28crypto: sun8i-ss - do not use sg_dma_len before calling DMA functionsCorentin Labbe1-1/+1
2025-04-28crypto: ccp - Include crypto/utils.h for crypto_memneqHerbert Xu1-5/+6
2025-04-28crypto: octeontx2 - Simplify multiple return statementsThorsten Blum1-24/+10
2025-04-28crypto: iaa - Adjust workqueue allocation typeKees Cook1-1/+1
2025-04-28crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()Ovidiu Panait1-2/+1
2025-04-28crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs statsOvidiu Panait1-16/+30
2025-04-28crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()Ovidiu Panait1-1/+1
2025-04-28crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()Ovidiu Panait1-2/+5
2025-04-23crypto: padlock-sha - Use API partial block handlingHerbert Xu1-331/+143
2025-04-23crypto: nx - Use API partial block handlingHerbert Xu5-261/+161
2025-04-23crypto: zynqmp-sha - Use API partial block handlingHerbert Xu1-49/+22
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