linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-26 16:04:50 to 2013-04-04 00:29:54 UTC [more...]

[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 v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions
 2013-04-03  1:53 UTC  (12+ messages)
` [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] 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 v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug
 2013-03-28 18:24 UTC  (3+ messages)
` Fwd: "

Crypto Fixes for 2.6.35
 2013-03-28 13:52 UTC  (12+ 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: 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  (31+ messages)
` [PATCH 01/10] workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]
` [PATCH 02/10] workqueue: drop 'H' from kworker names of unbound worker pools
` [PATCH 03/10] workqueue: determine NUMA node of workers accourding to the allowed cpumask
` [PATCH 04/10] workqueue: add workqueue->unbound_attrs
` [PATCH 05/10] workqueue: make workqueue->name[] fixed len
` [PATCH 06/10] workqueue: move hot fields of workqueue_struct to the end
` [PATCH 07/10] workqueue: map an unbound workqueues to multiple per-node pool_workqueues
` [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 10/10] workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinity
` [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  (12+ messages)
` [PATCH v3 1/2] i.MX27: Add clock support for SAHARA2
` [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 "

[GIT PULL] Asymmetric keys and module signing
 2013-03-19 21:06 UTC  (6+ messages)
` Wrong system clock vs X.509 date specifiers
      ` [PATCH] Fix x509_key_preparse() not to reject keys outside their validity time range

[PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API
 2013-03-19 20:52 UTC  (3+ messages)

[PATCH] [char] random: fix priming of last_data
 2013-03-19 17:33 UTC  (3+ messages)

authencesn compatibility problemn between software crypto and talitos driver
 2013-03-14 23:34 UTC  (6+ messages)

potential bug in GMAC implementation. not work in ESN mode
 2013-03-14 19:57 UTC 

[PATCH 2/2] crypto: Add lz4 Cryptographic API
 2013-03-14  9:48 UTC 

[PATCH 1/2] lib: Add lz4 compressor module
 2013-03-14  9:48 UTC 

[PATCHv1] crypto: caam - set RDB bit in security configuration register
 2013-03-12  3:56 UTC 

[PATCHv1] crypto: caam - set RDB bit in security configuration register
 2013-03-11 10:43 UTC 

[PATCH] crypto: caam - fix typo "CRYPTO_AHASH"
 2013-03-10 10:17 UTC  (3+ messages)

[PATCH 1/2] crypto: omap-aes: Use module_platform_driver macro
 2013-03-10 10:17 UTC  (3+ messages)
` [PATCH 2/2] crypto: omap-sham: "

[PATCH v3 1/2] omap-sham: Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
 2013-03-10 10:15 UTC  (5+ messages)
` [PATCH v3 2/2] omap-aes: "

[PATCH] crypto: bfin_crc: Fix possible NULL pointer dereference
 2013-03-10 10:15 UTC  (2+ messages)

[PATCH] crypto: user - constify netlink dispatch table
 2013-03-10 10:14 UTC  (2+ messages)

[PATCH] Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions
 2013-03-10 10:14 UTC  (2+ messages)

[PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals
 2013-03-10 10:14 UTC  (2+ messages)

potential bug in GMAC implementation. not work in ESN mode
 2013-03-08 16:38 UTC 

[PATCH] RSA: drop "select MPILIB_EXTRA"
 2013-03-08 11:00 UTC 

[PATCH 1/2] crypto: x86 - change email address for Jussi Kivilinna
 2013-03-07 20:48 UTC  (2+ messages)
` [PATCH 2/2] crypto: cast_common "

[PATCH] drivers/crypto/nx: fix init race, alignmasks and GCM bug
 2013-03-05  0:30 UTC  (2+ messages)

[PATCH v2 0/3] crypto: sahara: Add support for SAHARA in i.MX27
 2013-03-01  7:28 UTC  (10+ messages)
` [PATCH v2 1/3] i.MX27: Add clock support for SAHARA2
` [PATCH v2 2/3] crypto: sahara: Add driver for SAHARA2 accelerator
` [PATCH v2 3/3] crypto: sahara: Add device tree binding for SAHARA2

[PATCH] crypto: testmgr - add aead cbc aes hmac sha384 test vectors
 2013-02-27 16:08 UTC  (2+ messages)

[PATCH] crypto: testmgr - add aead cbc des, des3_ede tests
 2013-02-27 16:08 UTC  (2+ messages)

[PATCH] crypto: caam - fix job ring cleanup code
 2013-02-27 16:07 UTC  (2+ messages)

[PATCH] crypto: tcrypt - removed unused variable
 2013-02-27 16:07 UTC  (2+ messages)

[PATCH 0/2] crypto: caam - Fix bugs in hashing module
 2013-02-27 16:07 UTC  (3+ messages)
` [PATCH 1/2] crypto: caam - Fix DMA size in descriptor in ahash_digest()

[PATCH 2/3 v2] Optimize CRC32C calculation with PCLMULQDQ instruction
 2013-02-27  2:02 UTC  (4+ messages)

ahash and crc32c
 2013-02-26 17:11 UTC 


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).