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.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
2019-11-17
crypto: lib/curve25519 - work around Clang stack spilling issue
Ard Biesheuvel
1
-5
/
+5
2019-11-17
crypto: curve25519 - implement generic KPP driver
Ard Biesheuvel
3
-0
/
+96
2019-11-17
crypto: curve25519 - add kpp selftest
Ard Biesheuvel
2
-0
/
+1231
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
6
-0
/
+1778
2019-11-17
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
4
-0
/
+499
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
4
-0
/
+195
2019-11-17
crypto: testmgr - add test cases for Blake2s
Ard Biesheuvel
2
-39
/
+280
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
7
-0
/
+1019
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
7
-6
/
+10
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
5
-0
/
+1496
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-2
/
+2687
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-1
/
+2001
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
3
-16
/
+43
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
4
-28
/
+60
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
4
-22
/
+138
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
4
-73
/
+43
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
10
-216
/
+248
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
2
-28
/
+8
2019-11-17
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
Ard Biesheuvel
5
-44
/
+277
2019-11-17
crypto: mips/chacha - import 32r2 ChaCha code from Zinc
Jason A. Donenfeld
1
-0
/
+424
2019-11-17
crypto: arm/chacha - expose ARM ChaCha routine as library function
Ard Biesheuvel
2
-1
/
+41
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
6
-240
/
+340
2019-11-17
crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
Ard Biesheuvel
1
-0
/
+461
2019-11-17
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2
-11
/
+43
2019-11-17
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2
-19
/
+23
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
3
-25
/
+73
2019-11-17
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2
-56
/
+36
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
12
-86
/
+199
2019-11-17
crypto: lib - tidy up lib/crypto Kconfig and Makefile
Ard Biesheuvel
3
-20
/
+24
2019-11-17
crypto: aead - Split out geniv into its own module
Herbert Xu
3
-163
/
+179
2019-11-17
crypto: api - Add softdep on cryptomgr
Herbert Xu
1
-0
/
+1
2019-11-17
MAINTAINERS: add linux-amlogic list for amlogic crypto
Corentin Labbe
1
-0
/
+1
2019-11-17
crypto: amlogic - fix two resources leak
Corentin Labbe
1
-4
/
+6
2019-11-17
crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
Pascal van Leeuwen
1
-2
/
+3
2019-11-17
crypto: hisilicon - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-32
/
+11
2019-11-17
crypto: hisilicon - add vfs_num module param for zip
Hao Fang
1
-84
/
+98
2019-11-17
crypto: inside-secure - Fix hangup during probing for EIP97 engine
Pascal van Leeuwen
1
-4
/
+4
2019-11-17
hwrng: ks-sa - Add minimum sleep time before ready-polling
Alexander Sverdlin
1
-0
/
+38
2019-11-15
crypto: tgr192 - remove unneeded semicolon
Tian Tao
1
-2
/
+2
2019-11-15
crypto: allwinner - fix some spelling mistakes
Colin Ian King
2
-4
/
+4
2019-11-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-11-15
dt-bindings: rng: atmel-trng: add new compatible
Codrin Ciubotariu
1
-1
/
+1
2019-11-08
crypto: atmel - Fix selection of CRYPTO_AUTHENC
Tudor Ambarus
1
-1
/
+1
2019-11-08
crypto: inside-secure - Add missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+1
2019-11-08
crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
Zhou Wang
1
-26
/
+25
2019-11-08
crypto: sun8i-ss - fix memdup.cocci warnings
kbuild test robot
1
-4
/
+2
2019-11-08
crypto: sun8i-ss - fix semicolon.cocci warnings
kbuild test robot Remove unneeded semicolon
1
-1
/
+1
2019-11-08
crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
Christian Lamparter
1
-5
/
+1
2019-11-08
MAINTAINERS: Add maintainer for HiSilicon TRNG V2 driver
Zaibo Xu
1
-0
/
+5
2019-11-08
hwrng: hisi - add HiSilicon TRNG driver support
Zaibo Xu
3
-0
/
+113
[next]