summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2026-05-22crypto: atmel-i2c - drop redundant void * callback cast in enqueueThorsten Blum
2026-05-22crypto: tegra - Don't touch bo refcount in host1x bo pin/unpinMikko Perttunen
2026-05-22crypto: qat - handle sysfs-triggered reset callbacksAhsan Atta
2026-05-22crypto: qat - factor out AER reset helpersAhsan Atta
2026-05-22crypto: qat - skip restart for down devicesAhsan Atta
2026-05-22crypto: qat - centralize bus master enableAhsan Atta
2026-05-22crypto: qat - notify fatal error before AER reset preparationAhsan Atta
2026-05-22crypto: qat - keep VFs enabled during resetAhsan Atta
2026-05-22crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu
2026-05-22crypto: qat - remove MODULE_VERSIONGiovanni Cabiddu
2026-05-22crypto: atmel - use min3 to simplify atmel_sha_append_sgThorsten Blum
2026-05-22crypto: cesa - use max to simplify mv_cesa_probeThorsten Blum
2026-05-22crypto: qat - rename adf_ctl_drv.c to adf_module.cGiovanni Cabiddu
2026-05-22crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu
2026-05-22crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementationslizhi
2026-05-15crypto: atmel-ecc - drop CONFIG_OF guard and of_match_ptrThorsten Blum
2026-05-15crypto: atmel-sha204a - drop __maybe_unused and of_match_ptrThorsten Blum
2026-05-15crypto: safexcel - Fix potential memory leak in safexcel_pci_probe()Abdun Nihaal
2026-05-15crypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng
2026-05-15crypto: talitos - use devm_platform_ioremap_resource()Rosen Penev
2026-05-15crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
2026-05-15crypto: talitos/hash - remove useless wrapperPaul Louvel
2026-05-15crypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
2026-05-15crypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
2026-05-15crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
2026-05-15crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
2026-05-15crypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
2026-05-15crypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
2026-05-15crypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
2026-05-15crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
2026-05-15crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
2026-05-15crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULLStepan Ionichev
2026-05-15crypto: atmel-ecc - replace min_t with minThorsten Blum
2026-05-15crypto: ccree - replace snprintf("%s") with strscpyThorsten Blum
2026-05-15crypto: artpec6 - refactor crypto_setup_out_descr for readabilityThorsten Blum
2026-05-15crypto: talitos - allocate channels with main structRosen Penev
2026-05-15crypto: drivers - Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski
2026-05-15crypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson
2026-05-15crypto: safexcel - Remove repeated plusAleksander Jan Bajkowski
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)
2026-05-15crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)
2026-05-15crypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)
2026-05-15crypto: drivers - Drop explicit assigment of 0 in pci_device_id arrayUwe Kleine-König (The Capable Hub)
2026-05-15crypto: ccp - Define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-05-13crypto/ccp: export firmware supported vm typesTycho Andersen
2026-05-13crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUSTycho Andersen
2026-05-08crypto/ccp: Skip SNP_INIT if preparation failsTycho Andersen (AMD)
2026-05-07crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum
2026-05-07crypto: starfive - use list_first_entry_or_null to simplify cryp_find_devThorsten Blum