Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5acd7dfbd7851446fb1d2c947661d365e4c635a0
/
arch
/
x86
/
crypto
32dc43e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
7983627
crypto: crc32-pclmul - Kill warning on x86-32
by Herbert Xu
· 12 years ago
d3f5188
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
by Jussi Kivilinna
· 12 years ago
ac9d55d
crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC
by Jussi Kivilinna
· 12 years ago
2dcfd44
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
0444380
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
by Jussi Kivilinna
· 12 years ago
b05d3f3
crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions
by Jussi Kivilinna
· 12 years ago
698a5ab
crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
by Jussi Kivilinna
· 12 years ago
1985fec
crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions
by Jussi Kivilinna
· 12 years ago
e17e209
crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
5999068
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
5186e39
crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
8309b74
crypto: aesni-intel - add ENDPROC statements for assembler functions
by Jussi Kivilinna
· 12 years ago
3f29974
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
by Jussi Kivilinna
· 12 years ago
78c37d1
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation
by Alexander Boyko
· 12 years ago
0024dc5
crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead
by Jussi Kivilinna
· 12 years ago
1ed55ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
044ab52
crypto: cast5/cast6 - move lookup tables to shared module
by Jussi Kivilinna
· 12 years ago
d9b1d2e
crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher
by Jussi Kivilinna
· 12 years ago
cf582cc
crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
by Jussi Kivilinna
· 12 years ago
c12ab20
crypto: cast5/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
facd416
crypto: serpent/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
8435a3c
crypto: twofish/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
cba1cce
crypto: cast6/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
5899098
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
by Jussi Kivilinna
· 12 years ago
32bec97
crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc()
by Jussi Kivilinna
· 12 years ago
6a8ce1e
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
by Tim Chen
· 12 years ago
35b8092
crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c
by Tim Chen
· 12 years ago
c9f97a2
crypto: x86/glue_helper - fix storing of new IV in CBC encryption
by Jussi Kivilinna
· 12 years ago
200429c
crypto: cast5/avx - fix storing of new IV in CBC encryption
by Jussi Kivilinna
· 12 years ago
1ffb72a
crypto: camellia-x86_64 - fix sparse warnings (constant is so big)
by Jussi Kivilinna
· 12 years ago
c09220e
crypto: cast6-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
ddaea78
crypto: cast5-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
f94a73f
crypto: twofish-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
023af60
crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines
by Jussi Kivilinna
· 12 years ago
4ea1277
crypto: cast6 - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
4d6d6a2
crypto: cast5 - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
7af6c24
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
by Jussi Kivilinna
· 12 years ago
a434788
crypto: twofish-avx - remove useless instruction
by Johannes Goetzfried
· 12 years ago
bf084d8
crypto: aesni-intel - fix wrong kfree pointer
by Milan Broz
· 12 years ago
70ef260
crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/
by Jussi Kivilinna
· 12 years ago
d4af0e9
crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/asm/crypto/
by Jussi Kivilinna
· 12 years ago
a7378d4
crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper
by Jussi Kivilinna
· 12 years ago
414cb5e
crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper
by Jussi Kivilinna
· 12 years ago
964263a
crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper
by Jussi Kivilinna
· 12 years ago
1d0debb
crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helper
by Jussi Kivilinna
· 12 years ago
596d875
crypto: serpent-sse2 - split generic glue code to new helper module
by Jussi Kivilinna
· 12 years ago
e81792f
crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue code for 128bit block ciphers
by Jussi Kivilinna
· 12 years ago
a9629d7
crypto: aes_ni - change to use shared ablk_* functions
by Jussi Kivilinna
· 12 years ago
30a0400
crypto: twofish-avx - change to use shared ablk_* functions
by Jussi Kivilinna
· 12 years ago
ffaf915
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module
by Jussi Kivilinna
· 12 years ago
3387e7d
crypto: serpent-sse2/avx - allow both to be built into kernel
by Jussi Kivilinna
· 12 years ago
7efe407
crypto: serpent - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
107778b
crypto: twofish - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
65df577
crypto: sha1 - use Kbuild supplied flags for AVX test
by Mathias Krause
· 12 years ago
7c8d518
crypto: aesni-intel - fix unaligned cbc decrypt for x86-32
by Mathias Krause
· 12 years ago
ef45b83
crypto: aesni-intel - move more common code to ablk_init_common
by Jussi Kivilinna
· 13 years ago
fa46ccb
crypto: aesni-intel - use crypto_[un]register_algs
by Jussi Kivilinna
· 13 years ago
6a76a69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
ff0a70f
crypto: twofish-x86_64-3way - module init/exit functions should be static
by Jussi Kivilinna
· 13 years ago
676a380
crypto: camellia-x86_64 - module init/exit functions should be static
by Jussi Kivilinna
· 13 years ago
b871661
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
8fd75e1
x86: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
0b95ec5
crypto: camellia - add assembler implementation for x86_64
by Jussi Kivilinna
· 13 years ago
8940426
crypto: twofish-x86_64/i586 - set alignmask to zero
by Jussi Kivilinna
· 13 years ago
919e2c3
crypto: blowfish-x86_64 - set alignmask to zero
by Jussi Kivilinna
· 13 years ago
435d3e5
crypto: serpent-sse2 - combine ablk_*_init functions
by Jussi Kivilinna
· 13 years ago
d433208
crypto: blowfish-x86_64 - use crypto_[un]register_algs
by Jussi Kivilinna
· 13 years ago
53709dd
crypto: twofish-x86_64-3way - use crypto_[un]register_algs
by Jussi Kivilinna
· 13 years ago
35474c3
crypto: serpent-sse2 - use crypto_[un]register_algs
by Jussi Kivilinna
· 13 years ago
6e77fe8
crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse2_init()
by Jesper Juhl
· 13 years ago
8d21190
crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()
by Jesper Juhl
· 13 years ago
3bd391f
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
by Andi Kleen
· 13 years ago
847cb7e
crypto: serpent-sse2 - change transpose_4x4 to only use integer instructions
by Jussi Kivilinna
· 13 years ago
4c58464
crypto: blowfish-x86_64 - blacklist Pentium 4
by Jussi Kivilinna
· 13 years ago
a522ee8
crypto: twofish-x86_64-3way - blacklist pentium4 and atom
by Jussi Kivilinna
· 13 years ago
7ba8bab
crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs
by Jussi Kivilinna
· 13 years ago
88715b9
crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefs
by Jussi Kivilinna
· 13 years ago
d356433
crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes
by Jussi Kivilinna
· 13 years ago
5962f8b
crypto: serpent-sse2 - add xts support
by Jussi Kivilinna
· 13 years ago
1848205
crypto: serpent-sse2 - add lrw support
by Jussi Kivilinna
· 13 years ago
251496d
crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
937c30d
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
bae6d30
crypto: twofish-x86_64-3way - add xts support
by Jussi Kivilinna
· 13 years ago
81559f9
crypto: twofish-x86_64-3way - add lrw support
by Jussi Kivilinna
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
7c52d55
x86: fix up files really needing to include module.h
by Paul Gortmaker
· 13 years ago
906b2c9
crypto: twofish-x86_64-3way - fix ctr blocksize to 1
by Jussi Kivilinna
· 13 years ago
a516eba
crypto: blowfish-x86_64 - fix ctr blocksize to 1
by Jussi Kivilinna
· 13 years ago
8280daa
crypto: twofish - add 3-way parallel x86_64 assembler implemention
by Jussi Kivilinna
· 13 years ago
91d41f1
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfm
by Jussi Kivilinna
· 13 years ago
a071d06
crypto: blowfish-x86_64 - add credits
by Jussi Kivilinna
· 13 years ago
e827bb0
crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance
by Jussi Kivilinna
· 13 years ago
4a4cc2b
crypto: aes-x86 - quiet sparse noise about symbol not declared
by H Hartley Sweeten
· 13 years ago
64b94ce
crypto: blowfish - add x86_64 assembly implementation
by Jussi Kivilinna
· 13 years ago
66be895
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
by Mathias Krause
· 13 years ago
c3e73e7
crypto: ghash-intel - Fix set but not used in ghash_async_setkey()
by Gustavo F. Padovan
· 13 years ago
9bed4ac
crypto: aesni-intel - fix aesni build on i386
by Randy Dunlap
· 14 years ago
b23b645
crypto: aesni-intel - Merge with fpu.ko
by Andy Lutomirski
· 14 years ago
Next »