messages from 2025-03-01 02:20:51 to 2025-03-05 16:17:18 UTC [more...]
[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
2025-03-05 16:16 UTC (56+ 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] x86/crc32: optimize tail handling for crc32c short inputs
2025-03-05 14:26 UTC (3+ messages)
[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
2025-03-05 14:10 UTC (30+ messages)
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface
[RFC PATCH v2] x86/fpu: make kernel-mode FPU reliably usable in softirqs
2025-03-05 9:07 UTC (2+ messages)
[PATCH] crypto: octeontx2: suppress auth failure screaming due to negative tests
2025-03-05 7:57 UTC
[PATCH v3 00/10] Tegra Security Engine driver improvements
2025-03-05 7:05 UTC (3+ messages)
` [PATCH v3 09/10] crypto: tegra: Reserve keyslots to allocate dynamically
[PATCH] crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD
2025-03-05 4:02 UTC (2+ messages)
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_cksum
2025-03-05 3:20 UTC (2+ messages)
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-05 3:09 UTC (12+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[RFC PATCH v3 00/13] Clavis LSM
2025-03-05 2:24 UTC (26+ messages)
[PATCH] lib/crc_kunit.c: update comment in crc_benchmark()
2025-03-05 1:58 UTC
[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
2025-03-05 1:58 UTC (18+ 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
[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
2025-03-05 1:51 UTC (11+ 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 v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
2025-03-05 1:14 UTC (2+ messages)
[PATCH 0/5] Remove unnecessary prompts for CRC library (batch 1)
2025-03-04 23:07 UTC (6+ messages)
` [PATCH 1/5] lib/crc: remove unnecessary prompt for CONFIG_CRC4
` [PATCH 2/5] lib/crc: remove unnecessary prompt for CONFIG_CRC7
` [PATCH 3/5] lib/crc: remove unnecessary prompt for CONFIG_CRC8
` [PATCH 4/5] lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C
` [PATCH 5/5] lib/crc: remove unnecessary prompt for CONFIG_CRC64
[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
[PATCH] MAINTAINERS: add myself to co-maintain ZSTD
2025-03-04 22:08 UTC (2+ messages)
[PATCH] x86/crc32: use builtins to improve code generation
2025-03-04 21:52 UTC (11+ messages)
` [PATCH v2] "
[PATCH v7 00/15] zswap IAA compress batching
2025-03-04 21:14 UTC (8+ messages)
` [PATCH v7 01/15] crypto: acomp - Add synchronous/asynchronous acomp request chaining
[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] 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)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox