summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2 dayscrypto: loongson - Remove broken and unused loongson-rngEric Biggers
2 dayscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
2 dayscrypto: talitos/hash - remove useless wrapperPaul Louvel
2 dayscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
2 dayscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
2 dayscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
2 dayscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
2 dayscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
2 dayscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
2 dayscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
2 dayscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
2 dayscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
2 dayscrypto: qat - factor out AER reset helpersAhsan Atta
2 dayscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu
2 dayscrypto: qat - skip restart for down devicesAhsan Atta
2 dayscrypto: qat - protect service table iterations with service_lockAhsan Atta
2 dayscrypto: qat - notify fatal error before AER reset preparationAhsan Atta
2 dayscrypto: qat - keep VFs enabled during resetAhsan Atta
2 dayscrypto: qat - handle sysfs-triggered reset callbacksAhsan Atta
2 dayscrypto: qat - centralize bus master enableAhsan Atta
2 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)
2 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)
2 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)
2 dayscrypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)
2 dayscrypto: loongson - Select CRYPTO_RNGEric Biggers
2 dayscrypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang
2 dayscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers
2 dayscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers
2 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum
2 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
2 dayscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum
2 dayscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng
2026-07-04crypto: nx - fix nx_crypto_ctx_exit argumentSam James
2026-06-27crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu
2026-05-23crypto: ccp - copy IV using skcipher ivsizePaul Moses
2026-05-23crypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham
2026-05-23crypto: eip93 - fix hmac setkey algo selectionAleksander Jan Bajkowski
2026-05-23crypto: qat - use swab32 macroGiovanni Cabiddu
2026-05-23crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu
2026-05-23crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu
2026-05-23crypto: qat - fix compression instance leakGiovanni Cabiddu
2026-05-23crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta
2026-05-23crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta
2026-05-23crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin
2026-05-23crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum
2026-05-23crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum
2026-05-23crypto: tegra - Disable softirqs before finalizing requestHerbert Xu
2026-05-23crypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski
2026-05-23crypto: inside-secure/eip93 - fix register definitionAleksander Jan Bajkowski
2026-05-14crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum