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
2012-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-4
/
+4
2012-03-22
crypto: twofish-x86_64-3way - module init/exit functions should be static
Jussi Kivilinna
1
-2
/
+2
2012-03-22
crypto: camellia-x86_64 - module init/exit functions should be static
Jussi Kivilinna
1
-2
/
+2
2012-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
9
-520
/
+2864
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-12
/
+12
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
1
-12
/
+12
2012-03-14
crypto: camellia - add assembler implementation for x86_64
Jussi Kivilinna
3
-0
/
+2474
2012-02-25
crypto: twofish-x86_64/i586 - set alignmask to zero
Jussi Kivilinna
1
-1
/
+1
2012-02-25
crypto: blowfish-x86_64 - set alignmask to zero
Jussi Kivilinna
1
-1
/
+1
2012-02-25
crypto: serpent-sse2 - combine ablk_*_init functions
Jussi Kivilinna
1
-58
/
+13
2012-02-25
crypto: blowfish-x86_64 - use crypto_[un]register_algs
Jussi Kivilinna
1
-98
/
+65
2012-02-25
crypto: twofish-x86_64-3way - use crypto_[un]register_algs
Jussi Kivilinna
1
-130
/
+89
2012-02-25
crypto: serpent-sse2 - use crypto_[un]register_algs
Jussi Kivilinna
1
-243
/
+163
2012-02-14
crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...
Jesper Juhl
1
-1
/
+0
2012-02-14
crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()
Jesper Juhl
1
-1
/
+0
2012-01-27
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
Andi Kleen
3
-10
/
+25
2012-01-13
crypto: serpent-sse2 - change transpose_4x4 to only use integer instructions
Jussi Kivilinna
2
-32
/
+26
2012-01-13
crypto: blowfish-x86_64 - blacklist Pentium 4
Jussi Kivilinna
1
-0
/
+30
2012-01-13
crypto: twofish-x86_64-3way - blacklist pentium4 and atom
Jussi Kivilinna
1
-0
/
+47
2011-12-20
crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs
Jussi Kivilinna
1
-40
/
+0
2011-12-20
crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefs
Jussi Kivilinna
1
-32
/
+0
2011-11-21
crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes
Jussi Kivilinna
1
-0
/
+4
2011-11-21
crypto: serpent-sse2 - add xts support
Jussi Kivilinna
1
-2
/
+178
2011-11-21
crypto: serpent-sse2 - add lrw support
Jussi Kivilinna
1
-0
/
+211
2011-11-21
crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation
Jussi Kivilinna
2
-0
/
+640
2011-11-21
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
Jussi Kivilinna
3
-0
/
+1482
2011-11-09
crypto: twofish-x86_64-3way - add xts support
Jussi Kivilinna
1
-2
/
+117
2011-11-09
crypto: twofish-x86_64-3way - add lrw support
Jussi Kivilinna
1
-0
/
+135
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+2
2011-11-01
x86: fix up files really needing to include module.h
Paul Gortmaker
2
-0
/
+2
2011-10-21
crypto: twofish-x86_64-3way - fix ctr blocksize to 1
Jussi Kivilinna
1
-1
/
+1
2011-10-21
crypto: blowfish-x86_64 - fix ctr blocksize to 1
Jussi Kivilinna
1
-1
/
+1
2011-10-21
crypto: twofish - add 3-way parallel x86_64 assembler implemention
Jussi Kivilinna
3
-0
/
+790
2011-10-21
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of...
Jussi Kivilinna
3
-13
/
+15
2011-10-21
crypto: blowfish-x86_64 - add credits
Jussi Kivilinna
1
-0
/
+5
2011-10-21
crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance
Jussi Kivilinna
1
-100
/
+98
2011-09-22
crypto: aes-x86 - quiet sparse noise about symbol not declared
H Hartley Sweeten
1
-0
/
+1
2011-09-22
crypto: blowfish - add x86_64 assembly implementation
Jussi Kivilinna
3
-0
/
+881
2011-08-10
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
Mathias Krause
3
-0
/
+806
2011-06-30
crypto: ghash-intel - Fix set but not used in ghash_async_setkey()
Gustavo F. Padovan
1
-1
/
+1
2011-05-18
crypto: aesni-intel - fix aesni build on i386
Randy Dunlap
1
-3
/
+4
2011-05-16
crypto: aesni-intel - Merge with fpu.ko
Andy Lutomirski
3
-11
/
+11
2011-03-27
crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...
Tadeusz Struk
2
-3
/
+16
2011-03-18
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2011-03-18
x86: Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-02-16
crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key
Jesper Juhl
1
-9
/
+6
2011-01-23
crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey
Jesper Juhl
1
-8
/
+9
2011-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-37
/
+2335
2010-12-15
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
Randy Dunlap
1
-0
/
+1
2010-12-13
crypto: aesni-intel - Fixed build with binutils 2.16
Tadeusz Struk
1
-79
/
+519
[next]