summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
14 dayscrypto: tegra - Don't touch bo refcount in host1x bo pin/unpinMikko Perttunen1-2/+1
2026-07-24crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-07-24crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
2026-07-24crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra1-2/+8
2026-07-24crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra1-3/+5
2026-07-24crypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
2026-07-24crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-07-24crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
2026-07-24crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-07-24crypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0
2026-07-24crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
2026-07-24crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
2026-07-24crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra1-12/+32
2026-07-24crypto: atmel-sha204a - fail on hwrng registration error in probe pathThorsten Blum1-3/+5
2026-07-24crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
2026-07-24crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König2-3/+3
2026-07-24crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
2026-07-24crypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-07-24crypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-07-24crypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
2026-07-24crypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16
2026-07-24crypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
2026-07-24crypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
2026-07-24crypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
2026-07-24crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-oneTycho Andersen (AMD)1-3/+4
2026-07-24crypto: qat - fix heartbeat error injectionDamian Muszynski3-30/+2
2026-07-24crypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
2026-07-24crypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-102/+0
2026-07-24crypto: crypto4xx - Remove ahash-related codeHerbert Xu3-155/+1
2026-07-24crypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-134/+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 - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
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: 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: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
2026-07-18crypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6