- 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 8691ccd x86/asm/crypto: Create stack frames in crypto functions by Josh Poimboeuf · 9 years ago
- 68874ac x86/asm/crypto: Don't use RBP as a scratch register by Josh Poimboeuf · 9 years ago
- aec4d0e x86/asm/crypto: Simplify stack usage in sha-mb functions by Josh Poimboeuf · 9 years ago
- f66f619 x86/asm/crypto: Move jump_table to .rodata section by Josh Poimboeuf · 9 years ago
- 1253cab x86/asm/crypto: Move .Lbswap_mask data to .rodata section by Josh Poimboeuf · 9 years ago
- 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
- fd09967 crypto: sha-mb - Fix load failure by Wang, Rui Y · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- 10cff58 crypto: sha1-mb - Add missing args_digest offset by Megha Dey · 9 years ago
- cbe09bd crypto: chacha20-ssse3 - Align stack pointer to 64 bytes by Eli Cooper · 9 years ago
- c597b6b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
- 3a020a7 crypto: ghash-clmulni - Fix load failure by Wang, Rui Y · 9 years ago
- ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 92b2790 crypto: camellia_aesni_avx - Fix CPU feature checks by Ben Hutchings · 9 years ago
- 158ecc3 x86/fpu: Fixup uninitialized feature_name warning by Borislav Petkov · 9 years ago
- 97bce7e crypto: crc32c-pclmul - use .rodata instead of .rotata by Nicolas Iooss · 9 years ago
- be6ec98 crypto: x86/sha - Restructure x86 sha512 glue code to expose all the available sha512 transforms by tim · 9 years ago
- 5dda42f crypto: x86/sha - Restructure x86 sha256 glue code to expose all the available sha256 transforms by tim · 9 years ago
- 85c66ec crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available sha1 transforms by tim · 9 years ago
- e38b6b7 crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256 by tim · 9 years ago
- 95fca7d crypto: x86/sha - glue code for Intel SHA extensions optimized SHA1 & SHA256 by tim · 9 years ago
- 600a233 crypto: x86/sha - Intel SHA Extensions optimized SHA256 transform function by tim · 9 years ago
- c356a7e crypto: x86/sha - Intel SHA Extensions optimized SHA1 transform function by tim · 9 years ago
- d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
- 71c6da8 crypto: ghash-clmulni: specify context size for ghash async algorithm by Andrey Ryabinin · 9 years ago
- 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
- b1ccc8f crypto: poly1305 - Add a four block AVX2 variant for x86_64 by Martin Willi · 9 years ago
- da35b22 crypto: poly1305 - Add a two block SSE2 variant for x86_64 by Martin Willi · 9 years ago
- c70f4ab crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 by Martin Willi · 9 years ago
- 3d1e93c crypto: chacha20 - Add an eight block AVX2 variant for x86_64 by Martin Willi · 9 years ago
- 274f938 crypto: chacha20 - Add a four block SSSE3 variant for x86_64 by Martin Willi · 9 years ago
- c9320b6 crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64 by Martin Willi · 9 years ago
- e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 9 years ago
- 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 9 years ago
- 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- de1e008 crypto: aesni - fix crypto_fpu_exit() section mismatch by Jeremiah Mahler · 9 years ago
- b7c89d9 crypto: aesni - Convert rfc4106 to new AEAD interface by Herbert Xu · 9 years ago
- af05b300 crypto: aesni - Convert top-level rfc4106 algorithm to new interface by Herbert Xu · 9 years ago
- 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
- b54b4bb x86/fpu, crypto: Fix AVX2 feature tests by Ingo Molnar · 9 years ago
- 57dd083 x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c by Ingo Molnar · 10 years ago
- 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 10 years ago
- d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 10 years ago
- c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 10 years ago
- c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 10 years ago
- 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 10 years ago
- 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
- df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- a5a2b4d crypto: aesni - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
- 21a6dd5 crypto: sha1-mb - Remove pointless cast by firo yang · 10 years ago
- 00425bb crypto: x86/sha512_ssse3 - fixup for asm function prototype change by Ard Biesheuvel · 10 years ago
- cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- e68410e crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer by Ard Biesheuvel · 10 years ago
- 1631030 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer by Ard Biesheuvel · 10 years ago
- 824b437 crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layer by Ard Biesheuvel · 10 years ago
- a734b4a x86/asm: Replace "MOVQ $imm, %reg" with MOVL by Denys Vlasenko · 10 years ago
- 555fa17 crypto: sha-mb - mark Multi buffer SHA1 helper cipher by Stephan Mueller · 10 years ago
- 4dda66f crypto: twofish_avx - mark Twofish AVX helper ciphers by Stephan Mueller · 10 years ago
- 748be1f crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers by Stephan Mueller · 10 years ago
- 65aed53 crypto: serpent_avx - mark Serpent AVX helper ciphers by Stephan Mueller · 10 years ago
- f82419a crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers by Stephan Mueller · 10 years ago
- e69b8a4 crypto: cast6_avx - mark CAST6 helper ciphers by Stephan Mueller · 10 years ago
- 7d2c31d crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers by Stephan Mueller · 10 years ago
- 680574e crypto: cast5_avx - mark CAST5 helper ciphers by Stephan Mueller · 10 years ago
- a62356a crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers by Stephan Mueller · 10 years ago
- 6a9b52b crypto: clmulni - mark ghash clmulni helper ciphers by Stephan Mueller · 10 years ago
- eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 10 years ago
- c42e990 crypto: sha1-mb - Syntax error by Ameen Ali · 10 years ago
- 05713ba crypto: don't export static symbol by Julia Lawall · 10 years ago
- ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 10 years ago
- 81e397d crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg by Tadeusz Struk · 10 years ago
- 66c046b crypto: sha-mb - Fix big integer constant sparse warning by Lad, Prabhakar · 10 years ago
- fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- e31ac32 crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 by Timothy McCaffrey · 10 years ago
- d8219f5 crypto: x86/des3_ede - drop bogus module aliases by Mathias Krause · 10 years ago
- 3e14dcf crypto: add missing crypto module aliases by Mathias Krause · 10 years ago
- 0b8c960 crypto: sha-mb - Add avx2_supported check. by Vinson Lee · 10 years ago
- 0b1e95b crypto: aesni - fix "by8" variant for 128 bit keys by Mathias Krause · 10 years ago
- a6326ba crypto: sha - replace memset by memzero_explicit by Julia Lawall · 10 years ago
- 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
- 5d1b3c9 crypto: sha-mb - remove a bogus NULL check by Dan Carpenter · 10 years ago
- 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
- 304576a crypto: aesni - remove unnecessary #define by Valentin Rothberg · 10 years ago
- 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
- 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
- e3b3bb5 crypto: aesni - remove unused defines in "by8" variant by Mathias Krause · 10 years ago
- 80dca47 crypto: aesni - fix counter overflow handling in "by8" variant by Mathias Krause · 10 years ago