index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
crypto: hisilicon - remove unused and non-public APIs for qm and sec
Chenghai Huang
3
-8
/
+4
2026-04-12
crypto: hisilicon/qm - drop redundant variable initialization
Chenghai Huang
1
-2
/
+2
2026-04-12
crypto: hisilicon/qm - remove else after return
Chenghai Huang
1
-2
/
+2
2026-04-12
crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump...
Chenghai Huang
1
-9
/
+9
2026-04-12
crypto: hisilicon - fix the format string type error
Zhushuai Yin
2
-3
/
+3
2026-04-12
crypto: ccree - fix a memory leak in cc_mac_digest()
Haoxiang Li
1
-0
/
+1
2026-04-03
crypto: qat - add support for zstd
Giovanni Cabiddu
17
-30
/
+773
2026-04-03
crypto: qat - use swab32 macro
Giovanni Cabiddu
1
-4
/
+6
2026-04-03
crypto: img-hash - drop redundant return variable
Thorsten Blum
1
-4
/
+1
2026-04-03
crypto: img-hash - use list_first_entry_or_null to simplify digest
Thorsten Blum
1
-15
/
+6
2026-04-03
crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
Eric Biggers
4
-8
/
+23
2026-04-03
crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()
Paul Louvel
1
-2
/
+1
2026-04-03
crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a help
Thorsten Blum
1
-2
/
+2
2026-04-03
crypto: x86 - Remove des and des3_ede code
Eric Biggers
4
-1239
/
+0
2026-04-03
crypto: sparc - Remove des and des3_ede code
Eric Biggers
4
-917
/
+0
2026-04-03
crypto: s390 - Remove des and des3_ede code
Eric Biggers
5
-521
/
+0
2026-04-03
crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=n
Eric Biggers
1
-7
/
+0
2026-04-03
crypto: fips - Depend on CRYPTO_DRBG=y
Eric Biggers
1
-1
/
+1
2026-04-03
crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
Eric Biggers
2
-4
/
+15
2026-04-03
crypto: rng - Unexport "default RNG" symbols
Eric Biggers
2
-11
/
+3
2026-04-03
net: tipc: Use crypto_stdrng_get_bytes()
Eric Biggers
1
-11
/
+2
2026-04-03
crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-13
/
+4
2026-04-03
crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-10
/
+2
2026-04-03
crypto: geniv - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-7
/
+1
2026-04-03
crypto: ecc - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-8
/
+3
2026-04-03
crypto: dh - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-7
/
+1
2026-04-03
crypto: rng - Add crypto_stdrng_get_bytes()
Eric Biggers
2
-0
/
+27
2026-04-03
crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()
Giovanni Cabiddu
1
-1
/
+1
2026-04-03
crypto: qat - replace scnprintf() with sysfs_emit()
Atharv Dubey
1
-3
/
+3
2026-04-03
crypto: qat - fix type mismatch in RAS sysfs show functions
Giovanni Cabiddu
1
-6
/
+6
2026-04-03
crypto: qat - fix compression instance leak
Giovanni Cabiddu
1
-2
/
+8
2026-04-03
crypto: qat - use acomp_tfm_ctx()
Giovanni Cabiddu
1
-5
/
+3
2026-04-03
crypto: ccp - Replace snprintf("%s") with strscpy
Thorsten Blum
6
-18
/
+15
2026-04-03
crypto: hifn_795x - Replace snprintf("%s") with strscpy
Thorsten Blum
1
-3
/
+3
2026-04-03
crypto: qat - disable 420xx AE cluster when lead engine is fused off
Ahsan Atta
1
-2
/
+18
2026-04-03
crypto: qat - disable 4xxx AE cluster when lead engine is fused off
Ahsan Atta
1
-2
/
+12
2026-04-03
crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
Aleksander Jan Bajkowski
2
-0
/
+262
2026-03-27
crypto: qce - use memcpy_and_pad in qce_aead_setkey
Thorsten Blum
1
-2
/
+2
2026-03-27
crypto: inside-secure/eip93 - add missing address terminator character
Mieczyslaw Nalewaj
13
-13
/
+13
2026-03-27
crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
Mieczyslaw Nalewaj
1
-1
/
+1
2026-03-27
crypto: hisilicon/sec2 - prevent req used-after-free for sec
Wenkai Lin
1
-1
/
+1
2026-03-27
crypto: cryptd - Remove unused functions
Eric Biggers
2
-143
/
+2
2026-03-27
crypto: inside-secure/eip93 - make it selectable for ECONET
Aleksander Jan Bajkowski
1
-1
/
+1
2026-03-27
crypto: ti - Add support for AES-CCM in DTHEv2 driver
T Pratham
3
-16
/
+126
2026-03-27
crypto: ti - Add support for AES-GCM in DTHEv2 driver
T Pratham
3
-3
/
+628
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev
Thorsten Blum
1
-11
/
+5
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
Thorsten Blum
1
-11
/
+5
2026-03-27
crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))
Aleksander Jan Bajkowski
2
-0
/
+214
2026-03-27
crypto: qat - add anti-rollback support for GEN6 devices
Suman Kumar Chakraborty
14
-5
/
+497
2026-03-27
crypto: caam - guard HMAC key hex dumps in hash_digest_key
Thorsten Blum
2
-4
/
+4
[next]