summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
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
2026-05-07crypto: omap - add omap_sham_unregister_algs helperThorsten Blum
2026-05-07crypto: omap - add omap_des_unregister_algs helperThorsten Blum
2026-05-07crypto: omap - add omap_aes_unregister_algs helperThorsten Blum
2026-05-07crypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
2026-05-07crypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
2026-05-07crypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch
2026-05-07crypto: cesa - allocate engines with main structRosen Penev
2026-05-07crypto: ixp4xx - fix buffer chain unwind on allocation failureRuoyu Wang
2026-05-07crypto: sun8i-ss - avoid hash and rng referencesArnd Bergmann
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers
2026-05-07crypto: atmel-ecc - add support for atecc608bThorsten Blum
2026-05-07crypto: ccp - Initialize data during __sev_snp_init_locked()Tycho Andersen (AMD)
2026-05-07crypto: ccp - Check for page allocation failure correctly in TIOTycho Andersen (AMD)