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.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-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
2025-09-07
crypto: testmgr - Remove curve25519 kpp tests
Eric Biggers
2
-1231
/
+0
2025-09-07
crypto: x86/curve25519 - Remove unused kpp support
Eric Biggers
2
-98
/
+1
2025-09-07
crypto: powerpc/curve25519 - Remove unused kpp support
Eric Biggers
2
-106
/
+0
2025-09-07
crypto: arm/curve25519 - Remove unused kpp support
Eric Biggers
2
-77
/
+1
2025-09-07
crypto: hisilicon/hpre - Remove unused curve25519 kpp support
Eric Biggers
2
-400
/
+4
2025-08-29
lib/crypto: tests: Add KUnit tests for BLAKE2s
Eric Biggers
5
-3
/
+407
2025-08-29
lib/crypto: blake2s: Consolidate into single C translation unit
Eric Biggers
12
-111
/
+47
2025-08-29
lib/crypto: blake2s: Move generic code into blake2s.c
Eric Biggers
3
-112
/
+94
2025-08-29
lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: blake2s: Remove obsolete self-test
Eric Biggers
4
-664
/
+0
2025-08-29
lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2
Eric Biggers
1
-14
/
+14
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
25
-289
/
+126
2025-08-29
lib/crypto: chacha: Rename libchacha.c to chacha.c
Eric Biggers
2
-0
/
+1
2025-08-29
lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
8
-52
/
+0
2025-08-29
crypto: chacha - register only "-lib" drivers
Eric Biggers
3
-110
/
+29
2025-08-29
arm: configs: Remove obsolete assignments to CRYPTO_CHACHA20_NEON
Eric Biggers
4
-4
/
+0
2025-08-29
lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
Zhihang Shao
4
-1
/
+877
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
28
-424
/
+299
2025-08-29
lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
Eric Biggers
6
-41
/
+0
2025-08-27
lib/crypto: Drop inline from all *_mod_init_arch() functions
Eric Biggers
18
-18
/
+18
2025-08-27
lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
Eric Biggers
4
-0
/
+236
2025-08-26
crypto: md5 - Wrap library and add HMAC support
Eric Biggers
4
-195
/
+172
2025-08-26
lib/crypto: sparc/md5: Migrate optimized code into library
Eric Biggers
7
-188
/
+50
2025-08-26
lib/crypto: powerpc/md5: Migrate optimized code into library
Eric Biggers
9
-111
/
+14
2025-08-26
mips: cavium-octeon: Move octeon-crypto.c into parent dir
Eric Biggers
3
-7
/
+1
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
6
-227
/
+66
2025-08-26
lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
Eric Biggers
4
-1
/
+522
2025-08-26
lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
4
-12
/
+6
2025-08-26
lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
4
-16
/
+15
2025-08-24
Linux 6.17-rc3
v6.17-rc3
Linus Torvalds
1
-1
/
+1
2025-08-24
Merge tag 'i2c-for-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+13
2025-08-24
Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
2025-08-24
Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-5
/
+10
2025-08-24
Merge tag 'mips-fixes_6.17_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+9
2025-08-24
Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2025-08-23
Merge tag 'char-misc-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-84
/
+158
2025-08-23
Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
20
-97
/
+224
2025-08-23
Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-25
/
+65
2025-08-23
Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-48
/
+318
2025-08-23
Merge tag 'i2c-host-fixes-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
2
-9
/
+13
2025-08-23
ftrace: Also allocate and copy hash for reading of filter files
Steven Rostedt
1
-9
/
+10
2025-08-23
Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
46
-239
/
+382
2025-08-23
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
1
-2
/
+2
2025-08-23
fgraph: Copy args in intermediate storage with entry
Steven Rostedt
1
-6
/
+16
2025-08-23
Merge tag 'drm-xe-fixes-2025-08-21-1' of https://gitlab.freedesktop.org/drm/x...
Dave Airlie
4
-28
/
+26
2025-08-23
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+4
2025-08-22
Merge tag 'drm-misc-fixes-2025-08-21' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
24
-59
/
+154
2025-08-22
mips: lantiq: xway: sysctrl: rename the etop node
Aleksander Jan Bajkowski
2
-6
/
+6
2025-08-22
mips: dts: lantiq: danube: add missing burst length property
Aleksander Jan Bajkowski
1
-0
/
+3
[next]