messages from 2015-03-11 14:13:22 to 2015-03-19 16:43:32 UTC [more...]
[PATCH 00/10] omap3 crypto fixes
2015-03-19 16:43 UTC (10+ messages)
` [PATCH 06/10] ARM: dts: omap3: Add missing dmas for crypto
` [PATCH 07/10] ARM: dts: n9/n950: Enable omap crypto support
[PATCH v2 net-next 0/4] Add support for async socket operations
2015-03-19 16:22 UTC (9+ messages)
` [PATCH v2 net-next 1/4] net: socket: add support for async operations
` [PATCH v2 net-next 2/4] aio: prefer aio_op op over iter_op
` [PATCH v2 net-next 3/4] crypto: af_alg - Allow to link sgl
` [PATCH v2 net-next 4/4] crypto: algif - change algif_skcipher to be asynchronous
[PATCH v2 0/5] crypto: talitos: Add crypto async queue handling
2015-03-19 15:56 UTC (8+ messages)
` [PATCH v2 5/5] crypto: talitos: Add software backlog "
[PATCH 00/16] crypto: restrict usage of helper ciphers
2015-03-19 7:29 UTC (20+ messages)
` [PATCH 01/16] crypto: prevent helper ciphers from being used
` [PATCH 02/16] crypto: /proc/crypto: identify internal ciphers
` [PATCH 03/16] crypto: mark AES-NI helper ciphers
` [PATCH 04/16] crypto: mark AES-NI Camellia "
` [PATCH 05/16] crypto: mark CAST5 "
` [PATCH 06/16] crypto: mark AVX Camellia "
` [PATCH 07/16] crypto: mark CAST6 "
` [PATCH 08/16] crypto: mark ghash clmulni "
` [PATCH 09/16] crypto: mark Serpent AVX2 "
` [PATCH 10/16] crypto: mark Serpent AVX "
` [PATCH 11/16] crypto: mark Serpent SSE2 "
` [PATCH 12/16] crypto: mark Twofish AVX "
` [PATCH 13/16] crypto: mark NEON bit sliced AES "
` [PATCH 14/16] crypto: mark ARMv8 "
` [PATCH 15/16] crypto: mark GHASH ARMv8 vmull.p64 "
` [PATCH 16/16] crypto: mark 64 bit ARMv8 AES "
griffin u-boot failing to boot
2015-03-19 2:36 UTC (2+ messages)
[BUG/PATCH] kernel RNG and its secrets
2015-03-18 23:53 UTC (20+ messages)
crypto: img-hash - undefined Kconfig symbols
2015-03-18 22:00 UTC (3+ messages)
[PATCH -crypto] lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
2015-03-18 21:30 UTC (3+ messages)
Crypto Fixes for 3.6
2015-03-18 18:12 UTC (12+ messages)
` Crypto Fixes for 3.7
` Crypto Fixes for 3.9
` Crypto Fixes for 3.13
` Crypto Fixes for 3.14
` Crypto Fixes for 3.19
` Crypto Fixes for 4.0
[PATCH] hwrng: core - allow perfect entropy from hardware devices
2015-03-18 10:02 UTC (2+ messages)
How to handle an error while processing crypto request (backlogged)
2015-03-18 4:01 UTC
FSL CAAM for imx6
2015-03-18 1:00 UTC
[PATCH] arm64/crypto: issue aese/aesmc instructions in pairs
2015-03-17 18:09 UTC (2+ messages)
[PATCH] arm: crypto: Add NEON optimized SHA-256
2015-03-17 15:51 UTC (7+ messages)
[RFC PATCH] crypto: prevent helper ciphers from being allocated by users
2015-03-17 14:59 UTC (6+ messages)
[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG
2015-03-17 11:33 UTC (2+ messages)
linux-next: build failure after merge of the crypto tree
2015-03-17 11:11 UTC
[PATCH] mm: kill kmemcheck
2015-03-17 2:33 UTC (24+ messages)
[PATCH 00/35 linux-next] constify of_device_id array
2015-03-16 19:17 UTC (2+ messages)
` [PATCH 07/35 linux-next] char: "
[PATCH v6] crypto: Add Allwinner Security System crypto accelerator
2015-03-16 19:06 UTC (6+ messages)
` [PATCH v6 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
` [PATCH v6 2/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System
` [PATCH v6 3/4] MAINTAINERS: Add myself as maintainer of Allwinner "
` [PATCH v6 4/4] crypto: Add Allwinner Security System crypto accelerator
[PATCH 0/2] crypto: talitos: Add AES-XTS mode
2015-03-16 18:46 UTC (11+ messages)
[PATCH 1/4] crypto: add CRYPTO_TFM_REQ_DMA flag
2015-03-16 12:58 UTC (11+ messages)
` [PATCH 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request
` [PATCH 3/4] crypto: talitos - move talitos_{edesc,request} to request private ctx
` [PATCH 4/4] crypto: talitos - add software backlog queue handling
[PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error
2015-03-16 11:28 UTC (3+ messages)
[PATCH V5 0/2] crypto: Add Imagination Technologies hw hash accelerator
2015-03-16 10:49 UTC (5+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] Documentation: crypto: Add DT binding info for the img "
[PATCH RESEND] crypto: algif_rng - zeroize buffer with random data
2015-03-16 10:49 UTC (2+ messages)
[PATCH 0/6] Introduce devm_hwrng_register and convert a few dirvers
2015-03-16 10:49 UTC (8+ messages)
` [PATCH 1/6] hwrng: add devm_* interfaces
` [PATCH 2/6] hwrng: bcm63xx - make use of devm_hwrng_register
` [PATCH 3/6] hwrng: exynos "
` [PATCH 4/6] hwrng: msm "
` [PATCH 5/6] hwrng: iproc-rng200 - do not use static structure
` [PATCH 6/6] hwrng: iproc-rng200 - make use of devm_hwrng_register
[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
2015-03-16 1:54 UTC
[PATCH v3 11/17] crypto: talitos - adaptation of talitos_submit() for SEC1
2015-03-15 15:37 UTC
[PATCH v3 16/17] crypto: talitos - Add fsl,sec1.0 compatible
2015-03-14 14:05 UTC
[PATCH v3 08/17] crypto: talitos - add sub-choice in talitos CONFIG for SEC1
2015-03-14 13:29 UTC
[PATCH v3 10/17] crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+
2015-03-14 13:06 UTC
[PATCH v3 06/17] crypto: talitos - helper function for ptr len
2015-03-14 11:55 UTC
[PATCH v3 05/17] crypto: talitos - remove param 'extent' in map_single_talitos_ptr()
2015-03-14 10:25 UTC
[PATCH v3 03/17] crypto: talitos - talitos_ptr renamed ptr for more lisibility
2015-03-14 10:14 UTC
[PATCH v3 07/17] crypto: talitos - enhanced talitos_desc struct for SEC1
2015-03-14 1:19 UTC
[PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error
2015-03-13 21:33 UTC (2+ messages)
[PATCH v2 1/4] crypto: add CRYPTO_TFM_REQ_DMA flag
2015-03-13 17:38 UTC (4+ messages)
` [PATCH v2 2/4] net: esp: check CRYPTO_TFM_REQ_DMA flag when allocating crypto request
` [PATCH v2 3/4] crypto: talitos - move talitos_{edesc,request} to request private ctx
` [PATCH v2 4/4] crypto: talitos - add software backlog queue handling
[PATCH 0/15] don't export static symbol
2015-03-13 10:38 UTC (3+ messages)
` [PATCH 4/15] crypto: "
[PATCH] crypto: testmgr - fix RNG return code enforcement
2015-03-13 10:38 UTC (2+ messages)
[PATCH v2] crypto: AES-NI - fix memory usage in GCM decryption
2015-03-13 10:33 UTC (2+ messages)
[PATCH] crypto: algif_rng - zeroize buffer holding random data
2015-03-13 10:31 UTC (2+ messages)
[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG
2015-03-13 10:07 UTC (2+ messages)
[PATCH V4 0/2] crypto: Add Imagination Technologies hw hash accelerator
2015-03-12 22:36 UTC (6+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] Documentation: crypto: Add DT binding info for the img "
linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)
2015-03-12 15:27 UTC (6+ messages)
[PATCH RFC 0/4] Add support for async socket operations
2015-03-12 14:00 UTC (7+ messages)
` [PATCH RFC 1/4] net: socket: add support for async operations
` [PATCH RFC 2/4] aio: prefer aio_op op over iter_op
` [PATCH RFC 3/4] crypto: af_alg - Allow to link sgl
` [PATCH RFC 4/4] crypto: algif - change algif_skcipher to be asynchronous
[RESEND PATCH] hwrng: omap - remove #ifdefery around PM methods
2015-03-12 10:20 UTC (2+ messages)
[PATCH v2 0/5] ARM: crypto: ARMv8 Crypto Extensions
2015-03-12 10:19 UTC (2+ messages)
[PATCH V3 1/2] crypto: Add Imagination Technologies hw hash accelerator
2015-03-12 0:13 UTC (4+ messages)
[PATCH 1/4] hwrng: omap - remove incorrect __exit markups
2015-03-11 21:08 UTC (6+ messages)
` [PATCH 2/4] hwrng: omap - remove #ifdefery around PM methods
net: Remove iocb argument from sendmsg and recvmsg
2015-03-11 16:25 UTC (5+ messages)
[PATCH] crypto: amcc: remove incorrect __init/__exit markups
2015-03-11 14:13 UTC (2+ messages)
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).