[PATCH] crypto: talitos - properly lock access to global talitos registers

2012-03-30 Thread Horia Geanta
Access to global talitos registers must be protected for the case when affinities are configured such that primary and secondary talitos irqs run on different cpus. Signed-off-by: Horia Geanta Signed-off-by: Kim Phillips --- drivers/crypto/talitos.c | 20 +--- 1 files changed,

Re: Old PADATA patch vs crypto-2.6 tree

2012-03-30 Thread Steffen Klassert
On Wed, Mar 28, 2012 at 01:53:41PM +0200, Sebastien Agnolini wrote: > Hey, > > How activate the IPsec parallelization ? You need to instantiate pcrypt. You need either crconf (linux-3.2 or newer with the crypto userconfig api enabled) or the tcrypt module to instantiate pcrypt. With crconf: Yo

Re: [PATCH v2 1/2] crypto: user - Fix lookup of algorithms with IV generator

2012-03-30 Thread Herbert Xu
On Thu, Mar 29, 2012 at 09:03:47AM +0200, Steffen Klassert wrote: > We lookup algorithms with crypto_alg_mod_lookup() when instantiating via > crypto_add_alg(). However, algorithms that are wrapped by an IV genearator > (e.g. aead or genicv type algorithms) need special care. The userspace > proces

Re: [PATCH] crypto: pcrypt - Use the online cpumask as the default

2012-03-30 Thread Herbert Xu
On Wed, Mar 28, 2012 at 08:51:03AM +0200, Steffen Klassert wrote: > We use the active cpumask to determine the superset of cpus > to use for parallelization. However, the active cpumask is > for internal usage of the scheduler and therefore not the > appropriate cpumask for these purposes. So use t

Re: padata: Fixes for 3.4

2012-03-30 Thread Herbert Xu
On Wed, Mar 28, 2012 at 08:41:57AM +0200, Steffen Klassert wrote: > This patchset contains the following changes: All applied to crypto. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from th

[PATCH 0/3 v4] crypto: ux500 crypto and hash driver

2012-03-30 Thread Andreas Westin
This is an update based on Kim Phillips comments. This adds a driver for the ST-Ericsson ux500 crypto hardware module. It supports AES, DES and 3DES, the driver implements support for AES-ECB,CBC and CTR. Andreas Westin (3): crypto: ux500: Add driver for CRYP hardware. crypto: ux500: Add driv

[PATCH 3/3 v4] mach-ux500: Crypto: core support for CRYP/HASH module.

2012-03-30 Thread Andreas Westin
This adds the required platform data and calls to enable the CRYP/HASH driver. Acked-by: Linus Walleij Signed-off-by: Andreas Westin --- arch/arm/mach-ux500/board-mop500.c | 48 arch/arm/mach-ux500/board-u5500.c | 48