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-01-16
lib/crypto: aes: Remove old AES en/decryption functions
Eric Biggers
2
-132
/
+10
2026-01-16
lib/crypto: aesgcm: Use new AES library API
Eric Biggers
2
-7
/
+7
2026-01-16
lib/crypto: aescfb: Use new AES library API
Eric Biggers
3
-22
/
+22
2026-01-16
crypto: omap - Use new AES library API
Eric Biggers
2
-4
/
+4
2026-01-16
crypto: inside-secure - Use new AES library API
Eric Biggers
2
-14
/
+12
2026-01-16
crypto: drbg - Use new AES library API
Eric Biggers
4
-31
/
+21
2026-01-16
crypto: crypto4xx - Use new AES library API
Eric Biggers
1
-5
/
+5
2026-01-16
crypto: chelsio - Use new AES library API
Eric Biggers
1
-5
/
+5
2026-01-16
crypto: ccp - Use new AES library API
Eric Biggers
1
-2
/
+2
2026-01-16
crypto: x86/aes-gcm - Use new AES library API
Eric Biggers
4
-69
/
+67
2026-01-16
crypto: arm64/ghash - Use new AES library API
Eric Biggers
1
-20
/
+7
2026-01-16
crypto: arm/ghash - Use new AES library API
Eric Biggers
1
-5
/
+9
2026-01-16
staging: rtl8723bs: core: Use new AES library API
Eric Biggers
1
-10
/
+10
2026-01-16
net: phy: mscc: macsec: Use new AES library API
Eric Biggers
1
-4
/
+4
2026-01-16
chelsio: Use new AES library API
Eric Biggers
3
-8
/
+8
2026-01-16
Bluetooth: SMP: Use new AES library API
Eric Biggers
1
-4
/
+4
2026-01-16
crypto: x86/aes - Remove the superseded AES-NI crypto_cipher
Eric Biggers
3
-88
/
+1
2026-01-16
lib/crypto: x86/aes: Add AES-NI optimization
Eric Biggers
4
-0
/
+348
2026-01-16
lib/crypto: sparc/aes: Migrate optimized code into library
Eric Biggers
8
-137
/
+200
2026-01-16
lib/crypto: s390/aes: Migrate optimized code into library
Eric Biggers
5
-115
/
+110
2026-01-12
lib/crypto: riscv/aes: Migrate optimized code into library
Eric Biggers
8
-106
/
+166
2026-01-12
lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library
Eric Biggers
10
-172
/
+226
2026-01-12
lib/crypto: powerpc/aes: Migrate SPE optimized code into library
Eric Biggers
12
-85
/
+122
2026-01-12
lib/crypto: arm64/aes: Migrate optimized code into library
Eric Biggers
13
-290
/
+181
2026-01-12
lib/crypto: arm/aes: Migrate optimized code into library
Eric Biggers
12
-114
/
+63
2026-01-12
crypto: aes - Replace aes-generic with wrapper around lib
Eric Biggers
9
-1353
/
+117
2026-01-12
crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI
Eric Biggers
17
-119
/
+2
2026-01-12
crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]
Eric Biggers
2
-2
/
+2
2026-01-12
crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places
Eric Biggers
1
-1
/
+2
2026-01-12
crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
Eric Biggers
1
-2
/
+2
2026-01-12
crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
Eric Biggers
1
-2
/
+2
2026-01-12
crypto: arm/aes-neonbs - Use AES library for single blocks
Eric Biggers
2
-14
/
+16
2026-01-12
lib/crypto: aes: Introduce improved AES library
Eric Biggers
4
-70
/
+501
2026-01-12
crypto: powerpc/aes - Rename struct aes_key
Eric Biggers
6
-21
/
+22
2026-01-12
lib/crypto: mldsa: Add FIPS cryptographic algorithm self-test
Eric Biggers
2
-0
/
+489
2026-01-12
lib/crypto: nh: Restore dependency of arch code on !KMSAN
Eric Biggers
1
-1
/
+1
2026-01-12
lib/crypto: md5: Use rol32() instead of open-coding it
Rusydi H. Makarim
1
-1
/
+1
2026-01-12
fscrypt: Drop obsolete recommendation to enable optimized NHPoly1305
Eric Biggers
1
-5
/
+0
2026-01-12
crypto: testmgr - Remove nhpoly1305 tests
Eric Biggers
2
-1378
/
+0
2026-01-12
crypto: nhpoly1305 - Remove crypto_shash support
Eric Biggers
4
-336
/
+0
2026-01-12
crypto: adiantum - Drop support for asynchronous xchacha ciphers
Eric Biggers
1
-104
/
+70
2026-01-12
crypto: adiantum - Use memcpy_{to,from}_sglist()
Eric Biggers
1
-4
/
+4
2026-01-12
crypto: adiantum - Use scatter_walk API instead of sg_miter
Eric Biggers
1
-18
/
+15
2026-01-12
crypto: adiantum - Convert to use NH library
Eric Biggers
3
-110
/
+191
2026-01-12
lib/crypto: x86/nh: Migrate optimized code into library
Eric Biggers
9
-190
/
+49
2026-01-12
lib/crypto: arm64/nh: Migrate optimized code into library
Eric Biggers
7
-94
/
+37
2026-01-12
lib/crypto: arm/nh: Migrate optimized code into library
Eric Biggers
7
-92
/
+35
2026-01-12
lib/crypto: tests: Add KUnit tests for NH
Eric Biggers
5
-0
/
+390
2026-01-12
lib/crypto: nh: Add NH library
Eric Biggers
4
-0
/
+152
2026-01-12
lib/crypto: tests: Add KUnit tests for ML-DSA verification
Eric Biggers
4
-0
/
+2335
[next]