summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+93
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds110-3208/+1684
2026-06-12crypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
2026-06-12crypto: atmel-ecc - drop dead code in atmel_ecdh_max_sizeThorsten Blum1-9/+1
2026-06-12crypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-06-12crypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
2026-06-12crypto: amcc - convert irq_of_parse_and_map to platform_get_irqRosen Penev2-2/+6
2026-06-12crypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-142/+0
2026-06-12hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Eric Biggers3-354/+0
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers2-30/+16
2026-06-11crypto: xilinx-trng - Fix return value of xtrng_hwrng_trng_read()Eric Biggers1-3/+6
2026-06-11crypto: xilinx-trng - Remove crypto_rng interfaceEric Biggers2-82/+4
2026-06-11crypto: exynos-rng - Remove exynos-rng driverEric Biggers3-418/+0
2026-06-11hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/Eric Biggers4-108/+0
2026-06-11crypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
2026-06-11crypto: loongson - Remove broken and unused loongson-rngEric Biggers5-218/+0
2026-06-11crypto: crypto4xx - Remove insecure and unused rng_algEric Biggers4-104/+0
2026-06-11crypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
2026-06-10PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelistLukas Wunner1-5/+0
2026-06-05crypto: qat - simplify adf_service_mask_to_string helperThorsten Blum1-4/+3
2026-06-05crypto: qat - add KPT support for GEN6 devicesJunyuan Wang14-2/+489
2026-06-05crypto: nx - fix nx_crypto_ctx_exit argumentSam James2-5/+3
2026-05-29crypto: loongson - Select CRYPTO_RNGEric Biggers1-0/+1
2026-05-29crypto: ccp/tsm - Enable the root port after the endpointAlexey Kardashevskiy1-5/+5
2026-05-29crypto: qat - use pci logging variants for PCI-specific messagesAhsan Atta10-29/+28
2026-05-29crypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
2026-05-29crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-05-29crypto: octeontx - use strscpy_pad in ucode_load_storeThorsten Blum1-3/+2
2026-05-29crypto: atmel-ecc - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: atmel-sha204a - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: atmel-sha204a - Drop of_device_id dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
2026-05-29crypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16
2026-05-29crypto: inside-secure/eip93 - Add check for devm_request_threaded_irqAleksander Jan Bajkowski1-0/+2
2026-05-29crypto: inside-secure/eip93 - Drop superfluous blank lineAleksander Jan Bajkowski1-1/+0
2026-05-29crypto: hisilicon/qm - support doorbell enable controlZongyu Wu1-5/+49
2026-05-29crypto: hisilicon - mask all error type when removing driverWeili Qian4-34/+18
2026-05-29crypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
2026-05-29crypto: hisilicon/qm - support function-level error resetZhushuai Yin1-8/+82
2026-05-29crypto: hisilicon/qm - place the interrupt status interface after the PM usag...Zhushuai Yin1-16/+18
2026-05-29crypto: hisilicon/qm - allow VF devices to query hardware isolation statusZhushuai Yin4-30/+128
2026-05-22crypto: atmel-sha204a - fail on hwrng registration error in probe pathThorsten Blum1-3/+5
2026-05-22crypto: atmel-sha204a - remove sysfs group before hwrngThorsten Blum1-2/+1
2026-05-22crypto: omap-des - drop of_match_ptr from OF match tableThorsten Blum1-1/+1
2026-05-22crypto: omap-des - add COMPILE_TEST and fix CONFIG_OF=n buildThorsten Blum2-4/+4
2026-05-22crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setupThorsten Blum1-2/+1
2026-05-22crypto: drivers - remove of_match_ptr from OF match tablesThorsten Blum2-4/+4
2026-05-22crypto: eip93 - fix reset ring register definitionAleksander Jan Bajkowski1-1/+1
2026-05-22crypto: atmel-i2c - drop redundant void * callback cast in enqueueThorsten Blum1-1/+1