linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] crypto: move ablk_helper out of arch/x86
@ 2013-09-20  7:55 Ard Biesheuvel
  2013-09-20  7:55 ` [PATCH v3 1/2] crypto: create generic version of ablk_helper Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2013-09-20  7:55 UTC (permalink / raw)
  To: linux-crypto; +Cc: jussi.kivilinna, herbert, arnd, Ard Biesheuvel

v3:
- added generic and x86 versions of <asm/simd.h> containing may_use_simd(), and
  use it to decide whether to take the sync or the async path

v2:
- whitespace fix
- split into two patches so that the first one applies cleanly to the ARM/ARM64
  trees as well
- rebased onto cryptodev/master

Ard Biesheuvel (2):
  crypto: create generic version of ablk_helper
  crypto: move x86 to the generic version of ablk_helper

 arch/x86/crypto/Makefile                   |   1 -
 arch/x86/crypto/ablk_helper.c              | 149 ----------------------------
 arch/x86/crypto/aesni-intel_glue.c         |   2 +-
 arch/x86/crypto/camellia_aesni_avx2_glue.c |   2 +-
 arch/x86/crypto/camellia_aesni_avx_glue.c  |   2 +-
 arch/x86/crypto/cast5_avx_glue.c           |   2 +-
 arch/x86/crypto/cast6_avx_glue.c           |   2 +-
 arch/x86/crypto/serpent_avx2_glue.c        |   2 +-
 arch/x86/crypto/serpent_avx_glue.c         |   2 +-
 arch/x86/crypto/serpent_sse2_glue.c        |   2 +-
 arch/x86/crypto/twofish_avx_glue.c         |   2 +-
 arch/x86/include/asm/crypto/ablk_helper.h  |  31 ------
 arch/x86/include/asm/simd.h                |  11 +++
 crypto/Kconfig                             |  23 +++--
 crypto/Makefile                            |   1 +
 crypto/ablk_helper.c                       | 150 +++++++++++++++++++++++++++++
 include/asm-generic/simd.h                 |  14 +++
 include/crypto/ablk_helper.h               |  31 ++++++
 18 files changed, 227 insertions(+), 202 deletions(-)
 delete mode 100644 arch/x86/crypto/ablk_helper.c
 delete mode 100644 arch/x86/include/asm/crypto/ablk_helper.h
 create mode 100644 arch/x86/include/asm/simd.h
 create mode 100644 crypto/ablk_helper.c
 create mode 100644 include/asm-generic/simd.h
 create mode 100644 include/crypto/ablk_helper.h

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-23 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20  7:55 [PATCH v3 0/2] crypto: move ablk_helper out of arch/x86 Ard Biesheuvel
2013-09-20  7:55 ` [PATCH v3 1/2] crypto: create generic version of ablk_helper Ard Biesheuvel
2013-09-20  7:55 ` [PATCH v3 2/2] crypto: move x86 to the " Ard Biesheuvel
2013-09-23 20:09 ` [PATCH v3 0/2] crypto: move ablk_helper out of arch/x86 Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).