messages from 2025-01-31 13:47:34 to 2025-02-06 20:08:45 UTC [more...]
[PATCH v3 0/6] x86 CRC optimizations
2025-02-06 20:08 UTC (9+ messages)
` [PATCH v3 1/6] x86: move ZMM exclusion list into CPU feature flag
` [PATCH v3 2/6] scripts/gen-crc-consts: add gen-crc-consts.py
` [PATCH v3 3/6] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
` [PATCH v3 4/6] x86/crc32: implement crc32_le using new template
` [PATCH v3 5/6] x86/crc-t10dif: implement crc_t10dif "
` [PATCH v3 6/6] x86/crc64: implement crc64_be and crc64_nvme "
[PATCH v6 00/16] zswap IAA compress batching
2025-02-06 19:24 UTC (21+ messages)
` [PATCH v6 01/16] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v6 03/16] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v6 04/16] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
` [PATCH v6 05/16] crypto: iaa - Enable async mode and make it the default
` [PATCH v6 06/16] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v6 07/16] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v6 08/16] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v6 09/16] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v6 10/16] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v6 11/16] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 13/16] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching
` [PATCH v6 14/16] mm: zswap: Introduce zswap_compress_folio() to compress all pages in a folio
` [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
[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
2025-02-06 18:48 UTC (27+ messages)
` [PATCH RFC 01/24] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH RFC 02/24] compiler-capability-analysis: Rename __cond_lock() to __cond_acquire()
` [PATCH RFC 03/24] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH RFC 04/24] compiler-capability-analysis: Add test stub
` [PATCH RFC 05/24] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH RFC 06/24] checkpatch: Warn about capability_unsafe() without comment
` [PATCH RFC 07/24] cleanup: Basic compatibility with capability analysis
` [PATCH RFC 08/24] lockdep: Annotate lockdep assertions for "
` [PATCH RFC 09/24] locking/rwlock, spinlock: Support Clang's "
` [PATCH RFC 10/24] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH RFC 11/24] locking/mutex: Support Clang's capability analysis
` [PATCH RFC 12/24] locking/seqlock: "
` [PATCH RFC 13/24] bit_spinlock: Include missing <asm/processor.h>
` [PATCH RFC 14/24] bit_spinlock: Support Clang's capability analysis
` [PATCH RFC 15/24] rcu: "
` [PATCH RFC 16/24] srcu: "
` [PATCH RFC 17/24] kref: Add capability-analysis annotations
` [PATCH RFC 18/24] locking/rwsem: Support Clang's capability analysis
` [PATCH RFC 19/24] locking/local_lock: "
` [PATCH RFC 20/24] debugfs: Make debugfs_cancellation a capability struct
` [PATCH RFC 21/24] kfence: Enable capability analysis
` [PATCH RFC 22/24] kcov: "
` [PATCH RFC 23/24] stackdepot: "
` [PATCH RFC 24/24] rhashtable: "
[PATCH] crypto: crct10dif - remove from crypto API
2025-02-06 18:04 UTC (3+ messages)
[PATCH] lib/crc-t10dif: remove digest and block size constants
2025-02-06 16:57 UTC (4+ messages)
[PATCH 0/9] YAML conversion of several Freescale/PowerPC DT bindings
2025-02-06 12:42 UTC (17+ messages)
` [PATCH 5/9] dt-bindings: dma: Convert fsl,elo*-dma bindings to YAML
` [PATCH 6/9] dt-bindings: pci: Add fsl,mpc83xx-pcie bindings
` [PATCH 8/9] dt-bindings: spi: Convert Freescale SPI bindings to YAML
[PATCH RFC 0/3] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-02-06 10:24 UTC (5+ messages)
` [PATCH RFC 1/3] dt-bindings: crypto: Add binding for TI DTHE V2 driver
` [PATCH RFC 2/3] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
` [PATCH RFC DONOTMERGE 3/3] arm64: defconfig: enable DTHE V2 module
[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
2025-02-06 9:54 UTC (27+ messages)
` [PATCH net 01/24] crypto/krb5: Add API Documentation
` [PATCH net 02/24] crypto/krb5: Add some constants out of sunrpc headers
` [PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
` [PATCH net 04/24] crypto/krb5: Test manager data
` [PATCH net 05/24] crypto/krb5: Implement Kerberos crypto core
` [PATCH net 06/24] crypto/krb5: Add an API to query the layout of the crypto section
` [PATCH net 07/24] crypto/krb5: Add an API to alloc and prepare a crypto object
` [PATCH net 08/24] crypto/krb5: Add an API to perform requests
` [PATCH net 09/24] crypto/krb5: Provide infrastructure and key derivation
` [PATCH net 10/24] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [PATCH net 11/24] crypto/krb5: Provide RFC3961 setkey packaging functions
` [PATCH net 12/24] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [PATCH net 13/24] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [PATCH net 14/24] crypto/krb5: Implement the AES enctypes from rfc3962
` [PATCH net 15/24] crypto/krb5: Implement the AES enctypes from rfc8009
` [PATCH net 16/24] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [PATCH net 17/24] crypto/krb5: Implement crypto self-testing
` [PATCH net 18/24] rxrpc: Pull out certain app callback funcs into an ops table
` [PATCH net 19/24] rxrpc: Pass CHALLENGE packets to the call for recvmsg() to respond to
` [PATCH net 20/24] rxrpc: Add the security index for yfs-rxgk
` [PATCH net 21/24] rxrpc: Add YFS RxGK (GSSAPI) security class
` [PATCH net 22/24] rxrpc: rxgk: Provide infrastructure and key derivation
` [PATCH net 23/24] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [PATCH net 24/24] rxrpc: rxgk: Implement connection rekeying
[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
2025-02-06 5:41 UTC (10+ messages)
` [PATCH v3 1/3] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v3 2/3] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v3 3/3] x86/sev: Fix broken SNP support with KVM module built-in
[PATCH v3] riscv: Optimize crct10dif with zbc extension
2025-02-05 16:30 UTC (2+ messages)
[PATCH] lib/crc32: remove obsolete CRC32 options from defconfig files
2025-02-05 15:35 UTC (2+ messages)
[PATCH 0/5] A few more CRC32 library cleanups
2025-02-05 15:35 UTC (7+ messages)
` [PATCH 1/5] lib/crc32: use void pointer for data
` [PATCH 2/5] lib/crc32: don't bother with pure and const function attributes
` [PATCH 3/5] lib/crc32: standardize on crc32c() name for Castagnoli CRC32
` [PATCH 4/5] lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
` [PATCH 5/5] lib/crc32: remove "_le" from crc32c base and arch functions
[PATCH] crypto: testmgr - drop unused static const arrays
2025-02-05 15:34 UTC (2+ messages)
[PATCH v2 0/4] Fix broken SNP support with KVM module built-in
2025-02-05 15:15 UTC (10+ messages)
` [PATCH v2 3/4] x86/sev: "
` [PATCH v2 4/4] iommu/amd: Enable Host SNP support after enabling IOMMU SNP support
[PATCH 0/5] crypto virtio cleanups
2025-02-05 7:52 UTC (7+ messages)
` [PATCH 1/5] crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
` [PATCH 2/5] crypto: virtio - Simplify RSA key size caching
` [PATCH 3/5] crypto: virtio - Drop superfluous ctx->tfm backpointer
` [PATCH 4/5] crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
` [PATCH 5/5] crypto: virtio - Drop superfluous [as]kcipher_req pointer
[PATCH 0/3] crypto: hisilicon/sec2 - fix the specification problems for the sec
2025-02-05 3:56 UTC (4+ messages)
` [PATCH 1/3] crypto: hisilicon/sec2 - fix for aead auth key length
` [PATCH 2/3] crypto: hisilicon/sec2 - fix for aead authsize alignment
` [PATCH 3/3] crypto: hisilicon/sec2 - fix for sec spec check
[PATCH 0/2] crypto: x86 - AES-CTR and AES-XCTR rewrite
2025-02-05 3:55 UTC (4+ messages)
` [PATCH 1/2] crypto: x86/aes-ctr - rewrite AES-NI optimized CTR and add VAES support
` [PATCH 2/2] crypto: x86/aes-ctr - remove non-AVX implementation of AES-CTR
[PATCH v2 00/11] CRC64 library rework and x86 CRC optimization
2025-02-04 19:54 UTC (12+ messages)
` [PATCH v2 01/11] lib/crc64-rocksoft: stop wrapping the crypto API
` [PATCH v2 02/11] crypto: crc64-rocksoft - remove from "
` [PATCH v2 03/11] lib/crc64: rename CRC64-Rocksoft to CRC64-NVME
` [PATCH v2 04/11] lib/crc_kunit.c: add test and benchmark for CRC64-NVME
` [PATCH v2 05/11] lib/crc64: add support for arch-optimized implementations
[PATCH v2 0/7] RK3588 Hardware Random Number Generator Driver
2025-02-04 19:26 UTC (9+ messages)
` [PATCH v2 1/7] dt-bindings: reset: Add SCMI reset IDs for RK3588
` [PATCH v2 2/7] dt-bindings: rng: add binding for Rockchip RK3588 RNG
` [PATCH v2 3/7] hwrng: rockchip: store dev pointer in driver struct
` [PATCH v2 4/7] hwrng: rockchip: eliminate some unnecessary dereferences
` [PATCH v2 5/7] hwrng: rockchip: add support for rk3588's standalone TRNG
` [PATCH v2 6/7] arm64: dts: rockchip: Add rng node to RK3588
` [PATCH v2 7/7] MAINTAINERS: add Nicolas Frattaroli to rockchip-rng maintainers
[PATCH v2 0/3] Non-const bitfield helpers
2025-02-04 15:30 UTC (15+ messages)
` [PATCH treewide v2 1/3] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH v2 2/3] clk: renesas: Use bitfield helpers
[PATCH 0/5] Turris ECDSA signatures via keyctl()
2025-02-04 13:14 UTC (6+ messages)
` [PATCH 1/5] platform: cznic: turris-omnia-mcu: Refactor requesting MCU interrupt
` [PATCH 2/5] platform: cznic: Add keyctl helpers for Turris platform
` [PATCH 3/5] platform: cznic: turris-omnia-mcu: Add support for digital message signing with HW private key
` [PATCH 4/5] firmware: turris-mox-rwtm: Drop ECDSA signatures via debugfs
` [PATCH 5/5] firmware: turris-mox-rwtm: Add support for ECDSA signatures with HW private key
[PATCH v6 0/9] Basic SEV-SNP Selftests
2025-02-03 22:32 UTC (10+ messages)
` [PATCH v6 1/9] KVM: SEV: Disable SEV-SNP on FW validation failure
` [PATCH v6 2/9] KVM: SEV: Disable SEV on platform init failure
` [PATCH v6 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v6 4/9] KVM: selftests: Add VMGEXIT helper
` [PATCH v6 5/9] KVM: selftests: Introduce SEV VM type check
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP
` [PATCH v6 7/9] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
` [PATCH v6 8/9] KVM: selftests: Abstractions for SEV to decouple policy from type
` [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test
[PATCH v2 0/4] ecdsa KEYCTL_PKEY_QUERY fixes
2025-02-03 5:11 UTC (6+ messages)
` [PATCH v2 1/4] crypto: sig - Prepare for algorithms with variable signature size
` [PATCH v2 2/4] crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()
` [PATCH v2 3/4] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY
` [PATCH v2 4/4] crypto: ecdsa - Fix NIST P521 key "
[PATCH] hwrng: imx-rngc - add runtime pm
2025-02-01 18:39 UTC (2+ messages)
` [PATCH v2] "
[LSF/MM/BPF TOPIC] Improving iov_iter - and replacing scatterlists
2025-01-31 16:08 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;
as well as URLs for NNTP newsgroup(s).