summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
7 dayscrypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
7 dayscrypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
7 dayscrypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra1-2/+8
7 dayscrypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra1-3/+5
7 dayscrypto: ccp - Fix __sev_snp_shutdown_lockedAshish Kalra1-1/+1
7 dayscrypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
7 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
7 dayscrypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
7 dayscrypto: ccp - Move SEV/SNP Platform initialization to KVMAshish Kalra1-13/+0
7 dayscrypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
7 dayscrypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
7 dayscrypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra1-12/+32
7 dayscrypto: atmel-sha204a - fail on hwrng registration error in probe pathThorsten Blum1-3/+5
7 dayscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
7 dayscrypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König2-3/+3
7 dayscrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
7 dayscrypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
7 dayscrypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
7 dayscrypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
7 dayscrypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16
7 dayscrypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
7 dayscrypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
7 dayscrypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
7 dayscrypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-oneTycho Andersen (AMD)1-3/+4
7 dayscrypto: qat - fix heartbeat error injectionDamian Muszynski3-30/+2
7 dayscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
7 dayscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-102/+0
7 dayscrypto: crypto4xx - Remove ahash-related codeHerbert Xu3-155/+1
7 dayscrypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-134/+0
13 dayscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel1-8/+39
13 dayscrypto: talitos/hash - remove useless wrapperPaul Louvel1-6/+1
13 dayscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel1-16/+13
13 dayscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel1-73/+7
13 dayscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel2-63/+115
13 dayscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel1-95/+6
13 dayscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
13 dayscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel1-34/+41
13 dayscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel1-17/+22
13 dayscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
13 dayscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
13 dayscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
13 dayscrypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
13 dayscrypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
13 dayscrypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
13 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)1-13/+4
13 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)1-12/+1
13 dayscrypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)1-5/+2
13 dayscrypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
13 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6
13 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum4-16/+16