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
2018-03-02
crypto: xts - remove xts_crypt()
Eric Biggers
2
-89
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
Eric Biggers
4
-443
/
+208
2018-03-02
crypto: x86/camellia - convert to skcipher interface
Eric Biggers
2
-84
/
+80
2018-03-02
crypto: x86/camellia - remove XTS algorithm
Eric Biggers
4
-113
/
+24
2018-03-02
crypto: x86/camellia - remove LRW algorithm
Eric Biggers
3
-95
/
+1
2018-03-02
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
Eric Biggers
2
-180
/
+1
2018-03-02
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
3
-168
/
+2
2018-03-02
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
2
-120
/
+120
2018-03-02
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
2
-118
/
+114
2018-03-02
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
2
-216
/
+104
2018-03-02
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
2
-180
/
+1
2018-03-02
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
2
-228
/
+130
2018-03-02
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
Eric Biggers
1
-2
/
+1
2018-03-02
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
2
-219
/
+102
2018-03-02
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
2
-189
/
+1
2018-03-02
crypto: x86/twofish-3way - convert to skcipher interface
Eric Biggers
2
-85
/
+68
2018-03-02
crypto: x86/twofish-3way - remove XTS algorithm
Eric Biggers
4
-118
/
+25
2018-03-02
crypto: x86/twofish-3way - remove LRW algorithm
Eric Biggers
4
-92
/
+27
2018-03-02
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
Eric Biggers
4
-446
/
+219
2018-03-02
crypto: x86/serpent-avx - remove LRW algorithm
Eric Biggers
3
-187
/
+1
2018-03-02
crypto: x86/serpent-avx2 - remove LRW algorithm
Eric Biggers
2
-176
/
+1
2018-03-02
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
2
-157
/
+74
2018-03-02
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
2
-174
/
+0
2018-03-02
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
2
-131
/
+1
2018-03-02
crypto: x86/glue_helper - add skcipher_walk functions
Eric Biggers
2
-0
/
+219
2018-03-02
crypto: simd - allow registering multiple algorithms at once
Eric Biggers
2
-0
/
+57
2018-03-02
crypto: ccree - replace memset+kfree with kzfree
Gilad Ben-Yossef
1
-2
/
+1
2018-03-02
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
14
-135
/
+237
2018-03-02
dt-bindings: Add DT bindings for ccree 710 and 630p
Gilad Ben-Yossef
1
-1
/
+2
2018-03-02
crypto: ccree - remove unused definitions
Gilad Ben-Yossef
1
-20
/
+0
2018-03-02
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
1
-1
/
+0
2018-03-02
hwrng: stm32 - rework read timeout calculation
lionel.debieve@st.com
1
-15
/
+10
2018-03-02
dt-bindings: rng: add clock detection error for stm32
lionel.debieve@st.com
1
-0
/
+1
2018-03-02
hwrng: stm32 - allow disable clock error detection
lionel.debieve@st.com
1
-1
/
+9
2018-03-02
dt-bindings: rng: add reset node for stm32
lionel.debieve@st.com
1
-0
/
+3
2018-03-02
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
1
-0
/
+9
2018-02-22
crypto: ccree - fix memdup.cocci warnings
Fengguang Wu
1
-2
/
+1
2018-02-22
crypto: atmel - Delete error messages for a failed memory allocation in six f...
Markus Elfring
3
-19
/
+5
2018-02-22
crypto: bcm - Delete an error message for a failed memory allocation in do_sh...
Markus Elfring
1
-1
/
+0
2018-02-22
crypto: bfin_crc - Delete an error message for a failed memory allocation in ...
Markus Elfring
1
-3
/
+1
2018-02-22
crypto: speck - add test vectors for Speck64-XTS
Eric Biggers
2
-0
/
+680
2018-02-22
crypto: speck - add test vectors for Speck128-XTS
Eric Biggers
2
-0
/
+696
2018-02-22
crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS
Eric Biggers
4
-0
/
+728
2018-02-22
crypto: speck - export common helpers
Eric Biggers
2
-41
/
+111
2018-02-22
crypto: speck - add support for the Speck block cipher
Eric Biggers
5
-0
/
+460
2018-02-22
crypto: aesni - Update aesni-intel_glue to use scatter/gather
Dave Watson
1
-0
/
+133
2018-02-22
crypto: aesni - Introduce scatter/gather asm function stubs
Dave Watson
2
-26
/
+106
2018-02-22
crypto: aesni - Add fast path for > 16 byte update
Dave Watson
1
-0
/
+25
2018-02-22
crypto: aesni - Introduce partial block macro
Dave Watson
1
-1
/
+150
2018-02-22
crypto: aesni - Move HashKey computation from stack to gcm_context
Dave Watson
1
-99
/
+106
[next]