linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-17 00:23:54 to 2024-12-02 01:21:33 UTC [more...]

[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-12-02  1:20 UTC  (13+ messages)
` [PATCH v2 01/12] lib/crc-t10dif: stop wrapping the crypto API
` [PATCH v2 02/12] lib/crc-t10dif: add support for arch overrides
` [PATCH v2 03/12] crypto: crct10dif - expose arch-optimized lib function
` [PATCH v2 04/12] x86/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH v2 05/12] arm/crc-t10dif: "
` [PATCH v2 06/12] arm64/crc-t10dif: "
` [PATCH v2 07/12] powerpc/crc-t10dif: "
` [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH v2 09/12] lib/crc16_kunit: delete obsolete crc16_kunit.c
` [PATCH v2 10/12] lib/crc32test: delete obsolete crc32test.c
` [PATCH v2 11/12] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH v2 12/12] MAINTAINERS: add entry for CRC library

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-02  1:08 UTC  (20+ messages)
` [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides
` [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib
` [PATCH v4 06/19] loongarch/crc32: "
` [PATCH v4 07/19] mips/crc32: "
` [PATCH v4 08/19] powerpc/crc32: "
` [PATCH v4 09/19] s390/crc32: "
` [PATCH v4 10/19] sparc/crc32: "
` [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl()
` [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib
` [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
` [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
` [PATCH v4 16/19] ext4: switch to using the crc32c library
` [PATCH v4 17/19] jbd2: "
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library

[PATCH] MAINTAINERS: Move rhashtable over to linux-crypto
 2024-11-30 18:42 UTC  (2+ messages)

[PATCH v2] crypto: ccp: Use scoped guard for mutex
 2024-11-30 13:58 UTC 

[PATCH] dt-bindings: Drop Bhupesh Sharma from maintainers
 2024-11-30 11:35 UTC  (2+ messages)

[Bug report] kernel BUG at include/linux/scatterlist.h
 2024-11-30  8:41 UTC  (13+ messages)
` [PATCH] crypto: rsassa-pkcs1 - Copy source data for SG list

[PATCH] crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem
 2024-11-30  8:01 UTC 

[PATCH 0/6] x86: new optimized CRC functions, with VPCLMULQDQ support
 2024-11-29 18:33 UTC  (15+ messages)
` [PATCH 1/6] x86: move zmm exclusion list into CPU feature flag
` [PATCH 2/6] scripts/crc: add gen-crc-consts.py
` [PATCH 3/6] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
` [PATCH 4/6] x86/crc32: implement crc32_le using new template
` [PATCH 5/6] x86/crc-t10dif: implement crc_t10dif "
` [PATCH 6/6] x86/crc32: implement crc32_be "

[PATCH v6 0/2] New s390 specific protected key hmac
 2024-11-29 14:48 UTC  (4+ messages)
` [PATCH v6 1/2] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v6 2/2] s390/crypto: New s390 specific protected key hash phmac

[PATCH] crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK
 2024-11-29  9:11 UTC 

[PATCH for-next/fixes] arm64/mm: Fix false-positive !virt_addr_valid() for kernel image
 2024-11-29  8:00 UTC  (8+ messages)

[PATCH 0/2] padata: fix UAF in padata_reorder
 2024-11-29  8:00 UTC  (6+ messages)
` [PATCH 1/2] padata: add pd get/put refcnt helper
` [PATCH 2/2] padata: fix UAF in padata_reorder

[PATCH crypto-2.6] crypto: rsassa-pkcs1 - Avoid pointing to rodata in scatterlists
 2024-11-29  7:53 UTC  (2+ messages)

[PATCH] hwrng: cctrng: Add cancel_work_sync before module remove
 2024-11-28  9:39 UTC 

[PATCH] x86/aesni: fix uninit value for skcipher_walk
 2024-11-27 23:55 UTC  (2+ messages)

[PATCH 1/2] [RFC] hwrng: fix khwrng lifecycle
 2024-11-27 18:59 UTC  (3+ messages)

[PATCH v2] crypto: caam - use JobR's space to access page 0 regs
 2024-11-27 15:23 UTC  (3+ messages)

[PATCH v4 00/10] zswap IAA compress batching
 2024-11-27  5:04 UTC  (24+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v4 02/10] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v4 03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
` [PATCH v4 04/10] crypto: iaa - Make async mode the default
` [PATCH v4 05/10] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v4 06/10] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v4 07/10] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v4 08/10] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v4 09/10] mm: zswap: Allocate pool batching resources if the crypto_alg supports batching
` [PATCH v4 10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios

[PATCH V4 0/2] Enable TRNG for QCS8300
 2024-11-26 17:59 UTC  (7+ messages)
` [PATCH V4 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V4 2/2] arm64: dts: qcom: qcs8300: add TRNG node

[PATCH v5 0/3] New s390 specific protected key hmac
 2024-11-26 11:53 UTC  (7+ messages)
` [PATCH v5 1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
` [PATCH v5 2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v5 3/3] s390/crypto: New s390 specific protected key hash phmac

[bug] pkcs1(rsa-generic,sha256) sign test and RSA selftest failures, possibly related to sig_alg backend changes
 2024-11-25 17:45 UTC  (2+ messages)

[PATCH V5 0/2] Enable TRNG for QCS8300
 2024-11-25 17:04 UTC  (4+ messages)
` [PATCH V5 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V5 2/2] arm64: dts: qcom: qcs8300: add TRNG node

[syzbot] [crypto?] KMSAN: uninit-value in sw842_decompress
 2024-11-25 12:10 UTC 

[PATCH V2 0/2] Add QCrypto support for QCS8300
 2024-11-25 11:19 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: qcom-qce: document the QCS8300 crypto engine
` [PATCH V2 2/2] arm64: dts: qcom: qcs8300: add QCrypto nodes

[PATCH V3 0/2] Enable Inline crypto engine for QCS8300
 2024-11-25  7:57 UTC  (4+ messages)
` [PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
` [PATCH V3 2/2] arm64: dts: qcom: qcs8300: enable the "

[PATCH V2 0/2] Enable Inline crypto engine for QCS8300
 2024-11-25  6:00 UTC  (6+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
` [PATCH V2 2/2] arm64: dts: qcom: qcs8300: enable the "

[PATCH AUTOSEL 6.11 1/6] crypto: ecdsa - Avoid signed integer overflow on signature decoding
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.12 1/6] crypto: ecdsa - Avoid signed integer overflow on signature decoding
 2024-11-24 12:45 UTC 

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-22 23:37 UTC  (23+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-11-21 21:00 UTC  (13+ messages)
` [PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support

sporadic CAAM Invalid Sequence Command errors on aes-128-cbc encrypt & decrypt
 2024-11-21 14:30 UTC 

[PATCH] crypto: caam - use JobR's space to access page 0 regs
 2024-11-21 11:25 UTC  (4+ messages)
  ` [EXT] "

[PATCH v4 00/11] dmaengine: qcom: bam_dma: add cmd descriptor support
 2024-11-20  7:15 UTC  (2+ messages)

[GIT PULL] Crypto Update for 6.3
 2024-11-19 19:06 UTC  (12+ messages)
` [GIT PULL] Crypto Update for 6.4
  ` [GIT PULL] Crypto Update for 6.5
    ` [GIT PULL] Crypto Update for 6.6
      ` [GIT PULL] Crypto Update for 6.7
        ` [GIT PULL] Crypto Update for 6.8
          ` [GIT PULL] Crypto Update for 6.9
            ` [GIT PULL] Crypto Update for 6.10
              ` [GIT PULL] Crypto Update for 6.11
                ` [GIT PULL] Crypto Update for 6.12
                  ` [GIT PULL] Crypto Update for 6.13

[PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-11-19 17:53 UTC  (15+ messages)
` [PATCH 03/11] crypto: crct10dif - expose arch-optimized lib function
` [PATCH 04/11] x86/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH 05/11] arm/crc-t10dif: "
` [PATCH 06/11] arm64/crc-t10dif: "
` [PATCH 07/11] powerpc/crc-t10dif: "
` [PATCH 08/11] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH 09/11] lib/crc32test: delete obsolete crc32test.c
` [PATCH 10/11] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH 11/11] MAINTAINERS: add entry for CRC library

CCP issue related to GPU pass-through?
 2024-11-18 21:14 UTC  (4+ messages)

linux-next: duplicate patch in the crypto-current tree
 2024-11-18 20:53 UTC 

[PATCH v2] crypto: tegra - do not transfer req when tegra init fails
 2024-11-18 11:31 UTC  (2+ messages)

[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
 2024-11-18  7:56 UTC  (7+ messages)
` [PATCH v2 02/19] crypto: sig - Introduce sig_alg backend

WireGuard & Linux kernel RNG @ FOSDEM 2025
 2024-11-18  1:35 UTC 


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