index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: x86/des3_ede - des3_ede_skciphers[] can be static
Wu Fengguang
2018-03-09
1
-1
/
+1
*
crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()
Eric Biggers
2018-03-02
3
-18
/
+14
*
crypto: x86/glue_helper - remove blkcipher_walk functions
Eric Biggers
2018-03-02
2
-406
/
+0
*
crypto: lrw - remove lrw_crypt()
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
Eric Biggers
2018-03-02
3
-433
/
+205
*
crypto: x86/camellia - convert to skcipher interface
Eric Biggers
2018-03-02
1
-83
/
+79
*
crypto: x86/camellia - remove XTS algorithm
Eric Biggers
2018-03-02
3
-112
/
+24
*
crypto: x86/camellia - remove LRW algorithm
Eric Biggers
2018-03-02
2
-94
/
+1
*
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-179
/
+1
*
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
2018-03-02
2
-167
/
+2
*
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
2018-03-02
1
-119
/
+119
*
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
2018-03-02
1
-117
/
+113
*
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-211
/
+100
*
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-179
/
+1
*
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-224
/
+127
*
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
Eric Biggers
2018-03-02
1
-2
/
+1
*
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-215
/
+100
*
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-188
/
+1
*
crypto: x86/twofish-3way - convert to skcipher interface
Eric Biggers
2018-03-02
1
-84
/
+67
*
crypto: x86/twofish-3way - remove XTS algorithm
Eric Biggers
2018-03-02
3
-117
/
+25
*
crypto: x86/twofish-3way - remove LRW algorithm
Eric Biggers
2018-03-02
3
-91
/
+27
*
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
Eric Biggers
2018-03-02
3
-437
/
+217
*
crypto: x86/serpent-avx - remove LRW algorithm
Eric Biggers
2018-03-02
2
-186
/
+1
*
crypto: x86/serpent-avx2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-175
/
+1
*
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
2018-03-02
1
-151
/
+70
*
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
2018-03-02
1
-172
/
+0
*
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-129
/
+1
*
crypto: x86/glue_helper - add skcipher_walk functions
Eric Biggers
2018-03-02
2
-0
/
+219
*
crypto: aesni - Update aesni-intel_glue to use scatter/gather
Dave Watson
2018-02-22
1
-0
/
+133
*
crypto: aesni - Introduce scatter/gather asm function stubs
Dave Watson
2018-02-22
2
-26
/
+106
*
crypto: aesni - Add fast path for > 16 byte update
Dave Watson
2018-02-22
1
-0
/
+25
*
crypto: aesni - Introduce partial block macro
Dave Watson
2018-02-22
1
-1
/
+150
*
crypto: aesni - Move HashKey computation from stack to gcm_context
Dave Watson
2018-02-22
1
-99
/
+106
*
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
2018-02-22
1
-1
/
+9
*
crypto: aesni - Fill in new context data structures
Dave Watson
2018-02-22
1
-12
/
+39
*
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
2018-02-22
1
-28
/
+43
*
crypto: aesni - Introduce gcm_context_data
Dave Watson
2018-02-22
2
-75
/
+121
*
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
Dave Watson
2018-02-22
1
-179
/
+114
*
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
2018-02-22
1
-109
/
+63
*
crypto: aesni - Add GCM_INIT macro
Dave Watson
2018-02-22
1
-51
/
+33
*
crypto: aesni - Macro-ify func save/restore
Dave Watson
2018-02-22
1
-29
/
+24
*
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
Dave Watson
2018-02-22
1
-250
/
+48
*
crypto: sha512-mb - remove HASH_FIRST flag
Eric Biggers
2018-02-15
2
-32
/
+6
*
crypto: sha256-mb - remove HASH_FIRST flag
Eric Biggers
2018-02-15
2
-29
/
+6
*
crypto: sha1-mb - remove HASH_FIRST flag
Eric Biggers
2018-02-15
2
-30
/
+6
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-02-12
1
-4
/
+6
|
\
|
*
crypto: sha512-mb - initialize pending lengths correctly
Eric Biggers
2018-02-08
1
-4
/
+6
*
|
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
2
-3
/
+3
*
|
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
32
-531
/
+2405
|
\
\
|
*
\
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Radim Krčmář
2018-02-09
1
-143
/
+164
|
|
\
\
[next]