summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-10-23crypto: aspeed - fix double free caused by devmHaotian Zhang1-2/+0
2025-10-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2025-10-05Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds55-831/+2470
2025-10-04Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2025-10-02crypto: ti - Add CRYPTO_ALG_ASYNC flag to DTHEv2 AES algosT Pratham1-0/+2
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-01Merge tag 'mfd-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds5-0/+217
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-2/+572
2025-09-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-401/+5
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel1-0/+10
2025-09-20crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regsChenghai Huang1-0/+1
2025-09-20crypto: hisilicon/qm - clear all VF configurations in the hardwareWeili Qian1-13/+12
2025-09-20crypto: hisilicon - enable error reporting againWeili Qian4-0/+41
2025-09-20crypto: hisilicon/qm - mask axi error before memory initWeili Qian4-115/+243
2025-09-20crypto: hisilicon/qm - invalidate queues in useWeili Qian1-13/+40
2025-09-20crypto: qat - Return pointer directly in adf_ctl_alloc_resourcesHerbert Xu1-18/+13
2025-09-20crypto: aspeed - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-09-20crypto: comp - Use same definition of context alloc and free opsDan Moulding2-4/+8
2025-09-17crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driverAshish Kalra5-2/+387
2025-09-17crypto: ccp - Add new HV-Fixed page allocation/free APIAshish Kalra2-0/+185
2025-09-13crypto: omap - convert from tasklet to BH workqueueRyo Takakura4-23/+26
2025-09-13crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-10/+3
2025-09-13crypto: caam - double the entropy delay interval for retryGaurav Jain1-2/+2
2025-09-13crypto: chelsio - Use library to prepare HMAC keysEric Biggers3-203/+63
2025-09-13crypto: qat - Use library to prepare HMAC keysEric Biggers2-137/+61
2025-09-13crypto: tegra - Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-13crypto: hisilicon/sec - Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-13crypto: ccp - Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim1-1/+1
2025-09-13crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-09-13crypto: rockchip - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-09-13crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()Ovidiu Panait1-16/+46
2025-09-13crypto: sun8i-ce - save hash buffers and dma info to request contextOvidiu Panait2-45/+49
2025-09-13crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepareOvidiu Panait1-22/+11
2025-09-13crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()Ovidiu Panait1-19/+16
2025-09-13crypto: sun8i-ce - move bounce_iv and backup_iv to request contextOvidiu Panait3-25/+13
2025-09-13crypto: sun8i-ce - add a new function for dumping task descriptorsOvidiu Panait1-7/+9
2025-09-13crypto: sun8i-ce - remove unnecessary __maybe_unused annotationsOvidiu Panait3-3/+3
2025-09-13crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()Ovidiu Panait1-6/+2
2025-09-13crypto: sun8i-ce - remove channel timeout fieldOvidiu Panait6-9/+3
2025-09-13crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_lock...Borislav Petkov (AMD)1-1/+1
2025-09-09crypto: atmel-aes: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1
2025-09-07crypto: hisilicon/hpre - Remove unused curve25519 kpp supportEric Biggers2-400/+4
2025-09-06crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move featuresZhushuai Yin2-9/+31
2025-09-06crypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfsChenghai Huang1-0/+7
2025-09-06crypto: ti - Enable compile testing for dthev2Herbert Xu2-2/+2
2025-09-06crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctxHerbert Xu1-5/+3
2025-09-06crypto: caam - switch to use devm_kmemdup_array()Zhang Enpei1-3/+3
2025-09-06crypto: xilinx - Add TRNG driver for VersalHarsh Jain3-0/+418
2025-09-05crypto: ccp: Skip SEV and SNP INIT for kdump bootAshish Kalra1-0/+10