index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-25
47
-2418
/
+14868
|
\
|
*
crypto: x86/chacha - only unregister algorithms if registered
Eric Biggers
2019-11-22
1
-1
/
+2
|
*
crypto: arm/curve25519 - wire up NEON implementation
Jason A. Donenfeld
2019-11-17
4
-195
/
+287
|
*
crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...
Jason A. Donenfeld
2019-11-17
1
-0
/
+2105
|
*
crypto: curve25519 - x86_64 library and KPP implementations
Jason A. Donenfeld
2019-11-17
2
-0
/
+2476
|
*
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
2019-11-17
3
-0
/
+493
|
*
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
2019-11-17
3
-3
/
+3
|
*
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
2019-11-17
3
-0
/
+1490
|
*
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
5
-1
/
+2686
|
*
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
5
-1
/
+2000
|
*
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
2019-11-17
1
-16
/
+41
|
*
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
2019-11-17
1
-11
/
+55
|
*
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
2019-11-17
1
-59
/
+29
|
*
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2019-11-17
1
-1
/
+1
|
*
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
Ard Biesheuvel
2019-11-17
4
-44
/
+271
|
*
crypto: mips/chacha - import 32r2 ChaCha code from Zinc
Jason A. Donenfeld
2019-11-17
1
-0
/
+424
|
*
crypto: arm/chacha - expose ARM ChaCha routine as library function
Ard Biesheuvel
2019-11-17
2
-1
/
+41
|
*
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
2019-11-17
6
-240
/
+340
|
*
crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
Ard Biesheuvel
2019-11-17
1
-0
/
+461
|
*
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2019-11-17
2
-11
/
+43
|
*
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2019-11-17
2
-19
/
+23
|
*
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
2019-11-17
1
-25
/
+66
|
*
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2019-11-17
1
-55
/
+35
|
*
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-11-17
3
-3
/
+3
|
*
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
2019-11-01
2
-7
/
+7
|
*
crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...
Yunfeng Ye
2019-11-01
1
-1
/
+1
|
*
crypto: powerpc/spe-xts - implement support for ciphertext stealing
Ard Biesheuvel
2019-10-26
1
-2
/
+79
|
*
crypto: powerpc - convert SPE AES algorithms to skcipher API
Eric Biggers
2019-10-26
1
-216
/
+165
|
*
crypto: powerpc - don't set ivsize for AES-ECB
Eric Biggers
2019-10-26
1
-1
/
+0
|
*
crypto: powerpc - don't unnecessarily use atomic scatterwalk
Eric Biggers
2019-10-26
1
-7
/
+0
|
*
crypto: s390/des - convert to skcipher API
Eric Biggers
2019-10-23
1
-247
/
+172
|
*
crypto: s390/paes - convert to skcipher API
Eric Biggers
2019-10-23
1
-240
/
+174
|
*
crypto: s390/aes - convert to skcipher API
Eric Biggers
2019-10-23
1
-375
/
+234
|
*
crypto: sparc/des - convert to skcipher API
Eric Biggers
2019-10-23
1
-272
/
+227
|
*
crypto: sparc/camellia - convert to skcipher API
Eric Biggers
2019-10-23
1
-122
/
+95
|
*
crypto: sparc/aes - convert to skcipher API
Eric Biggers
2019-10-23
1
-167
/
+143
|
*
crypto: arm - use Kconfig based compiler checks for crypto opcodes
Ard Biesheuvel
2019-10-23
7
-33
/
+19
|
*
hwrng: omap3-rom - Fix missing clock by probing with device tree
Tony Lindgren
2019-10-05
2
-11
/
+7
|
*
ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS device
Tony Lindgren
2019-10-05
1
-1
/
+1
|
*
crypto: arm64/gcm-ce - implement 4 way interleave
Ard Biesheuvel
2019-10-05
2
-327
/
+467
*
|
Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-25
1
-4
/
+0
|
\
\
|
*
|
x86/stacktrace: update kconfig help text for reliable unwinders
Joe Lawrence
2019-11-07
1
-4
/
+0
*
|
|
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-11-25
25
-90
/
+80
|
\
\
\
|
*
|
|
x86: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
14
-65
/
+57
|
*
|
|
sparc: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-3
/
+3
|
*
|
|
sh: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
5
-7
/
+6
|
*
|
|
riscv: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-2
/
+2
|
*
|
|
ia64: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-1
/
+1
|
*
|
|
arm64: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
2
-10
/
+9
|
*
|
|
alpha: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-2
/
+2
[next]