Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2025-02-28 09:03:01 to 2025-03-04 23:08:02 UTC [more...]

[PATCH 0/5] Remove unnecessary prompts for CRC library (batch 1)
 2025-03-04 23:07 UTC  (3+ messages)
` [PATCH 1/5] lib/crc: remove unnecessary prompt for CONFIG_CRC4
` [PATCH 2/5] lib/crc: remove unnecessary prompt for CONFIG_CRC7

[PATCH] lib/crc7: unexport crc7_be_syndrome_table
 2025-03-04 22:40 UTC 

[PATCH] lib/crc_kunit.c: add test and benchmark for crc7_be()
 2025-03-04 22:39 UTC 

[RFC PATCH v3 00/13] Clavis LSM
 2025-03-04 22:24 UTC  (19+ messages)

[PATCH] MAINTAINERS: add myself to co-maintain ZSTD
 2025-03-04 22:08 UTC  (2+ messages)

[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-04 21:59 UTC  (9+ messages)
` [v2 PATCH 1/7] crypto: api - Add cra_type->destroy hook
` [v2 PATCH 2/7] crypto: scomp - Remove tfm argument from alloc/free_ctx
` [v2 PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses
` [v2 PATCH 4/7] crypto: testmgr - Remove NULL dst acomp tests
` [v2 PATCH 5/7] crypto: scomp - Remove support for most non-trivial destination SG lists
` [v2 PATCH 6/7] crypto: scomp - Add chaining and virtual address support
` [v2 PATCH 7/7] crypto: acomp - Move stream management into scomp layer

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-04 21:58 UTC  (17+ messages)
` [PATCH v5 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v5 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v5 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v5 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH] x86/crc32: use builtins to improve code generation
 2025-03-04 21:52 UTC  (13+ messages)
` [PATCH v2] "

[PATCH] x86/crc32: optimize tail handling for crc32c short inputs
 2025-03-04 21:32 UTC 

[PATCH v7 00/15] zswap IAA compress batching
 2025-03-04 21:14 UTC  (22+ messages)
` [PATCH v7 01/15] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v7 02/15] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v7 03/15] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v7 04/15] crypto: iaa - Implement batch compression/decompression with request chaining
` [PATCH v7 05/15] crypto: iaa - Enable async mode and make it the default
` [PATCH v7 06/15] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v7 07/15] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v7 08/15] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v7 09/15] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v7 10/15] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v7 11/15] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v7 12/15] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
` [PATCH v7 13/15] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v7 14/15] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching
` [PATCH v7 15/15] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

[RFC PATCH v2] x86/fpu: make kernel-mode FPU reliably usable in softirqs
 2025-03-04 20:49 UTC 

[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-04 20:47 UTC  (23+ messages)
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_cksum
 2025-03-04 16:15 UTC 

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-03 21:34 UTC  (20+ messages)
` [PATCH v8 01/14] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v8 02/14] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v8 03/14] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v8 04/14] crypto: iaa - Implement batch compression/decompression with request chaining
` [PATCH v8 05/14] crypto: iaa - Enable async mode and make it the default
` [PATCH v8 06/14] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v8 07/14] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v8 08/14] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v8 09/14] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v8 10/14] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v8 11/14] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
` [PATCH v8 13/14] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-04 16:05 UTC  (42+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 02/34] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v2 03/34] compiler-capability-analysis: Add test stub
` [PATCH v2 04/34] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v2 05/34] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v2 06/34] cleanup: Basic compatibility with capability analysis
` [PATCH v2 07/34] lockdep: Annotate lockdep assertions for "
` [PATCH v2 08/34] locking/rwlock, spinlock: Support Clang's "
` [PATCH v2 09/34] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v2 10/34] locking/mutex: Support Clang's capability analysis
` [PATCH v2 11/34] locking/seqlock: "
` [PATCH v2 12/34] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v2 13/34] bit_spinlock: Support Clang's capability analysis
` [PATCH v2 14/34] rcu: "
` [PATCH v2 15/34] srcu: "
` [PATCH v2 16/34] kref: Add capability-analysis annotations
` [PATCH v2 17/34] locking/rwsem: Support Clang's capability analysis
` [PATCH v2 18/34] locking/local_lock: Include missing headers
` [PATCH v2 19/34] locking/local_lock: Support Clang's capability analysis
` [PATCH v2 20/34] locking/ww_mutex: "
` [PATCH v2 21/34] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v2 22/34] compiler-capability-analysis: Remove Sparse support
` [PATCH v2 23/34] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v2 24/34] compiler-capability-analysis: Introduce header suppressions
` [PATCH v2 25/34] compiler: Let data_race() imply disabled capability analysis
` [PATCH v2 26/34] kfence: Enable "
` [PATCH v2 27/34] kcov: "
` [PATCH v2 28/34] stackdepot: "
` [PATCH v2 29/34] rhashtable: "
` [PATCH v2 30/34] printk: Move locking annotation to printk.c
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files
` [PATCH v2 32/34] security/tomoyo: Enable capability analysis
` [PATCH v2 33/34] crypto: "
` [PATCH v2 34/34] MAINTAINERS: Add entry for Capability Analysis

[PATCH] crypto: virtio - Erase some sensitive memory when it is freed
 2025-03-04  1:59 UTC  (2+ messages)

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-03-03 11:30 UTC  (4+ messages)

[GIT PULL v2] crypto: Add Kerberos crypto lib
 2025-03-03  8:44 UTC 

[PATCH 0/4] RISC-V CRC optimizations
 2025-03-03  6:53 UTC  (5+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-03  5:32 UTC  (11+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[herbert-cryptodev-2.6:master 80/80] ld.lld: error: undefined symbol: chacha_crypt_generic
 2025-03-03  3:09 UTC  (2+ messages)
` [PATCH] crypto: Kconfig - Select LIB generic option

[PATCH v3 04/19] crypto: scatterwalk - add new functions for copying data
 2025-03-03  2:39 UTC  (4+ messages)

[PATCH v3 03/19] crypto: scatterwalk - add new functions for iterating through data
 2025-03-03  2:35 UTC  (4+ messages)

[herbert-cryptodev-2.6:master 80/80] ERROR: modpost: "poly1305_final_generic" [crypto/poly1305_generic.ko] undefined!
 2025-03-02 13:36 UTC 

[RESEND PATCH] crypto: bcm - set memory to zero only once
 2025-03-02 11:40 UTC  (3+ messages)

[PATCH v2 0/4] ecdsa KEYCTL_PKEY_QUERY fixes
 2025-03-02 10:11 UTC  (11+ messages)
` [PATCH v2 3/4] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY

[PATCH] crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_type
 2025-03-02  8:15 UTC  (2+ messages)

[PATCH] crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info
 2025-03-02  8:15 UTC  (2+ messages)

[PATCH v3] dt-bindings: crypto: Convert fsl,sec-2.0 to YAML
 2025-03-02  8:12 UTC  (2+ messages)

[PATCH v3 00/19] crypto: scatterlist handling improvements
 2025-03-02  8:11 UTC  (2+ messages)

[PATCH] hwrng: Fix indentation of HW_RANDOM_CN10K help text
 2025-03-02  8:11 UTC  (2+ messages)

[PATCH RFC 0/2] Add support for hashing algorithms in TI DTHE V2
 2025-03-02  8:09 UTC  (3+ messages)
` [PATCH RFC 1/2] crypto: ti: Add support for SHA224/256/384/512 in DTHE V2 driver

[PATCH] crypto: bpf - Add MODULE_DESCRIPTION for skcipher
 2025-03-02  8:04 UTC  (2+ messages)

[GIT PULL] crypto: Add Kerberos crypto lib
 2025-03-02  6:09 UTC  (2+ messages)

[PATCH] crypto: lib/aescfb - fix build with GCC 15 due to -Werror=unterminated-string-initialization
 2025-03-02  3:52 UTC  (2+ messages)

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-02-28 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,prng: document QCS615

[PATCH] crypto: lib/Kconfig - fix chacha/poly1305 dependencies more more
 2025-02-28 17:10 UTC  (12+ messages)
      ` [PATCH] crypto: lib/Kconfig - Select and hide arch options
        ` [v2 PATCH] crypto: lib/Kconfig - Hide arch options from user
          ` [v3 "

[PATCH v4 0/6] Drivers for Loongson security engine
 2025-02-28 14:13 UTC  (2+ messages)

[PATCH] lib/lzo: Avoid output overruns when compressing
 2025-02-28 14:02 UTC  (10+ messages)
    ` [v2 PATCH] crypto: lzo - Fix compression buffer overrun
      ` [v3 "

[RFC PATCH 0/2] Eliminate the no-SIMD en/decryption fallbacks on x86
 2025-02-28 12:39 UTC  (4+ messages)
` [RFC PATCH 1/2] x86/fpu: make kernel-mode FPU reliably usable in softirqs

[PATCH v2] crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
 2025-02-28 12:11 UTC 

[PATCH v6 00/16] zswap IAA compress batching
 2025-02-28 10:00 UTC  (14+ messages)
` [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 15/16] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox