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,
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
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
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
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
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
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