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
path:
root
/
arch
/
x86
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-22
crypto: aesni - release FPU during skcipher walk API calls
Ard Biesheuvel
1
-41
/
+32
2021-01-22
crypto: aesni - replace CTR function pointer with static call
Ard Biesheuvel
1
-6
/
+7
2021-01-14
crypto: x86 - use local headers for x86 specific shared declarations
Ard Biesheuvel
12
-8
/
+177
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
2
-157
/
+0
2021-01-14
crypto: x86/twofish - drop dependency on glue helper
Ard Biesheuvel
2
-109
/
+44
2021-01-14
crypto: x86/cast6 - drop dependency on glue helper
Ard Biesheuvel
1
-44
/
+17
2021-01-14
crypto: x86/cast5 - drop dependency on glue helper
Ard Biesheuvel
1
-167
/
+17
2021-01-14
crypto: x86/serpent - drop dependency on glue helper
Ard Biesheuvel
3
-154
/
+61
2021-01-14
crypto: x86/camellia - drop dependency on glue helper
Ard Biesheuvel
3
-166
/
+67
2021-01-14
crypto: x86 - add some helper macros for ECB and CBC modes
Ard Biesheuvel
1
-0
/
+76
2021-01-14
crypto: x86/blowfish - drop CTR mode implementation
Ard Biesheuvel
1
-107
/
+0
2021-01-14
crypto: x86/des - drop CTR mode implementation
Ard Biesheuvel
1
-104
/
+0
2021-01-14
crypto: x86/glue-helper - drop CTR helper routines
Ard Biesheuvel
3
-175
/
+0
2021-01-14
crypto: x86/twofish - drop CTR mode implementation
Ard Biesheuvel
3
-143
/
+0
2021-01-14
crypto: x86/cast6 - drop CTR mode implementation
Ard Biesheuvel
2
-76
/
+0
2021-01-14
crypto: x86/cast5 - drop CTR mode implementation
Ard Biesheuvel
1
-103
/
+0
2021-01-14
crypto: x86/serpent - drop CTR mode implementation
Ard Biesheuvel
5
-201
/
+0
2021-01-14
crypto: x86/camellia - drop CTR mode implementation
Ard Biesheuvel
5
-410
/
+0
2021-01-14
crypto: x86/glue-helper - drop XTS helper routines
Ard Biesheuvel
3
-291
/
+0
2021-01-14
crypto: x86/twofish - switch to XTS template
Ard Biesheuvel
2
-151
/
+0
2021-01-14
crypto: x86/serpent- switch to XTS template
Ard Biesheuvel
4
-283
/
+0
2021-01-14
crypto: x86/cast6 - switch to XTS template
Ard Biesheuvel
2
-154
/
+0
2021-01-14
crypto: x86/camellia - switch to XTS template
Ard Biesheuvel
4
-558
/
+1
2021-01-14
crypto: aesni - replace function pointers with static branches
Ard Biesheuvel
1
-44
/
+54
2021-01-14
crypto: aesni - refactor scatterlist processing
Ard Biesheuvel
1
-83
/
+56
2021-01-14
crypto: aesni - clean up mapping of associated data
Ard Biesheuvel
1
-4
/
+5
2021-01-14
crypto: aesni - drop unused asm prototypes
Ard Biesheuvel
1
-67
/
+0
2021-01-14
crypto: aesni - prevent misaligned buffers on the stack
Ard Biesheuvel
1
-12
/
+16
2021-01-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
2
-144
/
+356
2021-01-08
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Ard Biesheuvel
2
-56
/
+84
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-67
/
+7
2021-01-03
crypto: x86/blake2s - define shash_alg structs using macros
Eric Biggers
1
-61
/
+23
2021-01-03
crypto: aesni - implement support for cts(cbc(aes))
Ard Biesheuvel
2
-1
/
+261
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
10
-28
/
+27
2020-12-04
crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
1
-1
/
+1
2020-12-04
crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2
-2
/
+2
2020-12-04
crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2
-20
/
+20
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+3
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
1
-1
/
+1
2020-10-30
crypto: x86/aes - remove unused file aes_glue.c
Eric Biggers
1
-1
/
+0
2020-10-24
crypto: x86/poly1305 - add back a needed assignment
Eric Biggers
1
-0
/
+1
2020-10-02
crypto: x86/poly1305 - Remove assignments with no effect
Herbert Xu
1
-3
/
+0
2020-09-11
crypto: poly1305-x86_64 - Use XORL r32,32
Uros Bizjak
1
-4
/
+4
2020-09-11
crypto: curve25519-x86_64 - Use XORL r32,32
Uros Bizjak
1
-34
/
+34
2020-08-21
crypto: x86/crc32c-intel - Use CRC32 mnemonic
Uros Bizjak
1
-12
/
+6
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
6
-0
/
+6
2020-07-31
crypto: x86/curve25519 - Remove unused carry variables
Herbert Xu
1
-4
/
+2
2020-07-23
crypto: x86/crc32c - fix building with clang ias
Arnd Bergmann
1
-1
/
+1
2020-07-16
crypto: x86 - Remove include/asm/inst.h
Uros Bizjak
6
-405
/
+399
2020-07-16
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
2
-23
/
+10
[next]