linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-15 08:02:07 to 2017-03-24 14:10:00 UTC [more...]

[PATCH 0/7] LLVM: make x86_64 kernel build with clang
 2017-03-24 14:09 UTC  (30+ messages)
` [PATCH 1/7] Makefile, LLVM: add -no-integrated-as to KBUILD_[AC]FLAGS
` [PATCH 2/7] Makefile, x86, LLVM: disable unsupported optimization flags
` [PATCH 3/7] x86, LLVM: suppress clang warnings about unaligned accesses
` [PATCH 4/7] x86, boot, LLVM: #undef memcpy etc in string.c
` [PATCH 5/7] x86, boot, LLVM: Use regparm=0 for memcpy and memset
` [PATCH 6/7] md/raid10, LLVM: get rid of variable length array
` [PATCH 7/7] crypto, x86, LLVM: aesni - fix token pasting

[PATCH] arm64: dts: ls1012a: add crypto node
 2017-03-24 14:03 UTC  (6+ messages)

[PATCH v2] dt-bindings: rng: clocks property on omap_rng not always mandatory
 2017-03-24 13:52 UTC  (2+ messages)

Crypto Fixes for 4.9
 2017-03-24 13:46 UTC  (6+ messages)
` Crypto Fixes for 4.10
    ` Crypto Fixes for 4.11

[PATCH v2 0/5] STM32 CRC crypto driver
 2017-03-24 10:00 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: Document STM32 CRC bindings
` [PATCH v2 2/5] crypto: stm32 - Support for STM32 CRC32 crypto module
` [PATCH v2 3/5] ARM: dts: stm32: Add CRC support to stm32f746
` [PATCH v2 4/5] ARM: dts: stm32: enable CRC on stm32746g-eval board
` [PATCH v2 5/5] ARM: configs: stm32: Add crypto support

race condition in kernel/padata.c
 2017-03-24  9:41 UTC  (4+ messages)
` [PATCH] padata: avoid race in reordering

[ANNOUNCE] Linux Security Summit 2017 - CFP
 2017-03-24  1:26 UTC 

crypto: out-of-bounds write in pre_crypt
 2017-03-23 21:05 UTC  (4+ messages)
` [PATCH] crypto: xts,lrw - fix out-of-bounds write after kmalloc failure

[PATCH] md5: remove from lib and only live in crypto
 2017-03-23 19:43 UTC  (3+ messages)

next build: 208 builds: 9 failed, 199 passed, 857 errors, 444 warnings (next-20170323)
 2017-03-23 18:44 UTC  (2+ messages)

[PATCH] crypto: ccp - Make some CCP DMA channels private
 2017-03-23 17:53 UTC 

[PATCH] crypto: ixp4xx - Use sg_virt()
 2017-03-23 17:48 UTC  (2+ messages)

Question - seeding the hw pseudo random number generator
 2017-03-23 13:06 UTC  (11+ messages)

[PATCH v3 1/3] clk: meson-gxbb: expose clock CLKID_RNG0
 2017-03-23  7:56 UTC  (8+ messages)

[PATCH] crypto: DRBG - initialize SGL only once
 2017-03-22 14:26 UTC 

BUG: Seems un-initialed dst pointer received from algif_aead when outlen is zero
 2017-03-22  2:57 UTC  (8+ messages)

[PATCH 1/1] crypto: If two strings are exact match, they must have same length
 2017-03-22  3:00 UTC  (2+ messages)

[PATCH v6 0/4] Broadcom SBA RAID support
 2017-03-21  9:18 UTC  (8+ messages)

[PATCH] crypto: testmgr - mark ctr(des3_ede) as fips_allowed
 2017-03-20 20:32 UTC  (2+ messages)

[RFC PATCH v4] IV Generation algorithms for dm-crypt
 2017-03-20 14:38 UTC  (12+ messages)

[PATCH] crypto: zip - Memory corruption in zip_clear_stats()
 2017-03-20 14:22 UTC  (4+ messages)

[PATCH] crypto: zip - add a cast for printing atomic64_t values
 2017-03-20 12:39 UTC 

[PATCH v2 06/10] x86: crypto, annotate local functions
 2017-03-20 12:32 UTC  (2+ messages)
  ` [PATCH v2 07/10] x86: assembly, annotate aliases

[PATCH v5 0/2] crypto: AF_ALG memory management fix
 2017-03-19  4:34 UTC  (10+ messages)
` [PATCH v5 1/2] crypto: skcipher AF_ALG - overhaul memory management

[ANNOUNCE] /dev/random - a new approach (code for 4.11-rc1)
 2017-03-18 16:36 UTC  (7+ messages)

[PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
 2017-03-17 22:50 UTC  (4+ messages)

[PATCH 0/4] crypto: s5p-sss - Fix and minor improvements
 2017-03-17 17:57 UTC  (10+ messages)
` [PATCH 1/4] crypto: s5p-sss - Close possible race for completed requests
` [PATCH 2/4] crypto: s5p-sss - Remove unused variant field from state container
` [PATCH 3/4] crypto: s5p-sss - Document the struct s5p_aes_dev
` [PATCH 4/4] crypto: s5p-sss - Use mutex instead of spinlock

[RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
 2017-03-17 14:55 UTC  (32+ messages)
  ` [RFC PATCH v2 23/32] kvm: introduce KVM_MEMORY_ENCRYPT_OP ioctl
  ` [RFC PATCH v2 24/32] kvm: x86: prepare for SEV guest management API support
  ` [RFC PATCH v2 32/32] x86: kvm: Pin the guest memory when SEV is active
  ` [RFC PATCH v2 26/32] kvm: svm: Add support for SEV LAUNCH_UPDATE_DATA command
  ` [RFC PATCH v2 29/32] kvm: svm: Add support for SEV DEBUG_DECRYPT command
  ` [RFC PATCH v2 30/32] kvm: svm: Add support for SEV DEBUG_ENCRYPT command
  ` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
  ` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages
  ` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
  ` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page

[PATCH] dt-bindings: rng: clocks property on omap_rng is optional
 2017-03-17 12:57 UTC  (3+ messages)

[PATCH 0/7] crypto: caam - add Queue Interface (QI) support
 2017-03-17 10:06 UTC  (8+ messages)
` [PATCH 1/7] soc/qman: export volatile dequeue related structs
` [PATCH 2/7] soc/qman: add dedicated channel ID for CAAM
` [PATCH 3/7] soc/qman: export non-programmable FQD fields query
` [PATCH 4/7] soc/qman: add macros needed by caam/qi driver
` [PATCH 5/7] crypto: caam - avoid double inclusion in desc_constr.h
` [PATCH 6/7] crypto: caam - add Queue Interface (QI) backend support
` [PATCH 7/7] crypto: caam/qi - add ablkcipher and authenc algorithms

17728 linux-crypto
 2017-03-17  0:43 UTC 

[RFC 0/7] crypto: caam - add Queue Interface (QI) support
 2017-03-16 20:49 UTC  (6+ messages)
` [RFC 4/7] soc/qman: add helper functions needed by caam/qi driver

CRYPTO_MAX_ALG_NAME is too low
 2017-03-16 14:16 UTC  (2+ messages)

[PATCH 1/4] crypto: powerpc - Factor out the core CRC vpmsum algorithm
 2017-03-16 12:54 UTC  (11+ messages)
` [PATCH 2/4] crypto: powerpc - Re-enable non-REFLECTed CRCs
` [PATCH 3/4] crypto: powerpc - Add CRC-T10DIF acceleration
` [PATCH 4/4] crypto: powerpc - Stress test for vpmsum implementations

[PATCH] crypto: doc - fix typo (struct sdesc)
 2017-03-16 10:09 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add maintianer entry for crypto/s5p-sss
 2017-03-16 10:09 UTC  (2+ messages)

[PATCH v1 0/8] improve performances on mediatek crypto driver
 2017-03-16 10:08 UTC  (2+ messages)

[PATCH 0/4] hwrng: omap - fixes and improvements
 2017-03-16 10:08 UTC  (2+ messages)

[PATCH 0/2] hwrng: revert managed API changes for amd and geode
 2017-03-16  9:53 UTC  (2+ messages)

[PATCH] crypto: ccp - Assign DMA commands to the channel's CCP
 2017-03-16  9:53 UTC  (2+ messages)

[PATCH] crypto, x86: aesni - fix token pasting for clang
 2017-03-15 22:36 UTC 

[PATCH V3 0/3] Support new function in new CCPs
 2017-03-15 18:21 UTC  (4+ messages)
` [PATCH V3 1/3] crypto: ccp - Add SHA-2 384- and 512-bit support
` [PATCH V3 2/3] crypto: ccp - Enable 3DES function on v5 CCPs
` [PATCH V3 3/3] crypto: ccp - Enable support for AES GCM "

[PATCH v2 01/14] crypto: sun4i-ss - simplify optional reset handling
 2017-03-15 11:31 UTC 

crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
 2017-03-15 11:30 UTC  (7+ 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).