summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
3 dayscrypto: tegra - Don't touch bo refcount in host1x bo pin/unpinMikko Perttunen1-2/+1
13 dayscrypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
13 dayscrypto: atmel-sha204a - fail on hwrng registration error in probe pathThorsten Blum1-3/+5
13 dayscrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
13 dayscrypto: xilinx-trng - Remove crypto_rng interfaceEric Biggers2-75/+1
13 dayscrypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
13 dayscrypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
13 dayscrypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
13 dayscrypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16
13 dayscrypto: inside-secure/eip93 - Add check for devm_request_threaded_irqAleksander Jan Bajkowski1-0/+2
13 dayscrypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
13 dayscrypto: eip93 - fix reset ring register definitionAleksander Jan Bajkowski1-1/+1
13 dayscrypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
13 dayscrypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
13 dayscrypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-oneTycho Andersen (AMD)1-3/+4
13 dayscrypto: ccp - Reverse the cleanup order in psp_dev_destroy()Tycho Andersen (AMD)1-4/+4
13 dayscrypto: qat - fix heartbeat error injectionDamian Muszynski3-30/+2
13 dayscrypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-134/+0
2026-07-18crypto: loongson - Remove broken and unused loongson-rngEric Biggers5-218/+0
2026-07-18crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel1-8/+39
2026-07-18crypto: talitos/hash - remove useless wrapperPaul Louvel1-6/+1
2026-07-18crypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel1-16/+13
2026-07-18crypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel1-73/+7
2026-07-18crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel2-63/+115
2026-07-18crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel1-95/+6
2026-07-18crypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
2026-07-18crypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel1-34/+41
2026-07-18crypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel1-17/+22
2026-07-18crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
2026-07-18crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
2026-07-18crypto: qat - factor out AER reset helpersAhsan Atta1-33/+53
2026-07-18crypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
2026-07-18crypto: qat - skip restart for down devicesAhsan Atta1-0/+8
2026-07-18crypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
2026-07-18crypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
2026-07-18crypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
2026-07-18crypto: qat - handle sysfs-triggered reset callbacksAhsan Atta1-0/+12
2026-07-18crypto: qat - centralize bus master enableAhsan Atta12-15/+10
2026-07-18crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
2026-07-18crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)1-13/+4
2026-07-18crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)1-12/+1
2026-07-18crypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)1-5/+2
2026-07-18crypto: loongson - Select CRYPTO_RNGEric Biggers1-0/+1
2026-07-18crypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
2026-07-18crypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
2026-07-18crypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-103/+0
2026-07-18crypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6
2026-07-18crypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum4-16/+16
2026-07-18crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
2026-07-18crypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1