summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
3 daysMerge branch 'bitmap-for-next' of https://github.com/norov/linux.gitMark Brown
3 daysMerge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/...Mark Brown
3 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown
4 dayscrypto: ccp: Treat bitmap size as allocation failureYury Norov
5 daysMerge branch 'vfs-7.3.kthread' into vfs.allChristian Brauner
10 dayscrypto: qce - Mark QCE as BROKENDemi Marie Obenour
10 dayscrypto: aspeed - Propagate platform_get_irq() errorsNarasimharao Vadlamudi
10 dayscrypto: sl3516 - drop invalid sg_dma_len checks before DMA mappingThorsten Blum
10 dayscrypto: atmel-ecc - avoid stale fallback key after set_secret failureThorsten Blum
10 dayscrypto: atmel-sha204a - clear RNG data from memoryThorsten Blum
10 dayscrypto: atmel-tdes - drop redundant if check in crypt_dma_stopThorsten Blum
10 dayscrypto: atmel-tdes - drop redundant return variable in crypt_pdc_stopThorsten Blum
10 dayscrypto: atmel-tdes - use __get_free_page in buff_initThorsten Blum
10 dayscrypto: atmel-tdes - simplify fast path in crypt_startThorsten Blum
10 dayscrypto: qat - use strscpy_pad to simplify adf_service_string_to_maskThorsten Blum
14 dayscrypto: keembay - add missing MODULE_DEVICE_TABLE()Pengpeng Hou
14 dayscrypto: ixp4xx - add missing MODULE_DEVICE_TABLE()Pengpeng Hou
14 dayscrypto: ccp - Fix memory leak in SEV INIT_EX pathAtish Patra
14 dayscrypto: ccp - Fix possible deadlock in SEV init failure pathAtish Patra
2026-07-05crypto: keembay - Fix AEAD unregister count in error pathMyeonghun Pak
2026-07-05crypto: rk3288 - fail ahash requests on HASH idle timeoutPengpeng Hou
2026-07-05crypto: qce - Remove unsafe/deprecated algorithmsBartosz Golaszewski
2026-07-05crypto: mxs-dcp - fix source scatterlist length accessThorsten Blum
2026-07-05crypto: sa2ul - stop probe if context pool creation failsPengpeng Hou
2026-07-05crypto: caam - Remove crypto_rng interfaceEric Biggers
2026-07-05crypto: sun8i-ss - Remove crypto_rng interfaceEric Biggers
2026-07-05crypto: sun8i-ce - Remove crypto_rng interfaceEric Biggers
2026-07-05crypto: ccp - Introduce SNP_VERIFY_MITIGATION commandPratik R. Sampat
2026-07-05crypto: qce - drop unused scatterlist traversal in qce_ahash_updateThorsten Blum
2026-07-05crypto: crypto4xx - move ioremapping upRosen Penev
2026-07-05crypto: atmel-sha204a - fix heap info leak on I2C transfer failureLothar Rubusch
2026-07-05crypto: atmel-ecc - reject hardware ECDH without a public keyThorsten Blum
2026-07-05crypto: atmel-ecc - drop unused curve id from atmel_ecdh_ctxThorsten Blum
2026-07-05crypto: atmel-tdes - use scatterlist length before DMA mappingThorsten Blum
2026-07-05crypto: atmel-ecc - clean up and improve ECDH commentsThorsten Blum
2026-07-05crypto: atmel-i2c - improve comment in atmel_i2c_init_ecdh_cmdThorsten Blum
2026-07-05hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/Eric Biggers
2026-07-05crypto: qcom-rng - Remove crypto_rng interfaceEric Biggers
2026-07-05crypto: qcom-rng - Allow zero as a random numberEric Biggers
2026-07-05crypto: qcom-rng - Enable clock in hwrng caseEric Biggers
2026-07-05crypto: qat - clear AES key schedule from stackGiovanni Cabiddu
2026-07-05crypto: qat - cancel work on re-enable SR-IOV timeoutGiovanni Cabiddu
2026-07-05crypto: octeontx - use 2-arg strscpy where destination size is knownThorsten Blum
2026-07-05crypto: qat - use 2-arg strscpy where destination size is knownThorsten Blum
2026-07-05crypto: hisilicon - use 2-arg strscpy where destination size is knownThorsten Blum
2026-07-05crypto: ccp - use 2-arg strscpy where destination size is knownThorsten Blum
2026-07-05crypto: cavium - use 2-arg strscpy where destination size is knownThorsten Blum
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-30crypto: atmel: Use dmaengine_prep_config_sg() APIFrank Li
2026-06-29crypto: ccp: use scoped_with_init_fs() for SEV file accessChristian Brauner