linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-30 13:47:16 to 2017-11-06 20:16:12 UTC [more...]

[PATCH 00/12] bcm63xx-rng conversion to bcm2835-rng
 2017-11-06 20:16 UTC  (28+ messages)
` [PATCH 02/12] hwrng: bcm2835-rng: Define a driver private context
` [PATCH 03/12] hwrng: bcm2835-rng: Move enabling to hwrng::init
` [PATCH 04/12] hwrng: bcm2835-rng: Implementation cleanup callback
` [PATCH 05/12] hwrng: bcm2835-rng: Use device managed helpers
` [PATCH 07/12] hwrng: bcm2835-rng: Manage an optional clock
` [PATCH 09/12] hwrng: bcm2835-rng: Add Broadcom MIPS I/O accessors
` [PATCH 10/12] dt-bindings: rng: Incorporate brcm,bcm6368.txt binding
` [PATCH 11/12] hwrng: bcm2835-rng: Enable BCM2835 RNG to work on BCM63xx platforms
` [PATCH 12/12] hwrng: bcm63xx-rng: Remove since bcm2835-rng takes over
  ` [PATCH 01/12] hwrng: bcm2835-rng: Obtain base register via resource
  ` [PATCH 06/12] hwrng: bcm2835-rng: Rework interrupt masking
  ` [PATCH 08/12] hwrng: bcm2835-rng: Abstract I/O accessors

[PATCH] iommu/vt-d: Fix scatterlist offset handling
 2017-11-06 18:47 UTC  (5+ messages)

general protection fault in asn1_ber_decoder
 2017-11-06 18:43 UTC  (2+ messages)

[Part2 PATCH v8 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-06 18:11 UTC  (13+ messages)
` [Part2 PATCH v8 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v8 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v8 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v8 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v8 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v8 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v8 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v8 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v8 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v8 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v8 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v8 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "

[Part2 PATCH v7 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-06 16:16 UTC  (21+ messages)
` [Part2 PATCH v7 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v7 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v7 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v7 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v7 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v7 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v7 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v7 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v7 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v7 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v7 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v7 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "

"BUG: scheduling while atomic" in atmel-aes on Linux v4.14-rc6
 2017-11-06 16:06 UTC  (6+ messages)
` [PATCH] crypto: AF_ALG - remove locking in async callback

[PATCH 0/2] Fixes for the Atmel AES crypto module
 2017-11-06 15:57 UTC  (6+ messages)
` [PATCH 1/2] crypto: atmel-aes - properly set IV after {en,de}crypt
` [PATCH 2/2] crypto: atmel-aes - Reset the controller before each use

[PATCH 0/3] More code cleanups
 2017-11-06 15:46 UTC  (10+ messages)
` [PATCH 1/3] staging: ccree: simplify error handling logic
` [PATCH 2/3] staging: ccree: simplify registers access
` [PATCH 3/3] staging: ccree: simplify ioread/iowrite

[PATCH v2 0/5] crypto: dh - input validation fixes
 2017-11-06 10:29 UTC  (9+ messages)
` [PATCH v2 1/5] crypto: dh - Fix double free of ctx->p
` [PATCH v2 2/5] crypto: dh - Don't permit 'p' to be 0
` [PATCH v2 3/5] crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
` [PATCH v2 4/5] crypto: qat - Clean up error handling in qat_dh_set_secret()
` [PATCH v2 5/5] crypto: dh - Remove pointless checks for NULL 'p' and 'g'

[PATCH 1/1] crypto: stm32/hash - Fix return issue in update
 2017-11-06  8:05 UTC 

[PATCH] crypto: chcr - Replace _manual_ swap with swap macro
 2017-11-06  7:09 UTC  (2+ messages)

[PATCH] crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
 2017-11-06  7:09 UTC  (2+ messages)

virtio:rng: Virtio RNG devices need to be re-registered after suspend/resume
 2017-11-06  7:09 UTC  (7+ messages)
      ` Fwd: "

[v2 PATCH 2/3] crypto: atmel-aes/tdes - remove empty functions
 2017-11-06  7:09 UTC  (3+ messages)
` [v3 "

[PATCH] crypto: ecdh - remove empty exit()
 2017-11-06  7:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: update maintainer for qat
 2017-11-06  7:08 UTC  (2+ messages)

[PATCH 1/2] crypto: caam - remove unneeded edesc zeroization
 2017-11-06  7:07 UTC  (4+ messages)
` [PATCH 2/2] crypto: caam - remove unused param of ctx_map_to_sec4_sg()

Crypto Fixes for 4.9
 2017-11-06  6:37 UTC  (8+ messages)
` Crypto Update for 4.10
  ` Crypto Update for 4.11
    ` Crypto Fixes for 4.13
      ` Crypto Fixes for 4.14

[PATCH v2] tpm: Move Linux RNG connection to hwrng
 2017-11-06  2:27 UTC  (3+ messages)

Business
 2017-11-03 13:42 UTC 

[cryptodev:master 125/166] FATAL: drivers/crypto/marvell/marvell-cesa: struct platform_device_id is not terminated with a NULL entry!
 2017-11-03 16:56 UTC  (2+ messages)

[PATCH] crypto: qat: qat_common: qat_uclo - mark expected switch fall-throughs
 2017-11-03 14:35 UTC  (3+ messages)

[PATCH] hw_random: core: Reset user selected rng by writing "" to rng_current
 2017-11-03 14:28 UTC  (2+ messages)

[PATCH v8 0/2] crypto: s5p-sss: Add HASH support for Exynos
 2017-11-03 14:28 UTC  (2+ messages)

[PATCH] crypto: caam - fix incorrect define
 2017-11-03 14:27 UTC  (4+ messages)
` [PATCH] crypto: caam/qi - abort algorithm setup on DPAA2 parts

[PATCH] drivers/crypto: Convert timers to use timer_setup()
 2017-11-03 14:27 UTC  (2+ messages)

[PATCH 1/3] crypto: atmel-aes/tdes/sha - return appropriate error code
 2017-11-03 14:27 UTC  (4+ messages)
` [PATCH 3/3] crypto: atmel-aes/tdes/sha - remove useless irq init

[PATCH v10 00/20] simplify crypto wait for async op
 2017-11-03 14:25 UTC  (2+ messages)

[PATCH] crypto: marvell - Switch cipher algs to the skcipher interface
 2017-11-03 14:24 UTC  (2+ messages)

[PATCH] crypto: vmx - Use skcipher for ctr fallback
 2017-11-03 14:24 UTC  (2+ messages)

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2017-11-03 14:23 UTC  (2+ messages)

[PATCH] crypto: qat: remove unused and redundant pointer vf_info
 2017-11-03 14:23 UTC  (2+ messages)

[PATCH] crypto: ccp: remove unused variable qim
 2017-11-03 14:23 UTC  (2+ messages)

[PATCH] crypto: cavium: clean up clang warning on unread variable offset
 2017-11-03 14:22 UTC  (2+ messages)

[PATCH 1/2] crypto: tcrypt - fix S/G table for test_aead_speed()
 2017-11-03 14:22 UTC  (4+ messages)
` [PATCH 2/2] crypto: tcrypt - fix buffer lengths in test_aead_speed()

[PATCH 0/3] crypto: marvell - Remove the old CESA driver
 2017-11-03 14:22 UTC  (2+ messages)

[PATCH] crypto: tcrypt: mark expected switch fall-throughs in do_test()
 2017-11-03 14:21 UTC  (2+ messages)

[PATCH v2 1/7] crypto:chelsio: Remove unused parameter
 2017-11-03 14:21 UTC  (2+ messages)

[PATCH] crypto: ccm - preserve the IV buffer
 2017-11-03 13:43 UTC  (3+ messages)

[PATCH 1/2] x86/crypto/sha256-mb: fix panic due to unaligned access
 2017-11-03 13:42 UTC  (2+ messages)

[PATCH 0/4] crypto: dh - input validation fixes
 2017-11-03  6:23 UTC  (11+ messages)
` [PATCH 1/4] crypto: dh - fix double free of ctx->p
` [PATCH 2/4] crypto: dh - don't permit 'p' to be 0
` [PATCH 3/4] crypto: qat - fix double free of ctx->p
` [PATCH 4/4] crypto: dh - don't permit 'key' or 'g' size longer than 'p'

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-02 20:18 UTC  (3+ messages)

[PATCH 0/2] hwrng: iproc-rng200: Add support for BCM7278
 2017-11-02 19:35 UTC  (4+ messages)
  ` [PATCH 1/2] dt-bindings: rng: Document BCM7278 RNG200 compatible
` [PATCH 2/2] hwrng: iproc-rng200: Add support for BCM7278

[PATCH RESEND 0/4] add CAAM DMA memcpy driver
 2017-11-02 10:16 UTC  (7+ messages)
` [PATCH RESEND 1/4] crypto: caam: add caam-dma node to SEC4.0 device tree binding
` [PATCH RESEND 2/4] arm64: dts: ls1012a: add caam-dma node
` [PATCH RESEND 4/4] dma: caam: add dma memcpy driver

[PATCH v2 0/3] staging: ccree: Fixes and cleanups
 2017-11-02  8:10 UTC  (4+ messages)
` [PATCH v2 1/3] staging: ccree: copy IV to DMAable memory
` [PATCH v2 2/3] staging: ccree: handle limiting of DMA masks
` [PATCH v2 3/3] staging: ccree: remove dead code

[PATCH 0/3] staging: ccree: Fixes and cleanups
 2017-11-02  7:28 UTC  (8+ messages)
` [PATCH 1/3] staging: ccree: copy IV to DMAable memory
` [PATCH 2/3] staging: ccree: handle limiting of DMA masks
` [PATCH 3/3] staging: ccree: remove dead code

invalid opcode: 0000 [#1] SMP [aesni_intel]
 2017-11-02  4:33 UTC  (2+ messages)

[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
 2017-11-01 15:51 UTC  (12+ messages)
` [PATCH v2 2/8] crypto: scompress - use "
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()

[PATCH v3] tpm: use struct tpm_chip for tpm_chip_find_get()
 2017-10-31 20:03 UTC  (2+ messages)

[PATCH v5 00/18] Appended signatures support for IMA appraisal
 2017-10-31 13:31 UTC  (3+ messages)
` [PATCH v5 17/18] ima: Implement support for module-style appended signatures

[Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-31 10:39 UTC  (7+ messages)
` [Part2 PATCH v6.1 16/38] "

[PATCH] crypto: testmgr: don't allocate IV on stack
 2017-10-31 10:19 UTC  (5+ messages)


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).