aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-05-22crypto: atmel-i2c - drop redundant void * callback cast in enqueueThorsten Blum1-1/+1
2026-05-22crypto: tegra - Don't touch bo refcount in host1x bo pin/unpinMikko Perttunen1-2/+1
2026-05-22crypto: qat - handle sysfs-triggered reset callbacksAhsan Atta1-0/+12
2026-05-22crypto: qat - factor out AER reset helpersAhsan Atta1-33/+53
2026-05-22crypto: qat - skip restart for down devicesAhsan Atta1-0/+8
2026-05-22crypto: qat - centralize bus master enableAhsan Atta12-15/+10
2026-05-22crypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
2026-05-22crypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
2026-05-22crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
2026-05-22crypto: qat - remove MODULE_VERSIONGiovanni Cabiddu10-16/+0
2026-05-22crypto: atmel - use min3 to simplify atmel_sha_append_sgThorsten Blum1-4/+4
2026-05-22crypto: cesa - use max to simplify mv_cesa_probeThorsten Blum1-3/+2
2026-05-22crypto: qat - rename adf_ctl_drv.c to adf_module.cGiovanni Cabiddu2-5/+5
2026-05-22crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+1
2026-05-22crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementationslizhi1-1/+1
2026-05-15crypto: atmel-ecc - drop CONFIG_OF guard and of_match_ptrThorsten Blum1-10/+4
2026-05-15crypto: atmel-sha204a - drop __maybe_unused and of_match_ptrThorsten Blum1-4/+4
2026-05-15crypto: safexcel - Fix potential memory leak in safexcel_pci_probe()Abdun Nihaal1-1/+1
2026-05-15crypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1
2026-05-15crypto: talitos - use devm_platform_ioremap_resource()Rosen Penev1-7/+3
2026-05-15crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel1-8/+39
2026-05-15crypto: talitos/hash - remove useless wrapperPaul Louvel1-6/+1
2026-05-15crypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel1-16/+13
2026-05-15crypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel1-73/+7
2026-05-15crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel2-63/+115
2026-05-15crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptorPaul Louvel1-95/+6
2026-05-15crypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
2026-05-15crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() functionPaul Louvel1-34/+41
2026-05-15crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() functionPaul Louvel1-17/+22
2026-05-15crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
2026-05-15crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
2026-05-15crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULLStepan Ionichev1-3/+10
2026-05-15crypto: atmel-ecc - replace min_t with minThorsten Blum1-2/+2
2026-05-15crypto: ccree - replace snprintf("%s") with strscpyThorsten Blum3-17/+12
2026-05-15crypto: artpec6 - refactor crypto_setup_out_descr for readabilityThorsten Blum1-12/+9
2026-05-15crypto: talitos - allocate channels with main structRosen Penev2-14/+10
2026-05-15crypto: drivers - Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski6-6/+6
2026-05-15crypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
2026-05-15crypto: safexcel - Remove repeated plusAleksander Jan Bajkowski1-1/+1
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)1-13/+4
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)1-12/+1
2026-05-15crypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)1-5/+2
2026-05-15crypto: drivers - Drop explicit assigment of 0 in pci_device_id arrayUwe Kleine-König (The Capable Hub)4-9/+9
2026-05-15crypto: ccp - Define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-14/+14
2026-05-13crypto/ccp: export firmware supported vm typesTycho Andersen1-0/+70
2026-05-13crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUSTycho Andersen1-8/+23
2026-05-08crypto/ccp: Skip SNP_INIT if preparation failsTycho Andersen (AMD)1-1/+3
2026-05-07crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
2026-05-07crypto: starfive - use list_first_entry_or_null to simplify cryp_find_devThorsten Blum1-11/+6