Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2013-05-03 14:34:53 to 2013-05-29 17:59:07 UTC [more...]

[PATCH 00/39] Continuation of DMA changes in ux500 based drivers
 2013-05-29 17:57 UTC  (98+ messages)
` [PATCH 01/39] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 03/39] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 05/39] ARM: ux500: Stop passing MMC's platform data for Device Tree boots
` [PATCH 06/39] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading
` [PATCH 07/39] dmaengine: ste_dma40: Only use addresses passed as configuration information
` [PATCH 08/39] dmaengine: ste_dma40: Remove redundant address fetching function
` [PATCH 09/39] ARM: ux500: Remove DMA address look-up table
` [PATCH 10/39] dmaengine: ste_dma40: Correct copy/paste error
` [PATCH 11/39] ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
` [PATCH 12/39] crypto: ux500/hash - Prepare clock before enabling it
  ` [PATCH 02/39] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
  ` [PATCH 04/39] ARM: ux500: Stop passing UART's platform data for Device Tree boots
  ` [PATCH 13/39] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
  ` [PATCH 25/39] usb: musb: ux500: add device tree probing support
  ` [PATCH 27/39] ARM: ux500: Remove ux500-musb platform registation when booting with DT
  ` [PATCH 28/39] ARM: ux500: Remove empty function u8500_of_init_devices()
  ` [PATCH 38/39] dmaengine: ste_dma40: Fetch the number of physical channels from DT
` [PATCH 14/39] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 15/39] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 16/39] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 17/39] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 18/39] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 19/39] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball
` [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver
` [PATCH 21/39] usb: musb: ux500: move the MUSB HDRC configuration "
` [PATCH 22/39] usb: musb: ux500: take the dma_mask from coherent_dma_mask
` [PATCH 23/39] usb: musb: ux500: harden checks for platform data
` [PATCH 24/39] usb: musb: ux500: attempt to find channels by name before using pdata
` [PATCH 26/39] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up
` [PATCH 29/39] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 30/39] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one
` [PATCH 31/39] dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones
` [PATCH 32/39] ARM: ux500: Remove recently unused stedma40_xfer_dir enums
` [PATCH 33/39] dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 34/39] dmaengine: ste_dma40: Convert data_width from register bit format to value
` [PATCH 35/39] dmaengine: ste_dma40_ll: Replace meaningless register set with comment
` [PATCH 36/39] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
` [PATCH 37/39] ARM: ux500: Stop passing DMA platform data though AUXDATA
` [PATCH 39/39] dmaengine: ste_dma40: Fetch disabled channels from DT

[PATCH v2] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-05-29 16:39 UTC  (2+ messages)

[PATCH 1/4] crypto: dcp: Remove redundant platform_set_drvdata()
 2013-05-29 11:39 UTC  (4+ messages)
` [PATCH 2/4] crypto: dcp: Use devm_* APIs
` [PATCH 3/4] crypto: dcp: Use NULL instead of 0
` [PATCH 4/4] crypto: dcp: Staticize local symbols

[PATCH] crypto: ux50: Cocci spatch "resource_size.spatch"
 2013-05-28  9:53 UTC  (2+ messages)

[PATCH 1/2] crypto: sha512_ssse3 - add sha384 support
 2013-05-28  9:53 UTC  (3+ messages)
` [PATCH 2/2] crypto: sha256_ssse3 - add sha224 support

[PATCH] crypto: sha512_generic - set cra_driver_name
 2013-05-28  9:52 UTC  (2+ messages)

[PATCH v2 1/1] crypto: Added support for Freescale's DCP co-processor
 2013-05-28  9:51 UTC  (2+ messages)

[PATCH 1/8] crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is set
 2013-05-28  9:50 UTC  (2+ messages)

[PATCH] crypto: hifn_795x - fix to pass correct device identity to free_irq()
 2013-05-28  9:10 UTC 

[PATCH v2] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-05-28  7:42 UTC  (4+ messages)

[PATCH] crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations
 2013-05-28  5:53 UTC  (4+ messages)

Crypto Fixes for 2.6.35
 2013-05-28  5:52 UTC  (10+ 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
                  ` Crypto Fixes for 3.10

Oops on 3.10-rc1 related to ssh256_ssse3
 2013-05-26 15:11 UTC 

[PATCH 5/6] crypto: ux500/cryp - Enable DT probing of the driver
 2013-05-24 11:16 UTC  (7+ messages)
` [PATCH 6/6] crypto: ux500/hash "

[PATCH][RFC] CPU Jitter random number generator (resent)
 2013-05-23  9:59 UTC  (9+ messages)

linux-next: Tree for May 15 (crypto /crct10dif)
 2013-05-21 13:46 UTC  (12+ messages)

Oops on 3.10-rc1 related to ssh256_ssse3
 2013-05-20 20:15 UTC  (2+ messages)

NIST SP800-138 availibility using kernel crypto APIs for SMB3.0 MAC generation
 2013-05-20  2:49 UTC 

[cryptodev:master 2/13] crct10dif.c:undefined reference to `crypto_register_shash'
 2013-05-14  6:56 UTC 

[cryptodev:master 2/13] undefined reference to `crypto_shash_update'
 2013-05-14  4:22 UTC 

[PATCH] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-05-14  2:49 UTC  (5+ messages)

[PATCH] crypto: remove dependency on EXPERIMENTAL
 2013-05-14  2:38 UTC  (2+ messages)

[PATCH] crypto: caam - fix inconsistent assoc dma mapping direction
 2013-05-14  2:38 UTC  (3+ messages)

[PATCH 1/2] crypto: mv_cesa: Remove redundant platform_set_drvdata()
 2013-05-14  2:36 UTC  (2+ messages)

[PATCH] drivers: crypto: use devm_ioremap_resource()
 2013-05-14  2:35 UTC  (2+ messages)

[PATCH v3 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-05-14  2:35 UTC  (3+ messages)

[PATCH] crypto: caam - FIX RNG init for RNG greater than equal to 4
 2013-05-14  2:35 UTC  (3+ messages)

[PATCH][RFC] CPU Jitter random number generator
 2013-05-13 15:32 UTC 

[PATCH 8/8] crypto: caam - add missing flag for the LOAD/STORE commands
 2013-05-13 14:53 UTC 

[PATCH 7/8] crypto: caam - Add define for Adjust Output Frame Length in PDB
 2013-05-13 14:53 UTC 

[PATCH 6/8] crypto: caam - Add defines for CAAM commands
 2013-05-13 14:52 UTC 

[PATCH 5/8] crypto: caam - Add defines for overwriting Descriptor's memory
 2013-05-13 14:52 UTC 

[PATCH 4/8] crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)
 2013-05-13 14:52 UTC 

[PATCH 3/8] crypto: caam - Add MATH command to support shld function
 2013-05-13 14:52 UTC 

[PATCH 2/8] crypto: caam - Fix STORE command to support overwriting Shared Descriptor's memory
 2013-05-13 14:50 UTC 

Build regressions/improvements in v3.10-rc1 (crypto/parisc)
 2013-05-12 20:49 UTC 

[RFC] Freescale DCP crypto acceleration
 2013-05-10  6:27 UTC  (3+ messages)
` [PATCH 1/1] crypto: Added support for Freescale's DCP co-processor

[PATCH 2/2] crypto: s5p-sss: remove unnecessary platform_set_drvdata()
 2013-05-09 22:32 UTC  (2+ messages)

[PATCH 36/63] crypto: ux500/hash - Prepare clock before enabling it
 2013-05-08 13:59 UTC  (5+ messages)
` [PATCH 39/63] crypto: ux500/cryp "
` [PATCH 42/63] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog

[PATCH 1/8] crypto: ux500/hash - Prepare clock before enabling it
 2013-05-08 13:57 UTC  (4+ messages)
` [PATCH 4/8] crypto: ux500/cryp "

dringender Vorschlag
 2013-05-08  8:46 UTC 

[PATCH] drivers/crypto/nx: fixes for multiple issues
 2013-05-06 21:55 UTC  (4+ messages)

[ANNOUNCE] Linux Security Summit 2013 - CFP
 2013-05-06  9:18 UTC 

[PATCH 1/2] crypto: mv_cesa: remove unnecessary platform_set_drvdata()
 2013-05-06  5:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox