linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 16:13:20 to 2020-03-26 17:27:49 UTC [more...]

[PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-26 17:27 UTC  (34+ messages)
` [PATCH 01/16] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH 02/16] x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
` [PATCH 03/16] x86: remove always-defined CONFIG_AS_CFI
` [PATCH 04/16] x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
` [PATCH 05/16] x86: remove always-defined CONFIG_AS_CFI_SECTIONS
` [PATCH 06/16] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH 07/16] x86: remove always-defined CONFIG_AS_AVX
` [PATCH 08/16] x86: add comments about the binutils version to support code in as-instr
` [PATCH 09/16] x86: replace arch macros from compiler with CONFIG_X86_{32,64}
` [PATCH 10/16] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
` [PATCH 11/16] x86: probe assembler capabilities via kconfig instead of makefile
` [PATCH 12/16] crypto: x86 - rework configuration based on Kconfig
` [PATCH 13/16] crypto: curve25519 - do not pollute dispatcher based on assembler
` [PATCH 14/16] Documentation/changes: Raise minimum supported binutils version to 2.23
` [PATCH 15/16] x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
` [PATCH 16/16] crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'

[PATCH v2 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-26  9:22 UTC  (9+ messages)
` [PATCH v2 06/16] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH v2 07/16] x86: remove always-defined CONFIG_AS_AVX
` [PATCH v2 12/16] crypto: x86 - rework configuration based on Kconfig
` [PATCH v2 13/16] crypto: curve25519 - do not pollute dispatcher based on assembler
` [PATCH v2 15/16] x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
` [PATCH v2 16/16] crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-26  8:33 UTC  (27+ messages)
  ` [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code
  ` [patch 02/22] x86/cpu: Add conistent CPU match macros
  ` [patch 08/22] ACPI: Convert to new X86 "
  ` [patch 11/22] platform/x86: Convert to new "
  ` [patch 19/22] ASoC: Intel: Convert to new X86 "
  ` [patch 09/22] cpufreq: "
  ` [cpufreq] 06c4d00466: will-it-scale.per_process_ops -53.4% regression
  ` [patch V2 09/22] cpufreq: Convert to new X86 CPU match macros
` [PATCH 23/22] x86/smpboot: Remove the last ICPU() macro
  ` [patch 10/22] EDAC: Convert to new X86 CPU match macros

[PATCH crypto] crypto: arm[64]/poly1305 - add artifact to .gitignore files
 2020-03-26  4:39 UTC  (4+ messages)

[PATCH 0/2] arm64: Make extension enablement consistent
 2020-03-25 16:00 UTC  (4+ messages)
` [PATCH 1/2] arm64: crypto: Consistently enable extension
` [PATCH 2/2] arm64: lib: Consistently enable crc32 extension

[PATCH 0/3] arm64: Open code .arch_extension
 2020-03-25 13:30 UTC  (14+ messages)
` [PATCH 1/3] arm64: asm: Provide macro to control enabling architecture extensions
` [PATCH 2/3] arm64: lib: Use ARM64_EXTENSIONS()
` [PATCH 3/3] arm64: crypto: "

[PATCH v6 0/3] hw_random: introduce Arm CryptoCell TRNG driver
 2020-03-25  5:41 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine
` [PATCH v6 2/3] hw_random: cctrng: introduce Arm CryptoCell driver
` [PATCH v6 3/3] MAINTAINERS: add HG as cctrng maintainer

[PATCH v4 0/9] crypto/nx: Enable GZIP engine and provide userpace API
 2020-03-25  3:48 UTC  (20+ messages)
` [PATCH v4 1/9] powerpc/vas: Initialize window attributes for GZIP coprocessor type
` [PATCH v4 2/9] powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
` [PATCH v4 3/9] powerpc/vas: Add VAS user space API
` [PATCH v4 4/9] crypto/nx: Initialize coproc entry with kzalloc
` [PATCH v4 5/9] crypto/nx: Rename nx-842-powernv file name to nx-common-powernv
` [PATCH v4 6/9] crypto/NX: Make enable code generic to add new GZIP compression type
` [PATCH v4 7/9] crypto/nx: Enable and setup "
` [PATCH v4 8/9] crypto/nx: Remove 'pid' in vas_tx_win_attr struct
` [PATCH v4 9/9] Documentation/powerpc: VAS API

[PATCH 0/7] x86: remove always-defined CONFIG_AS_* options
 2020-03-24  8:46 UTC  (17+ messages)
` [PATCH 5/7] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH 6/7] x86: remove always-defined CONFIG_AS_AVX

[TOP URGENT]: Re : SV: Contract Purchase-KSB-PO452020
 2020-03-24 15:45 UTC 

[PATCH v2 0/9] x86: remove always-defined CONFIG_AS_* options
 2020-03-24  1:29 UTC  (15+ messages)
` [PATCH v2 1/9] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH v2 2/9] x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
` [PATCH v2 3/9] x86: remove always-defined CONFIG_AS_CFI
` [PATCH v2 4/9] x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
` [PATCH v2 5/9] x86: remove always-defined CONFIG_AS_CFI_SECTIONS
` [PATCH v2 6/9] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH v2 7/9] x86: remove always-defined CONFIG_AS_AVX
` [PATCH v2 8/9] x86: add comments about the binutils version to support code in as-instr
` [PATCH v2 9/9] x86: replace arch macros from compiler with CONFIG_X86_{32,64}

[GIT PULL] Crypto Update for 5.4
 2020-03-23 23:05 UTC  (17+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.5
        ` [GIT PULL] Crypto Fixes for 5.6
                ` [PATCH RFC 0/3] x86: probe for assembler capabilities in Kconfig
                  ` [PATCH RFC 1/3] x86: probe assembler instead of kconfig instead of makefile
                  ` [PATCH RFC 2/3] crypto: x86 - rework configuration based on Kconfig
                  ` [PATCH RFC 3/3] crypto: curve25519 - do not pollute dispatcher based on assembler

[PATCH v5 0/3] hw_random: introduce Arm CryptoCell TRNG driver
 2020-03-23 19:50 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine
` [PATCH v5 2/3] hw_random: cctrng: introduce Arm CryptoCell driver
` [PATCH v5 3/3] MAINTAINERS: add HG as cctrng maintainer

nCipher HSM kernel driver submission feedback request
 2020-03-23 13:59 UTC  (4+ messages)

[PATCH v3 0/9] crypto/nx: Enable GZIP engine and provide userpace API
 2020-03-23  8:32 UTC  (8+ messages)
` [PATCH v3 3/9] powerpc/vas: Add VAS user space API
` [PATCH v3 9/9] Documentation/powerpc: VAS API

[PATCH v2 0/4] Add Support for Marvell OcteonTX Cryptographic
 2020-03-23  3:20 UTC  (6+ messages)
  ` [EXT] "

[cryptodev:master 149/150] drivers/crypto/marvell/octeontx/otx_cptvf_algs.c:1213:7-10: ERROR: reference preceded by free on line 1172 (fwd)
 2020-03-22 10:12 UTC 

[PATCH v9 0/9] enable CAAM's HWRNG as default
 2020-03-20 16:18 UTC  (12+ messages)
` [PATCH v9 1/9] crypto: caam - allocate RNG instantiation descriptor with GFP_DMA
` [PATCH v9 3/9] crypto: caam - drop global context pointer and init_done
` [PATCH v9 4/9] crypto: caam - simplify RNG implementation
` [PATCH v9 6/9] crypto: caam - invalidate entropy register during RNG initialization
` [PATCH v9 7/9] bus: fsl-mc: add api to retrieve mc version
` [PATCH v9 8/9] crypto: caam - enable prediction resistance in HRWNG
` [PATCH v9 9/9] crypto: caam - limit single JD RNG output to maximum of 16 bytes

[patch 17/22] PCI: intel-mid: Convert to new X86 CPU match macros
 2020-03-20 14:30 UTC 

[PATCH v2] crypto: bool type cosmetics
 2020-03-20 11:36 UTC 

[PATCH URGENT crypto] crypto: arm64/chacha - correctly walk through blocks
 2020-03-20  4:01 UTC  (5+ messages)
` [PATCH URGENT crypto v2] "

[PATCH -next] crypto: chelsio - remove set but not used variable 'adap'
 2020-03-20  3:51 UTC  (2+ messages)

[Patch][Fix] crypto: arm{,64} neon: memzero_explicit aes-cbc key
 2020-03-20  3:51 UTC  (2+ messages)

[PATCH v2] crypto: atmel-i2c - Fix wakeup fail
 2020-03-20  3:50 UTC  (2+ messages)

[PATCH] crypto: bcm: Use scnprintf() for avoiding potential buffer overflow
 2020-03-20  3:50 UTC  (2+ messages)

[PATCH v2 0/4] crypto: hisilicon - Refactor find device related code
 2020-03-20  3:50 UTC  (2+ messages)

[PATCH] crypto: bool type cosmetics
 2020-03-20  3:39 UTC  (2+ messages)

[PATCH v2 1/2] crypto: drbg: DRBG should select SHA512
 2020-03-20  2:47 UTC  (3+ messages)
` [PATCH v2 2/2] crypto: drbg: DRBG_CTR should select CTR


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