index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-525
/
+2950
2026-04-14
Merge tag 'x86_sev_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-27
/
+35
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-8
/
+8
2026-04-12
crypto: vmx - remove CRYPTO_DEV_VMX from Kconfig
Thorsten Blum
-8
/
+0
2026-04-12
crypto: omap - convert reqctx buffer to fixed-size array
Thorsten Blum
-11
/
+10
2026-04-12
crypto: qat - fix IRQ cleanup on 6xxx probe failure
Giovanni Cabiddu
-1
/
+3
2026-04-12
crypto: qce - simplify qce_xts_swapiv()
Thorsten Blum
-6
/
+6
2026-04-12
crypto: hisilicon - Fix dma_unmap_single() direction
Thomas Fourier
-1
/
+1
2026-04-12
crypto: talitos - rename first/last to first_desc/last_desc
Paul Louvel
-23
/
+23
2026-04-12
crypto: talitos - fix SEC1 32k ahash request limitation
Paul Louvel
-69
/
+147
2026-04-12
crypto: hisilicon - remove unused and non-public APIs for qm and sec
Chenghai Huang
-6
/
+4
2026-04-12
crypto: hisilicon/qm - drop redundant variable initialization
Chenghai Huang
-2
/
+2
2026-04-12
crypto: hisilicon/qm - remove else after return
Chenghai Huang
-2
/
+2
2026-04-12
crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump...
Chenghai Huang
-9
/
+9
2026-04-12
crypto: hisilicon - fix the format string type error
Zhushuai Yin
-3
/
+3
2026-04-12
crypto: ccree - fix a memory leak in cc_mac_digest()
Haoxiang Li
-0
/
+1
2026-04-03
crypto: qat - add support for zstd
Giovanni Cabiddu
-30
/
+773
2026-04-03
crypto: qat - use swab32 macro
Giovanni Cabiddu
-4
/
+6
2026-04-03
crypto: img-hash - drop redundant return variable
Thorsten Blum
-4
/
+1
2026-04-03
crypto: img-hash - use list_first_entry_or_null to simplify digest
Thorsten Blum
-15
/
+6
2026-04-03
crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
Eric Biggers
-0
/
+4
2026-04-03
crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()
Paul Louvel
-2
/
+1
2026-04-03
crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a help
Thorsten Blum
-2
/
+2
2026-04-03
crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()
Eric Biggers
-13
/
+4
2026-04-03
crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()
Eric Biggers
-10
/
+2
2026-04-03
crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()
Giovanni Cabiddu
-1
/
+1
2026-04-03
crypto: qat - replace scnprintf() with sysfs_emit()
Atharv Dubey
-3
/
+3
2026-04-03
crypto: qat - fix type mismatch in RAS sysfs show functions
Giovanni Cabiddu
-6
/
+6
2026-04-03
crypto: qat - fix compression instance leak
Giovanni Cabiddu
-2
/
+8
2026-04-03
crypto: qat - use acomp_tfm_ctx()
Giovanni Cabiddu
-5
/
+3
2026-04-03
crypto: ccp - Replace snprintf("%s") with strscpy
Thorsten Blum
-18
/
+15
2026-04-03
crypto: hifn_795x - Replace snprintf("%s") with strscpy
Thorsten Blum
-3
/
+3
2026-04-03
crypto: qat - disable 420xx AE cluster when lead engine is fused off
Ahsan Atta
-2
/
+18
2026-04-03
crypto: qat - disable 4xxx AE cluster when lead engine is fused off
Ahsan Atta
-2
/
+12
2026-04-02
Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-19
/
+28
2026-03-30
crypto/ccp: Update HV_FIXED page states to allow freeing of memory
Tom Lendacky
-3
/
+10
2026-03-30
crypto/ccp: Implement SNP x86 shutdown
Tycho Andersen (AMD)
-17
/
+24
2026-03-29
x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/
Tycho Andersen (AMD)
-8
/
+0
2026-03-29
x86/sev, crypto/ccp: Move SNP init to ccp driver
Tycho Andersen (AMD)
-0
/
+2
2026-03-27
crypto: qce - use memcpy_and_pad in qce_aead_setkey
Thorsten Blum
-2
/
+2
2026-03-27
crypto: inside-secure/eip93 - add missing address terminator character
Mieczyslaw Nalewaj
-13
/
+13
2026-03-27
crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
Mieczyslaw Nalewaj
-1
/
+1
2026-03-27
crypto: hisilicon/sec2 - prevent req used-after-free for sec
Wenkai Lin
-1
/
+1
2026-03-27
crypto: inside-secure/eip93 - make it selectable for ECONET
Aleksander Jan Bajkowski
-1
/
+1
2026-03-27
crypto: ti - Add support for AES-CCM in DTHEv2 driver
T Pratham
-16
/
+126
2026-03-27
crypto: ti - Add support for AES-GCM in DTHEv2 driver
T Pratham
-3
/
+628
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev
Thorsten Blum
-11
/
+5
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
Thorsten Blum
-11
/
+5
2026-03-27
crypto: qat - add anti-rollback support for GEN6 devices
Suman Kumar Chakraborty
-5
/
+383
2026-03-27
crypto: caam - guard HMAC key hex dumps in hash_digest_key
Thorsten Blum
-4
/
+4
[next]