summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
3 dayscrypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
3 dayscrypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty3-1/+12
3 dayscrypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty1-11/+11
10 dayscrypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva1-2/+2
10 dayscrypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum1-4/+2
10 dayscrypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
10 dayscrypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum1-0/+4
10 dayscrypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
10 dayscrypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum2-5/+6
10 dayscrypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
10 dayscrypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
10 dayscrypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
10 dayscrypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
10 dayscrypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
10 dayscrypto: talitos - rename first/last to first_desc/last_descPaul Louvel1-23/+23
10 dayscrypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel1-69/+147
10 dayscrypto: qat - fix IRQ cleanup on 6xxx probe failureGiovanni Cabiddu1-1/+3
10 dayscrypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum1-9/+11
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-19/+28
2026-03-26crypto: caam - fix overflow on long hmac keysHoria Geantă1-1/+2
2026-03-26crypto: caam - fix DMA corruption on long hmac keysHoria Geantă1-1/+2
2026-03-26crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers2-17/+24
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2026-03-14crypto: padlock-sha - Disable for Zhaoxin processorAlanSong-oc1-0/+7
2026-03-14crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-02-28crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum1-2/+3
2026-02-28crypto: ccp - Fix use-after-free on error pathAlper Ak1-1/+1
2026-02-28crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabledAshish Kalra1-6/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds10-22/+11
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds71-111/+111
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook88-176/+172
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-13/+86
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+1
2026-02-10crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctlyKees Cook1-1/+1
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds46-932/+1840
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-39/+37
2026-02-07crypto: img-hash - Use unregister_ahashes in img_{un}register_algsThorsten Blum1-14/+7
2026-02-06crypto: cesa - Simplify return statement in mv_cesa_dequeue_req_lockedThorsten Blum1-7/+1
2026-02-06crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2026-02-06crypto: xilinx - Fix inconsistant indentationHarsh Jain1-1/+1
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum3-47/+22
2026-02-06crypto: ccp - Add sysfs attribute for boot integrityMario Limonciello2-1/+4
2026-01-31crypto: caam - fix netdev memory leak in dpaa2_caam_probeJianpeng Chang2-12/+17
2026-01-31crypto: hisilicon/qm - increase wait time for mailboxWeili Qian1-10/+24
2026-01-31crypto: hisilicon/qm - obtain the mailbox configuration at one timeWeili Qian1-47/+86
2026-01-31crypto: hisilicon/qm - remove unnecessary code in qm_mb_write()Weili Qian1-12/+2