messages from 2025-06-29 04:49:24 to 2025-07-07 03:29:15 UTC [more...]
[PATCH] crypto/ccp: Fix locking on alloc failure handling
2025-07-07 3:29 UTC (2+ messages)
[PATCH v3 0/3] Add Versal TRNG driver
2025-07-07 3:17 UTC (3+ messages)
` [PATCH v3 3/3] crypto: drbg: Export CTR DRBG DF functions
[PATCH v4] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-07-06 23:35 UTC (10+ messages)
[PATCH v4 0/4] KUnit tests for SHA-2 and Poly1305
2025-07-06 23:28 UTC (5+ messages)
` [PATCH v4 1/4] lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.py
` [PATCH v4 2/4] lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
` [PATCH v4 3/4] lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512
` [PATCH v4 4/4] lib/crypto: tests: Add KUnit tests for Poly1305
[PATCH 0/5] lib/crypto: Poly1305 fixes
2025-07-06 23:11 UTC (6+ messages)
` [PATCH 1/5] lib/crypto: arm/poly1305: Remove unneeded empty weak function
` [PATCH 2/5] lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contexts
` [PATCH 3/5] lib/crypto: arm64/poly1305: "
` [PATCH 4/5] lib/crypto: x86/poly1305: "
` [PATCH 5/5] lib/crypto: x86/poly1305: Fix performance regression on short messages
[PATCH v10 00/25] zswap compression batching with optimized iaa_crypto driver
2025-07-05 14:49 UTC (33+ messages)
` [PATCH v10 01/25] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v10 02/25] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v10 03/25] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v10 04/25] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v10 05/25] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v10 06/25] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v10 07/25] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v10 08/25] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v10 09/25] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v10 10/25] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v10 11/25] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v10 12/25] crypto: acomp - Add "void *kernel_data" in "struct acomp_req" for kernel users
` [PATCH v10 13/25] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v10 14/25] crypto: iaa - Enable async mode and make it the default
` [PATCH v10 15/25] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v10 16/25] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v10 17/25] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v10 18/25] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v10 19/25] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v10 20/25] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v10 21/25] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v10 22/25] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v10 23/25] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v10 24/25] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v10 25/25] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH v12 0/4] Add Loongson Security Engine chip driver
2025-07-05 7:20 UTC (5+ messages)
` [PATCH v12 1/4] mfd: Add support for Loongson Security Engine chip controller
` [PATCH v12 2/4] crypto: loongson - add Loongson RNG driver support
` [PATCH v12 3/4] tpm: Add a driver for Loongson TPM device
` [PATCH v12 4/4] MAINTAINERS: Add entry for Loongson Security Engine drivers
Recall: [PATCH v10 00/25] zswap compression batching with optimized iaa_crypto driver
2025-07-04 21:37 UTC
linux-next: manual merge of the apparmor tree with the libcrypto tree
2025-07-04 20:14 UTC (3+ messages)
[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-07-04 17:36 UTC (16+ messages)
` [PATCH v8 01/10] arm64: Add config for Microchip SoC platforms
` [PATCH v8 02/10] ARM: at91: select ARCH_MICROCHIP
` [PATCH v8 03/10] arm64: lan969x: Add support for Microchip LAN969x SoC
` [PATCH v8 04/10] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
` [PATCH v8 05/10] tty: serial: atmel: make "
` [PATCH v8 06/10] spi: "
` [PATCH v8 07/10] i2c: at91: "
` [PATCH v8 08/10] dma: xdmac: "
` [PATCH v8 09/10] char: hw_random: atmel: "
` [PATCH v8 10/10] crypto: atmel-aes: "
[PATCH v2 00/14] SHA-256 library improvements
2025-07-04 13:26 UTC (17+ messages)
` [PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH v2 03/14] lib/crypto: sha256: Reorder some code
` [PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH v2 08/14] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH v2 09/14] crypto: sha256 - Wrap library and add HMAC support
` [PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
` [PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
` [PATCH v2 12/14] lib/crypto: sha256: Consolidate into single module
` [PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH 0/2] Small cleanups for x86 SHA-256
2025-07-04 13:26 UTC (4+ messages)
` [PATCH 1/2] lib/crypto: x86/sha256: Move static_call above kernel-mode FPU section
` [PATCH 2/2] lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0
[PATCH 0/2] Convert fs/verity/ to use SHA-2 library API
2025-07-04 13:25 UTC (4+ messages)
` [PATCH 1/2] lib/crypto: hash_info: Move hash_info.c into lib/crypto/
` [PATCH 2/2] fsverity: Switch from crypto_shash to SHA-2 library
[PATCH v3] fscrypt: Don't use problematic non-inline crypto engines
2025-07-04 13:25 UTC (2+ messages)
[PATCH 05/80] hwrng: Remove redundant pm_runtime_mark_last_busy() calls
2025-07-04 7:54 UTC (2+ messages)
` [PATCH 08/80] crypto: "
[PATCH] fscrypt: improve filename encryption and decryption performance
2025-07-04 5:14 UTC (3+ messages)
` [PATCH v2] "
linux-next: manual merge of the libcrypto tree with the s390 tree
2025-07-04 4:16 UTC
[PATCH] crypto: zstd - replace zero-length array with flexible array member
2025-07-03 22:46 UTC (3+ messages)
[PATCH v2] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-07-03 17:23 UTC
[PATCH] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-07-03 17:20 UTC (7+ messages)
[PATCH RFC 0/4] Reintroduce the sm2 algorithm
2025-07-03 13:33 UTC (12+ messages)
` [PATCH RFC 1/4] Revert "Revert "lib/mpi: Extend the MPI library""
` [PATCH RFC 2/4] Revert "Revert "lib/mpi: Introduce ec implementation to "
` [PATCH RFC 3/4] crypto/sm2: Rework sm2 alg with sig_alg backend
` [PATCH RFC 4/4] crypto/sm2: support SM2-with-SM3 verification of X.509 certificates
[PATCH v12 00/22] Support more Amlogic SoC families in crypto driver
2025-07-03 5:47 UTC (2+ messages)
[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
2025-07-02 22:43 UTC (10+ messages)
` [PATCH v5 1/7] crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v5 2/7] crypto: ccp - Cache SEV platform status and platform state
` [PATCH v5 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v5 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v5 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v5 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support
[PATCH v11 3/4] tpm: Add a driver for Loongson TPM device
2025-07-02 22:25 UTC (11+ messages)
[PATCH v11 0/4] dd Loongson Security Engine chip driver
2025-07-02 15:18 UTC (3+ messages)
` [PATCH v11 1/4] mfd: Add support for Loongson Security Engine chip controller
[PATCH v7 0/6] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-07-02 11:07 UTC (8+ messages)
` [PATCH v7 1/6] "
[PATCH v6 0/4] crypto: caam - iMX8QXP support (and related fixes)
2025-07-02 8:38 UTC (3+ messages)
` [PATCH v6 4/4] arm64: dts: freescale: imx8qxp/imx8qm: Add CAAM support
[PATCH] crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build option
2025-07-02 7:38 UTC (2+ messages)
[syzbot] [crypto?] KASAN: slab-out-of-bounds Read in poly1305_update_arch
2025-07-01 17:08 UTC (2+ messages)
` [syzbot] [bcachefs] "
[PATCH 0/5] crypto: qat - refactor and add live migration enablers for GEN6 devices
2025-07-01 10:12 UTC (7+ messages)
` [PATCH 1/5] crypto: qat - use pr_fmt() in adf_gen4_hw_data.c
` [PATCH 2/5] crypto: qat - replace CHECK_STAT macro with static inline function
` [PATCH 3/5] crypto: qat - relocate bank state helper functions
` [PATCH 4/5] crypto: qat - relocate and rename bank state structure definition
` [PATCH 5/5] crypto: qat - add live migration enablers for GEN6 devices
[PATCH] cryptd: Use nested-BH locking for cryptd_cpu_queue
2025-07-01 6:09 UTC
linux-next: manual merge of the libcrypto tree with the libcrypto-fixes tree
2025-07-01 2:30 UTC
[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
2025-06-30 21:59 UTC (9+ messages)
` [PATCH 14/14] arm64: dts: qcom: Add The Fairphone (Gen. 6)
[PATCH 0/1] Support for SNP_VERIFY_MITIGATION command
2025-06-30 20:23 UTC (2+ messages)
` [PATCH 1/1] crypto: ccp - Add the "
[PATCH v6.12 0/2] crypto: rng - FIPS 140-3 compliance for random number generation
2025-06-30 18:03 UTC (3+ messages)
` [PATCH v6.12 1/2] random: Add hook to override device reads and getrandom(2)
` [PATCH v6.12 2/2] crypto: rng - Override drivers/char/random only after FIPS RNGs available
[PATCH v2] apparmor: use SHA-256 library API instead of crypto_shash API
2025-06-30 17:48 UTC
[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
2025-06-30 16:29 UTC (8+ messages)
[PATCH v3 0/2] KUnit tests for SHA-2 library functions
2025-06-30 16:20 UTC (3+ messages)
` [PATCH v3 1/2] lib/crypto: sha512: Add KUnit tests for SHA-384 and SHA-512
` [PATCH v3 2/2] lib/crypto: sha256: Add KUnit tests for SHA-224 and SHA-256
[PATCH v3 00/16] SHA-512 library functions
2025-06-30 16:03 UTC (17+ messages)
` [PATCH v3 01/16] crypto: sha512 - Rename conflicting symbols
` [PATCH v3 02/16] lib/crypto: sha512: Add support for SHA-384 and SHA-512
` [PATCH v3 03/16] lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v3 04/16] crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
` [PATCH v3 05/16] crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library
` [PATCH v3 06/16] crypto: sha512 - Use same state format as legacy drivers
` [PATCH v3 07/16] lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 08/16] lib/crypto: arm64/sha512: "
` [PATCH v3 09/16] mips: cavium-octeon: Move octeon-crypto.h into asm directory
` [PATCH v3 10/16] lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 11/16] lib/crypto: riscv/sha512: "
` [PATCH v3 12/16] lib/crypto: s390/sha512: "
` [PATCH v3 13/16] lib/crypto: sparc/sha512: "
` [PATCH v3 14/16] lib/crypto: x86/sha512: "
` [PATCH v3 15/16] lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
` [PATCH v3 16/16] crypto: sha512 - Remove sha512_base.h
[PATCH v2 0/4] crypto: Add support for shake128/256 XOFs
2025-06-30 14:38 UTC (5+ messages)
` [PATCH v2 1/4] crypto: Add squeeze function to shash_alg for support of XOFs
` [PATCH v2 2/4] crypto: Add shake128/256 to generic sha3 module
` [PATCH v2 3/4] crypto: Add tests cases for shake128 & shake256 to testmgr
` [PATCH v2 4/4] crypto: Extend testmgr with tests for shake128/256 XOFs
[PATCH] crypto: zstd - fix duplicate check warning
2025-06-30 9:24 UTC
[PATCH] crypto: qat - disable ZUC-256 capability for QAT GEN5
2025-06-30 9:20 UTC
[PATCH] crypto: img-hash: Fix dma_unmap_sg() nents value
2025-06-30 9:16 UTC
[PATCH] crypto: keembay: Fix dma_unmap_sg() nents value
2025-06-30 8:57 UTC
kdf108_init() takes over 250 ms
2025-06-29 20:06 UTC (4+ messages)
[PATCH v2 00/10] crypto: sun8i-ce - implement request batching
2025-06-29 18:37 UTC (2+ messages)
[PATCH] hwrng: mtk - handle devm_pm_runtime_enable errors
2025-06-29 17:31 UTC
[syzbot] [crypto?] possible deadlock in padata_do_serial
2025-06-29 4:49 UTC
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).