messages from 2013-03-20 00:00:50 to 2013-04-25 12:02:11 UTC [more...]
[PATCH 1/9] crypto: ux500/hash - Prepare clock before enabling it
2013-04-25 12:02 UTC (15+ messages)
` [PATCH 1/9 v2] "
` [PATCH 2/9] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 4/9] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 4/9 v2] "
` [PATCH 5/9] crypto: ux500/cryp - Fix compile error
` [PATCH 6/9] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 8/9] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Fwd: crypto accelerator driver problems
2013-04-25 9:31 UTC (6+ messages)
[PATCH 1/2] lib: Add lz4 compressor module
2013-04-22 21:29 UTC (4+ messages)
Crypto Fixes for 2.6.35
2013-04-22 0:34 UTC (14+ messages)
` Crypto Fixes for 2.6.36
` Crypto Fixes for 2.6.37
` Crypto Fixes for 2.6.39
` Crypto Fixes for 3.0
` Crypto Fixes for 3.3
` Crypto Fixes for 3.6
` Crypto Fixes for 3.7
` Crypto Fixes for 3.9
[PATCH] crypto: algif - suppress sending source address information in recvmsg
2013-04-21 19:14 UTC (5+ messages)
[PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions
2013-04-19 20:25 UTC (13+ messages)
` [PATCH] Fix prototype definitions of sha256_transform_asm, sha512_transform_asm
` [PATCH v2 01/10] Expose SHA256 generic routine to be callable externally
` [PATCH v2 02/10] Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH v2 03/10] Optimized sha256 x86_64 assembly routine with AVX instructions
` [PATCH v2 04/10] Optimized sha256 x86_64 routine using AVX2's RORX instructions
` [PATCH v2 05/10] Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions
` [PATCH v2 06/10] Expose generic sha512 routine to be callable from other modules
` [PATCH v2 07/10] Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH v2 08/10] Optimized SHA512 x86_64 assembly routine using AVX instructions
` [PATCH v2 09/10] Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction
` [PATCH v2 10/10] Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions
[PATCH v2 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
2013-04-17 16:12 UTC (5+ messages)
` [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH v2 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH v2 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH v2 4/4] Simple correctness and speed test for CRCT10DIF hash
[PATCH 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
2013-04-17 18:20 UTC (9+ messages)
` [PATCH 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH 4/4] Simple correctness and speed test for CRCT10DIF hash
[PATCHv1] crypto: caam - fix job ring cleanup code
2013-04-15 8:58 UTC (2+ messages)
[PATCH] algif_skcipher: Avoid crash if buffer is not multiple of cipher block size
2013-04-14 16:17 UTC (2+ messages)
[RFC PATCH 0/6] Add AVX2 accelerated implementations for Blowfish, Twofish, Serpent and Camellia
2013-04-13 10:47 UTC (7+ messages)
` [RFC PATCH 1/6] crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2
` [RFC PATCH 2/6] crypto: tcrypt - add async cipher speed tests for blowfish
` [RFC PATCH 3/6] crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
` [RFC PATCH 4/6] crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher
` [RFC PATCH 5/6] crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
` [RFC PATCH 6/6] crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher
[PATCH] drivers/crypto/nx: fixes for multiple issues
2013-04-12 17:13 UTC
linux-next: Tree for Apr 11 [ crypto: aesni-intel ]
2013-04-12 14:46 UTC (4+ messages)
[PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug
2013-04-10 20:04 UTC (4+ messages)
` Fwd: "
[PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
2013-04-10 15:39 UTC
[PATCH 1/5] crypto: x86 - add more optimized XTS-mode for serpent-avx
2013-04-10 3:32 UTC (6+ messages)
` [PATCH 2/5] crypto: x86/twofish-avx - use optimized XTS code
` [PATCH 3/5] crypto: cast6-avx: use new "
` [PATCH 4/5] crypto: x86/camellia-aesni-avx - add more "
` [PATCH 5/5] crypto: aesni_intel - add more optimized XTS mode for x86-64
[PATCH 1/2] crypto: add CMAC support to CryptoAPI
2013-04-10 3:32 UTC (7+ messages)
` [PATCH 2/2] xfrm: add rfc4494 AES-CMAC-96 support
[PATCH 1/4] crypto: gcm - make GMAC work when dst and src are different
2013-04-10 3:32 UTC (5+ messages)
` [PATCH 2/4] crypto: gcm - fix rfc4543 to handle async crypto correctly
` [PATCH 3/4] crypto: testmgr - add AES GMAC test vectors
` [PATCH 4/4] crypto: testmgr - add empty test vectors for null ciphers
[PATCH] crypto: proc - Clean up
2013-04-09 13:47 UTC
questions of crypto async api
2013-04-09 1:19 UTC (4+ messages)
[PATCH] crypto: ux500: add missing comma
2013-04-05 13:02 UTC (2+ messages)
[PATCH v0] Add SHA-3 hash algorithm
2013-04-04 0:29 UTC (2+ messages)
[PATCHv2 0/2] add devicetree support for timeriomem_rng
2013-04-03 1:55 UTC
[PATCH 1/1] crypto: crc32-pclmul - Use gas macro for pclmulqdq
2013-04-03 1:54 UTC
[PATCH v2 1/2] crypto: caam - change key gen functions to return signed int
2013-04-03 1:53 UTC (3+ messages)
` [PATCH v2 2/2] v2 crypto: caam - static constify error data
[PATCH] crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructions
2013-04-03 1:52 UTC (2+ messages)
[PATCH -next] crypto: ux500 - fix error return code in hash_dma_final()
2013-04-03 1:52 UTC (3+ messages)
[PATCH] crypto: gcm - fix assumption that assoc has one segment
2013-04-02 9:56 UTC (2+ messages)
Subject: [PATCHSET v2 wq/for-3.10] workqueue: NUMA affinity for unbound workqueues
2013-04-01 18:29 UTC (21+ messages)
` [PATCH 01/14] workqueue: move pwq_pool_locking outside of get/put_unbound_pool()
` [PATCH 02/14] workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]
` [PATCH 03/14] workqueue: drop 'H' from kworker names of unbound worker pools
` [PATCH 04/14] workqueue: determine NUMA node of workers accourding to the allowed cpumask
` [PATCH 05/14] workqueue: add workqueue->unbound_attrs
` [PATCH 06/14] workqueue: make workqueue->name[] fixed len
` [PATCH 07/14] workqueue: move hot fields of workqueue_struct to the end
` [PATCH 08/14] workqueue: map an unbound workqueues to multiple per-node pool_workqueues
` [PATCH 09/14] workqueue: break init_and_link_pwq() into two functions and introduce alloc_unbound_pwq()
` [PATCH 10/14] workqueue: use NUMA-aware allocation for pool_workqueues
` [PATCH 11/14] workqueue: introduce numa_pwq_tbl_install()
` [PATCH 12/14] workqueue: introduce put_pwq_unlocked()
` [PATCH 13/14] workqueue: implement NUMA affinity for unbound workqueues
` [PATCH v4 "
` [PATCH v5 "
` [PATCH 14/14] workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity
` [PATCH 0.5/14] workqueue: fix memory leak in apply_workqueue_attrs()
[PATCH] crypto: Ignore validity dates of X.509 certificates at loading/parsing time
2013-03-27 18:41 UTC
potential bug in GMAC implementation. not work in ESN mode
2013-03-27 13:43 UTC (3+ messages)
ERROR: "__crc32c_le" [crypto/crc32c.ko] undefined!
2013-03-26 3:12 UTC
[PATCHSET wq/for-3.10] workqueue: NUMA affinity for unbound workqueues
2013-03-25 20:48 UTC (25+ messages)
` [PATCH 01/10] workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]
` [PATCH 05/10] workqueue: make workqueue->name[] fixed len
` [PATCH 08/10] workqueue: break init_and_link_pwq() into two functions and introduce alloc_unbound_pwq()
` [PATCH 09/10] workqueue: implement NUMA affinity for unbound workqueues
` [PATCH v2 "
` [PATCH v2 UPDATED "
` [PATCH 11/10] workqueue: use NUMA-aware allocation for pool_workqueues workqueues
[PATCH 00/11] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions
2013-03-25 20:40 UTC (20+ messages)
` [PATCH 01/11] Added macro to check for AVX2 feature
` [PATCH 02/11] Expose SHA256 generic routine to be callable externally
` [PATCH 03/11] Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH 04/11] Optimized sha256 x86_64 assembly routine with AVX instructions
` [PATCH 05/11] Optimized sha256 x86_64 routine using AVX2's RORX instructions
` [PATCH 06/11] Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions
` [PATCH 07/11] Expose generic sha512 routine to be callable from other modules
` [PATCH 08/11] Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH 09/11] Optimized SHA512 x86_64 assembly routine using AVX instructions
` [PATCH 10/11] Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction
` [PATCH 11/11] Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions
RFC: Crypto performance (omap-sham)
2013-03-24 14:42 UTC
[PATCH] crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC
2013-03-24 12:32 UTC
[PATCH] crypto: replace kmalloc and then memcpy with kmemdup
2013-03-21 18:18 UTC (3+ messages)
[PATCH 1/1] crypto: picoxcell_crypto: Use of_match_ptr() macro
2013-03-21 9:55 UTC (3+ messages)
[PATCH][REPOST] crypto: caam - Fix missing init of '.type' in AEAD algos
2013-03-21 9:55 UTC (2+ messages)
[PATCHv1] crypto: caam - set RDB bit in security configuration register
2013-03-21 9:54 UTC (2+ messages)
[PATCH v3 0/2] crypto: sahara: Add support for SAHARA in i.MX27
2013-03-21 9:53 UTC (3+ messages)
` [PATCH v3 2/2] crypto: sahara: Add driver for SAHARA2 accelerator
[PATCH] Revert "crypto: talitos - add IPsec ESN support"
2013-03-21 9:36 UTC (3+ messages)
[PATCH] Revert "crypto: caam - add IPsec ESN support"
2013-03-20 23:46 UTC (2+ messages)
[PATCH] Revert "crypto: caam - add IPsec ESN support"
2013-03-20 14:28 UTC (4+ messages)
` [PATCH] Revert "crypto: talitos "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).