aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-07-27crypto: omap-sham - use devm_platform_get_and_ioremap_resourceRosen Penev1-86/+18
2026-07-27crypto: omap-aes - use devm_platform_get_and_ioremap_resourceRosen Penev1-72/+12
2026-07-27crypto: hisilicon/sec - use devm_platform_ioremap_resource in sec_map_ioRosen Penev1-16/+3
2026-07-27crypto: keembay - publish OF module alias for OCS AES/SM4Can Peng1-0/+1
2026-07-27crypto: keembay - Initialize completion before requesting IRQLinmao Li1-2/+2
2026-07-22crypto: ccp: Treat bitmap size as allocation failureYury Norov2-2/+2
2026-07-17crypto: qce - Mark QCE as BROKENDemi Marie Obenour1-1/+5
2026-07-17crypto: aspeed - Propagate platform_get_irq() errorsNarasimharao Vadlamudi2-2/+2
2026-07-17crypto: sl3516 - drop invalid sg_dma_len checks before DMA mappingThorsten Blum1-8/+0
2026-07-17crypto: atmel-ecc - avoid stale fallback key after set_secret failureThorsten Blum1-4/+4
2026-07-17crypto: atmel-sha204a - clear RNG data from memoryThorsten Blum1-4/+8
2026-07-17crypto: atmel-tdes - drop redundant if check in crypt_dma_stopThorsten Blum1-17/+14
2026-07-17crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stopThorsten Blum1-4/+2
2026-07-17crypto: atmel-tdes - use __get_free_page in buff_initThorsten Blum1-2/+2
2026-07-17crypto: atmel-tdes - simplify fast path in crypt_startThorsten Blum1-15/+9
2026-07-17crypto: qat - use strscpy_pad to simplify adf_service_string_to_maskThorsten Blum3-11/+8
2026-07-13crypto: keembay - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-13crypto: ixp4xx - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-13crypto: ccp - Fix memory leak in SEV INIT_EX pathAtish Patra1-3/+14
2026-07-13crypto: ccp - Fix possible deadlock in SEV init failure pathAtish Patra1-1/+1
2026-07-05crypto: keembay - Fix AEAD unregister count in error pathMyeonghun Pak1-2/+2
2026-07-05crypto: rk3288 - fail ahash requests on HASH idle timeoutPengpeng Hou1-1/+6
2026-07-05crypto: qce - Remove unsafe/deprecated algorithmsBartosz Golaszewski7-239/+20
2026-07-05crypto: mxs-dcp - fix source scatterlist length accessThorsten Blum1-1/+1
2026-07-05crypto: sa2ul - stop probe if context pool creation failsPengpeng Hou1-1/+5
2026-07-05crypto: caam - Remove crypto_rng interfaceEric Biggers5-268/+0
2026-07-05crypto: sun8i-ss - Remove crypto_rng interfaceEric Biggers5-254/+0
2026-07-05crypto: sun8i-ce - Remove crypto_rng interfaceEric Biggers5-260/+0
2026-07-05crypto: ccp - Introduce SNP_VERIFY_MITIGATION commandPratik R. Sampat2-0/+180
2026-07-05crypto: qce - drop unused scatterlist traversal in qce_ahash_updateThorsten Blum1-26/+5
2026-07-05crypto: crypto4xx - move ioremapping upRosen Penev1-7/+4
2026-07-05crypto: atmel-sha204a - fix heap info leak on I2C transfer failureLothar Rubusch1-1/+5
2026-07-05crypto: atmel-ecc - reject hardware ECDH without a public keyThorsten Blum1-0/+3
2026-07-05crypto: atmel-ecc - drop unused curve id from atmel_ecdh_ctxThorsten Blum1-3/+0
2026-07-05crypto: atmel-tdes - use scatterlist length before DMA mappingThorsten Blum1-3/+2
2026-07-05crypto: atmel-ecc - clean up and improve ECDH commentsThorsten Blum1-24/+14
2026-07-05crypto: atmel-i2c - improve comment in atmel_i2c_init_ecdh_cmdThorsten Blum1-3/+2
2026-07-05hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/Eric Biggers3-182/+0
2026-07-05crypto: qcom-rng - Remove crypto_rng interfaceEric Biggers2-140/+19
2026-07-05crypto: qcom-rng - Allow zero as a random numberEric Biggers1-2/+0
2026-07-05crypto: qcom-rng - Enable clock in hwrng caseEric Biggers1-0/+16
2026-07-05crypto: qat - clear AES key schedule from stackGiovanni Cabiddu1-0/+1
2026-07-05crypto: qat - cancel work on re-enable SR-IOV timeoutGiovanni Cabiddu1-0/+2
2026-07-05crypto: octeontx - use 2-arg strscpy where destination size is knownThorsten Blum2-4/+4
2026-07-05crypto: qat - use 2-arg strscpy where destination size is knownThorsten Blum5-7/+11
2026-07-05crypto: hisilicon - use 2-arg strscpy where destination size is knownThorsten Blum1-4/+1
2026-07-05crypto: ccp - use 2-arg strscpy where destination size is knownThorsten Blum1-1/+1
2026-07-05crypto: cavium - use 2-arg strscpy where destination size is knownThorsten Blum1-1/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)12-12/+0
2026-06-30crypto: atmel: Use dmaengine_prep_config_sg() APIFrank Li1-7/+3