| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-06-21 |
|\ |
|
| * | crypto: aesni_intel - fix accessing of unaligned memory | Jussi Kivilinna | 2013-06-13 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-05-30 |
|\ \
| |/
|/| |
|
| * | x86, crc32-pclmul: Fix build with older binutils | Jan Beulich | 2013-05-30 |
* | | crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations | Jussi Kivilinna | 2013-05-28 |
|/ |
|
* | crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli... | Jussi Kivilinna | 2013-04-25 |
* | crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher | Jussi Kivilinna | 2013-04-25 |
* | crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher | Jussi Kivilinna | 2013-04-25 |
* | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher | Jussi Kivilinna | 2013-04-25 |
* | crypto: aesni_intel - add more optimized XTS mode for x86-64 | Jussi Kivilinna | 2013-04-25 |
* | crypto: x86/camellia-aesni-avx - add more optimized XTS code | Jussi Kivilinna | 2013-04-25 |
* | crypto: cast6-avx: use new optimized XTS code | Jussi Kivilinna | 2013-04-25 |
* | crypto: x86/twofish-avx - use optimized XTS code | Jussi Kivilinna | 2013-04-25 |
* | crypto: x86 - add more optimized XTS-mode for serpent-avx | Jussi Kivilinna | 2013-04-25 |
* | crypto: crc32-pclmul - Use gas macro for pclmulqdq | Sandy Wu | 2013-04-25 |
* | crypto: sha512 - Create module providing optimized SHA512 routines using SSSE... | Tim Chen | 2013-04-25 |
* | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins... | Tim Chen | 2013-04-25 |
* | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi... | Tim Chen | 2013-04-25 |
* | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ... | Tim Chen | 2013-04-25 |
* | crypto: sha256 - Create module providing optimized SHA256 routines using SSSE... | Tim Chen | 2013-04-25 |
* | crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions | Tim Chen | 2013-04-02 |
* | crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. | Tim Chen | 2013-04-02 |
* | crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental ... | Tim Chen | 2013-04-02 |
* | crypto: x86 - build AVX block cipher implementations only if assembler suppor... | Jussi Kivilinna | 2013-04-02 |
* | crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC | Jussi Kivilinna | 2013-04-02 |
* | crypto: crc32c - Update the links to the white papers on CRC32C calculations ... | Tim Chen | 2013-03-10 |
* | crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option | Herbert Xu | 2013-02-26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-02-25 |
|\ |
|
| * | crypto: crc32-pclmul - Kill warning on x86-32 | Herbert Xu | 2013-01-20 |
| * | crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC | Jussi Kivilinna | 2013-01-19 |
| * | crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions | Jussi Kivilinna | 2013-01-19 |
| * | crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo... | Jussi Kivilinna | 2013-01-19 |
| * | crypto: aesni-intel - add ENDPROC statements for assembler functions | Jussi Kivilinna | 2013-01-19 |
| * | crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets | Jussi Kivilinna | 2013-01-19 |
| * | crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp... | Alexander Boyko | 2013-01-19 |
* | | crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-modu... | Jussi Kivilinna | 2013-01-08 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-12-15 |
|\ |
|
| * | crypto: cast5/cast6 - move lookup tables to shared module | Jussi Kivilinna | 2012-12-06 |
| * | crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia... | Jussi Kivilinna | 2012-11-09 |
| * | crypto: camellia-x86_64 - share common functions and move structures and func... | Jussi Kivilinna | 2012-11-09 |
| * | crypto: cast5/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 |
| * | crypto: serpent/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 |
| * | crypto: twofish/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 |