messages from 2013-09-01 16:04:29 to 2013-09-20 07:56:29 UTC [more...]
[PATCH v3 0/2] crypto: move ablk_helper out of arch/x86
2013-09-20 7:55 UTC (3+ messages)
` [PATCH v3 1/2] crypto: create generic version of ablk_helper
` [PATCH v3 2/2] crypto: move x86 to the "
[PATCH 00/51] DMA mask changes
2013-09-20 1:21 UTC (53+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 12/51] DMA-API: net: intel/e1000: "
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [PATCH 24/51] DMA-API: dma: pl330: "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
` [PATCH 05/51] DMA-API: net: intel/igbvf: "
` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 11/51] DMA-API: net: emulex/benet: "
` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory
crypto: GCM API usage
2013-09-19 20:33 UTC (3+ messages)
[PATCH v2] crypto: caam - map src buffer before access
2013-09-19 12:39 UTC (2+ messages)
[PATCH] crypto_memcmp: add constant-time memcmp
2013-09-19 8:37 UTC (15+ messages)
` [PATCH] crypto_mem_not_equal: add constant-time equality testing of memory regions
[RFC V4 PATCH 00/15] Signature verification of hibernate snapshot
2013-09-18 13:45 UTC (24+ messages)
` [PATCH V4 01/15] asymmetric keys: add interface and skeleton for implement signature generation
` [PATCH V4 02/15] asymmetric keys: implement EMSA_PKCS1-v1_5-ENCODE in rsa
` [PATCH V4 03/15] asymmetric keys: separate the length checking of octet string from RSA_I2OSP
` [PATCH V4 04/15] asymmetric keys: implement OS2IP in rsa
` [PATCH V4 05/15] asymmetric keys: implement RSASP1
` [PATCH V4 06/15] asymmetric keys: support parsing PKCS #8 private key information
` [PATCH V4 07/15] asymmetric keys: explicitly add the leading zero byte to encoded message
` [PATCH V4 08/15] Hibernate: introduced RSA key-pair to verify signature of snapshot
` [PATCH V4 09/15] Hibernate: generate and "
` [PATCH 10/15] Hibernate: Avoid S4 sign key data included in snapshot image
` [PATCH V4 11/15] Hibernate: taint kernel when signature check fail
` [PATCH V4 12/15] Hibernate: show the verification time for monitor performance
` [PATCH V4 13/15] Hibernate: introduced SNAPSHOT_SIG_HASH config for select hash algorithm
` [PATCH V4 14/15] Hibernate: notify bootloader regenerate key-pair for snapshot verification
` [PATCH V4 15/15] Hibernate: adapt to UEFI secure boot with signature check
[PATCH] modules: add support for soft module dependencies
2013-09-18 7:17 UTC (10+ messages)
[PATCH] ansi_cprng: Fix off by one error in non-block size request
2013-09-17 12:33 UTC
[PATCH v2 0/2] crypto: move ablk_helper out of arch/x86
2013-09-17 7:49 UTC (3+ messages)
` [PATCH v2 1/2] crypto: create generic version of ablk_helper
` [PATCH v2 2/2] crypto: move x86 to the "
[PATCH] ARM: tegra: remove tegra_chip_uid()
2013-09-16 15:34 UTC
[PATCH] crypto: tegra: use kernel entropy instead of ad-hoc
2013-09-16 15:28 UTC (6+ messages)
[PATCH] crypto: move ablk_helper out of arch/x86
2013-09-16 6:53 UTC (2+ messages)
[PATCH 1/2] crypto: tegra-aes: Fix NULL pointer dereference
2013-09-16 3:31 UTC (2+ messages)
` [PATCH 2/2] crypto: tegra-aes: Use devm_clk_get
[RFC PATCH 0/2] AES in CBC/CTR/XTS modes using ARMv8 Crypto Extensions
2013-09-14 15:18 UTC (8+ messages)
` [RFC PATCH 1/2] crypto: move ablk_helper out of arch/x86
` [RFC PATCH 2/2] arm64: add support for AES using ARMv8 Crypto Extensions
Crypto Fixes for 2.6.35
2013-09-13 14:39 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
` Crypto Fixes for 3.12
[PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency
2013-09-13 13:27 UTC (8+ messages)
` [PATCH 3.11-rc1] crypto: Fix boot failure due to moduledependency
` [3.12-rc1] Dependency on module-init-tools >= 3.11 ?
[PATCH 0/7] crypto: caam - RNG4 patches and fixes
2013-09-13 12:23 UTC (9+ messages)
` [PATCH 1/7] crypto: caam - fix RNG state handle instantiation descriptor
` [PATCH 2/7] crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
` [PATCH 3/7] crypto: caam - fix RNG4 instantiation
` [PATCH 4/7] crypto: caam - split RNG4 instantiation function
` [PATCH 5/7] crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver
` [PATCH 6/7] crypto: caam - fix RNG4 AAI defines
` [PATCH 7/7] crypto: caam - enable instantiation of all RNG4 state handles
[PATCH] crypto: x86: restore avx2_supported check
2013-09-13 12:22 UTC (2+ messages)
[PATCH] crypto: sha256_ssse3 - use correct module alias for sha224
2013-09-13 12:22 UTC (2+ messages)
[PATCH 1/3] crypto: mv_cesa - Staticize local symbols
2013-09-13 11:36 UTC (3+ messages)
` [PATCH 2/3] crypto: omap-aes "
` [PATCH 3/3] crypto: tegra-aes - Staticize tegra_aes_cra_exit
question about rfc404 support
2013-09-13 11:09 UTC (2+ messages)
unable to finish booting when "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" applied
2013-09-11 14:57 UTC (4+ messages)
` sd_mod - uknown symbol crc_t10_diff [was Re: unable to finish booting when "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" applied]
[PATCH] drivers/crypto:caam:Map src buffer before access in CAAM driver
2013-09-11 12:54 UTC (2+ messages)
race condition in crypto larval handling
2013-09-10 23:13 UTC (11+ messages)
[PATCH 0/3] crypto: omap-des: Add driver for OMAP DES module
2013-09-10 16:16 UTC (4+ messages)
` [PATCH 1/3] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx
[PATCH][RFC] Tests on 200 different CPUs/Arches and OSes with CPU Jitter RNG (resent)
2013-09-09 9:31 UTC
Crypto Update for 2.6.38
2013-09-07 3:55 UTC (10+ messages)
` Crypto Update for 2.6.39
` Crypto Update for 2.6.40
` Crypto Update for 3.1
` Crypto Update for 3.2
` Crypto Update for 3.3
` Crypto Update for 3.7
` Crypto Update for 3.8
` Crypto Update for 3.9
` Crypto Update for 3.12
[RFC PATCH 00/18 v3] Signature verification of hibernate snapshot
2013-09-05 13:28 UTC (26+ messages)
` [PATCH 10/18] efi: Enable secure boot lockdown automatically when enabled in firmware
` [PATCH 11/18] Hibernate: introduced RSA key-pair to verify signature of snapshot
Mistake ?
2013-09-03 13:06 UTC (2+ messages)
possible race in crypto_alg_mod_lookup
2013-09-03 12:14 UTC
[PATCH] Fix bitoperation for compilation with clang
2013-09-02 10:35 UTC (2+ messages)
[PATCH v2 00/10] Series of fixes for NX driver
2013-09-02 10:35 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).