messages from 2026-03-27 06:20:39 to 2026-03-31 15:28:25 UTC [more...]
[PATCH v2 0/5] xor/arm: Replace vectorized version with intrinsics
2026-03-31 15:28 UTC (9+ messages)
` [PATCH v2 1/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH v2 2/5] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH v2 3/5] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH v2 4/5] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH v2 5/5] ARM: Remove hacked-up asm/types.h header
[PATCH] keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTEST
2026-03-31 12:22 UTC
[PATCH v4 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
2026-03-31 9:40 UTC (4+ messages)
` [PATCH v4 01/11] dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk
KASAN: slab-out-of-bounds Read in x509_process_extension (keyUsage / basicConstraints)
2026-03-31 8:56 UTC
[PATCH] crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
2026-03-31 8:36 UTC
[PATCH v2 0/3] crypto: atmel-sha204a - multiple RNG fixes
2026-03-31 8:21 UTC (4+ messages)
` [PATCH v2 1/3] crypto: atmel-sha204a - fix memory leak at non-blocking RNG work_data
` [PATCH v2 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read
` [PATCH v2 3/3] crypto: atmel-sha204a - fix non-blocking read logic
[PATCH 0/5] crc64: Tweak intrinsics code and enable it for ARM
2026-03-31 8:20 UTC (8+ messages)
` [PATCH 1/5] lib/crc: arm64: Drop unnecessary chunking logic from crc64
` [PATCH 2/5] lib/crc: arm64: Use existing macros for kernel-mode FPU cflags
` [PATCH 3/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 4/5] lib/crc: arm64: Simplify intrinsics implementation
` [PATCH 5/5] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
[PATCH] lib/crypto: aesgcm: Don't disable IRQs during AES block encryption
2026-03-31 7:05 UTC (3+ messages)
[PATCH] lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>
2026-03-31 6:51 UTC (2+ messages)
[PATCH] lib/crypto: aescfb: Don't disable IRQs during AES block encryption
2026-03-31 6:46 UTC (2+ messages)
[PATCH v2 0/7] Add RMPOPT support
2026-03-31 4:45 UTC (8+ messages)
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown
lib/crypto/mips/poly1305-core.S:95: Error: opcode not supported on this processor: mips64r6 (mips64r6) `lwl $8,0+3($5)'
2026-03-31 1:48 UTC (3+ messages)
Kernel ML-KEM implementation plans
2026-03-31 1:11 UTC (4+ messages)
[PATCH v3 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
2026-03-31 0:54 UTC (12+ messages)
` [PATCH v3 2/6] x86/sev: Add support for enabling RMPOPT
` [PATCH v3 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v3 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v3 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v3 6/6] x86/sev: Add debugfs support for RMPOPT
[PATCH v3 0/6] Add RMPOPT support
2026-03-30 22:25 UTC
[GIT PULL] Crypto library fix for v7.0-rc7
2026-03-30 21:02 UTC (2+ messages)
[PATCH] crypto: hisilicon - Fix dma_unmap_single() direction
2026-03-30 20:40 UTC (2+ messages)
[PATCH] lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
2026-03-30 19:38 UTC (3+ messages)
[PATCH] lib/crypto: sparc: Drop optimized MD5 code
2026-03-30 19:37 UTC (6+ messages)
[PATCH] lib/crypto: mips: Drop optimized MD5 code
2026-03-30 19:36 UTC (3+ messages)
[PATCH] crypto: qce - simplify qce_xts_swapiv()
2026-03-30 17:54 UTC (2+ messages)
[PATCH v4 0/7] Move SNP initialization to the CCP driver
2026-03-30 15:38 UTC (5+ messages)
[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
2026-03-30 15:16 UTC (24+ messages)
` [PATCH 01/16] dt-bindings: clock: Introduce nexus nodes
` [PATCH 02/16] dt-bindings: interrupt-controller: Describe EIP-201 AIC
` [PATCH 03/16] dt-bindings: rng: Rename the title of the EIP-76 file
` [PATCH 04/16] dt-bindings: crypto: eip28: Describe EIP-28 PKA
` [PATCH 05/16] dt-bindings: bus: eip150: Describe the EIP-150 container node
` [PATCH 06/16] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH 07/16] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH 08/16] clk: Improve a couple of comments
` [PATCH 09/16] clk: Use the generic OF phandle parsing in only one place
` [PATCH 10/16] clk: Add support for clock nexus dt bindings
` [PATCH 11/16] clk: tests: Add Kunit testing for nexus nodes
` [PATCH 12/16] irqchip/eip201-aic: Add support for Safexcel EIP-201 AIC
` [PATCH 13/16] hwrng: omap: Enable on Renesas RZ/N1D
` [PATCH 14/16] crypto: Group Inside-Secure IPs together and align the titles
` [PATCH 15/16] crypto: eip28: Add support for SafeXcel EIP-28 Public Key Accelerator
` [PATCH 16/16] ARM: dts: renesas: r9a06g032: Describe the EIP-150 block
[PATCH v7 0/3] Enable ICE clock scaling
2026-03-30 14:44 UTC (8+ messages)
` [PATCH v7 1/3] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v7 2/3] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v7 3/3] soc: qcom: ice: Set ICE clk to TURBO on probe
[PATCH] crypto: eip93 - Fix dma_unmap_single() direction in eip93_hash_handle_result()
2026-03-30 14:38 UTC (3+ messages)
[PATCH 0/1] crypto: jitterentropy - fix long-held spinlock contention
2026-03-30 13:50 UTC (5+ messages)
` [PATCH 1/1] crypto: jitterentropy - replace long-held spinlock with mutex
[PATCH v14 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-03-30 13:08 UTC (6+ messages)
` [PATCH v14 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v14 12/12] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH 0/5] xor/arm: Replace vectorized version with intrinsics
2026-03-30 13:02 UTC (11+ messages)
` [PATCH 1/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 2/5] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH 3/5] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH 4/5] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH 5/5] ARM: Remove hacked-up asm/types.h header
[PATCH] crypto: ccree: fix a memory leak in cc_mac_digest()
2026-03-30 11:35 UTC (2+ messages)
[PATCH 0/2] talitos SEC1 ahash 32k request limitation
2026-03-30 10:28 UTC (3+ messages)
` [PATCH 1/2] crypto: talitos - fix SEC1 32k ahash "
` [PATCH 2/2] crypto: talitos - rename first/last to first_desc/last_desc
[PATCH 1/2] crypto: atmel-ecc - add support for atecc608b
2026-03-30 10:08 UTC
[PATCH] crypto: aspeed/hash: Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()
2026-03-30 9:36 UTC (2+ messages)
[PATCH] lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
2026-03-30 9:31 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v4] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
2026-03-30 8:46 UTC (4+ messages)
[PATCH 0/5] crypto: hisilicon - series of cleanups and format fixes for hisilicon driver
2026-03-30 6:25 UTC (6+ messages)
` [PATCH 1/5] crypto: hisilicon - fix the format string type error
` [PATCH 2/5] crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump_item
` [PATCH 3/5] crypto: hisilicon/qm - remove else after return
` [PATCH 4/5] crypto: hisilicon/qm - drop redundant variable initialization
` [PATCH 5/5] crypto: hisilicon - remove unused and non-public APIs for qm and sec
cleanup the RAID5 XOR library v4
2026-03-30 5:26 UTC (27+ messages)
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 12/28] arm: move the XOR code to lib/raid/
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-03-29 22:57 UTC (3+ messages)
` [PATCH v15 08/28] tpm/tpm_tis: Close all localities
[PATCH 00/11] Stop pulling DRBG code into non-FIPS kernels
2026-03-29 22:50 UTC (5+ messages)
` [PATCH 01/11] crypto: rng - Add crypto_stdrng_get_bytes()
[PATCH v2 0/2] crypto: qat - add support for zstd
2026-03-28 22:29 UTC (3+ messages)
` [PATCH v2 1/2] crypto: qat - use swab32 macro
` [PATCH v2 2/2] crypto: qat - add support for zstd
[PATCH] crypto: qat - add support for zstd
2026-03-28 18:43 UTC (2+ messages)
[PATCH 1/2] crypto: img-hash - use list_first_entry_or_null to simplify digest
2026-03-28 10:20 UTC (2+ messages)
` [PATCH 2/2] crypto: img-hash - drop redundant return variable
[PATCH v4] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
2026-03-27 23:08 UTC
[PATCH v3] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
2026-03-27 22:59 UTC (2+ messages)
[PATCH] lib/crypto: chacha - Zeroize permuted_state before it leaves scope
2026-03-27 20:42 UTC (3+ messages)
[PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
2026-03-27 17:32 UTC (8+ messages)
` [PATCH 1/3] crypto: s390 - Remove "
[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
2026-03-27 12:38 UTC (6+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "
[PATCH] crypto: qce - use memcpy_and_pad in qce_aead_setkey
2026-03-27 10:10 UTC (2+ messages)
[PATCH v2] crypto: inside-secure/eip93 - add missing address terminator character
2026-03-27 10:10 UTC (2+ messages)
[PATCH v2] crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
2026-03-27 10:10 UTC (2+ messages)
[PATCH] crypto: hisilicon/sec2 - prevent req used-after-free for sec
2026-03-27 10:09 UTC (2+ messages)
[PATCH] crypto: cryptd - Remove unused functions
2026-03-27 10:09 UTC (2+ messages)
[PATCH] crypto: inside-secure/eip93 - make it selectable for ECONET
2026-03-27 10:09 UTC (2+ messages)
[PATCH v11 0/2] Add support for more AES modes in TI DTHEv2
2026-03-27 10:08 UTC (2+ messages)
[PATCH 1/2] crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
2026-03-27 10:08 UTC (2+ messages)
[PATCH] crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))
2026-03-27 10:08 UTC (2+ messages)
[PATCH v3 1/2] printk: add print_hex_dump_devel()
2026-03-27 10:07 UTC
[PATCH v2] crypto: qat - add anti-rollback support for GEN6 devices
2026-03-27 10:07 UTC (2+ messages)
[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
2026-03-27 10:06 UTC (2+ messages)
[PATCH] crypto: nx - annotate struct nx842_crypto_header with __counted_by
2026-03-27 10:06 UTC (2+ messages)
[PATCH] crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_export
2026-03-27 10:06 UTC (2+ messages)
[PATCH] crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove
2026-03-27 10:05 UTC (2+ messages)
[PATCH v11 0/4] crypto: spacc - Add SPAcc Crypto Driver
2026-03-27 9:20 UTC (3+ messages)
` [PATCH v11 2/4] crypto: spacc - Add SPAcc ahash support
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