messages from 2026-03-24 16:13:29 to 2026-03-28 18:44:51 UTC [more...]
[PATCH] crypto: qat - add support for zstd
2026-03-28 18:43 UTC (2+ messages)
[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
2026-03-28 13:10 UTC (18+ 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 v4 0/7] Move SNP initialization to the CCP driver
2026-03-28 11:38 UTC (8+ messages)
` [PATCH v4 4/7] x86/sev, crypto/ccp: Move SNP init to ccp driver
` [PATCH v4 5/7] x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/
` [PATCH v4 6/7] crypto/ccp: Implement SNP x86 shutdown
` [PATCH v4 7/7] crypto/ccp: Update HV_FIXED page states to allow freeing of memory
[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: tests: Migrate ChaCha20Poly1305 self-test to KUnit
2026-03-27 22:42 UTC
[PATCH] lib/crypto: chacha - Zeroize permuted_state before it leaves scope
2026-03-27 20:42 UTC (3+ messages)
[PATCH] lib/crypto: sparc: Drop optimized MD5 code
2026-03-27 20:14 UTC (4+ messages)
[PATCH] lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
2026-03-27 19:38 UTC (3+ messages)
` [PATCH v2] "
cleanup the RAID5 XOR library v4
2026-03-27 17:51 UTC (33+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [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 0/3] crypto: Remove arch-optimized des and des3_ede code
2026-03-27 17:32 UTC (11+ messages)
` [PATCH 1/3] crypto: s390 - Remove "
` [PATCH 2/3] crypto: sparc "
` [PATCH 3/3] crypto: x86 "
[PATCH v2 0/7] Add RMPOPT support
2026-03-27 17:16 UTC (7+ messages)
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown
[PATCH v4] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
2026-03-27 17:03 UTC (3+ messages)
[PATCH] lib/crypto: mips: Drop optimized MD5 code
2026-03-27 16:16 UTC (2+ messages)
[PATCH 0/5] xor/arm: Replace vectorized version with intrinsics
2026-03-27 14:45 UTC (8+ 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 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] crypto: aspeed/hash: Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()
2026-03-27 9:24 UTC
[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
[PATCH] crypto: authencesn - Copy high sequence number from src after out-of-place decryption
2026-03-27 6:04 UTC (9+ messages)
` [PATCH] crypto: authencesn - Use memcpy_from/to_sglist
` [PATCH] crypto: algif_aead - Revert to operating out-of-place
` [v2 PATCH] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
Need some clarification about CRYPTO_AHASH_ALG_BLOCK_ONLY
2026-03-27 3:39 UTC (5+ messages)
[PATCH] crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a help
2026-03-27 0:17 UTC
[PATCH v5 0/7] Move SNP initialization to the CCP driver
2026-03-26 16:11 UTC (8+ messages)
` [PATCH v5 1/7] x86/sev: Create a function to clear/zero the RMP
` [PATCH v5 2/7] x86/sev: Create snp_prepare()
` [PATCH v5 3/7] x86/sev: Create snp_shutdown()
` [PATCH v5 4/7] x86/sev, crypto/ccp: Move SNP init to ccp driver
` [PATCH v5 5/7] x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/
` [PATCH v5 6/7] crypto/ccp: Implement SNP x86 shutdown
` [PATCH v5 7/7] crypto/ccp: Update HV_FIXED page states to allow freeing of memory
[PATCH net-next] octeontx2-pf: macsec: Use AES library instead of ecb(aes) skcipher
2026-03-26 10:50 UTC (3+ messages)
[PATCH v2] crypto: deflate - fix decompression window size
2026-03-26 9:59 UTC
[PATCH] crypto: deflate - fix decompression window size
2026-03-26 9:36 UTC (3+ messages)
[PATCH] crypto: af_alg - fix NULL pointer dereference in scatterwalk
2026-03-26 9:14 UTC (2+ messages)
[PATCH] crypto-deflate: fix spurious -ENOSPC
2026-03-26 9:13 UTC (2+ messages)
[PATCH v2] crypto: caam - fix DMA corruption on long hmac keys
2026-03-26 9:13 UTC (4+ messages)
` [PATCH] crypto: caam - fix overflow "
[PATCH v2] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
2026-03-26 9:13 UTC (2+ messages)
cleanup the RAID6 P/Q library
2026-03-26 5:25 UTC (6+ messages)
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
cleanup the RAID5 XOR library v3
2026-03-26 5:18 UTC (4+ messages)
[PATCH 00/11] Stop pulling DRBG code into non-FIPS kernels
2026-03-26 2:31 UTC (14+ messages)
` [PATCH 01/11] crypto: rng - Add crypto_stdrng_get_bytes()
` [PATCH 02/11] crypto: dh - Use crypto_stdrng_get_bytes()
` [PATCH 03/11] crypto: ecc "
` [PATCH 04/11] crypto: geniv "
` [PATCH 05/11] crypto: hisilicon/hpre "
` [PATCH 06/11] crypto: intel/keembay-ocs-ecc "
` [PATCH 07/11] net: tipc: "
` [PATCH 08/11] crypto: rng - Unexport "default RNG" symbols
` [PATCH 09/11] crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
` [PATCH 10/11] crypto: fips - Depend on CRYPTO_DRBG=y
` [PATCH 11/11] crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=n
[PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
2026-03-26 2:14 UTC (6+ messages)
[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
2026-03-25 21:09 UTC (6+ messages)
[PATCH] fscrypt: use AES library for v1 key derivation
2026-03-25 19:09 UTC (2+ messages)
[PATCH v2] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
2026-03-25 5:48 UTC (3+ messages)
[PATCH] lib: Move crypto library tests to Runtime Testing menu
2026-03-24 23:27 UTC (2+ messages)
[PATCH 00/12] SM3 library
2026-03-24 23:27 UTC (2+ messages)
[PATCH] crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()
2026-03-24 19:44 UTC (2+ messages)
[PATCH v2 0/5] Revoke supported SEV VM types
2026-03-24 19:40 UTC (6+ messages)
` [PATCH v2 1/5] crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS
` [PATCH v2 2/5] crypto/ccp: export firmware supported vm types
` [PATCH v2 3/5] KVM: SEV: don't expose unusable VM types
` [PATCH v2 4/5] KVM: SEV: mask off firmware unsupported vm types
` [PATCH v2 5/5] KVM: selftests: teach sev_*_test about revoking VM types
[PATCH 0/2] crypto: qat - fix and cleanup RAS sysfs show functions
2026-03-24 18:17 UTC (3+ messages)
` [PATCH 1/2] crypto: qat - fix type mismatch in "
` [PATCH 2/2] crypto: qat - replace scnprintf() with sysfs_emit()
[PATCH] crypto: acomp - fix wrong pointer in acomp_reqchain_done()
2026-03-24 18:07 UTC
[PATCH] crypto: qat - fix compression instance leak
2026-03-24 17:59 UTC
[PATCH] crypto: qat - use acomp_tfm_ctx()
2026-03-24 16:52 UTC
[PATCH v4 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
2026-03-24 16:29 UTC (3+ messages)
` [PATCH v4 02/11] soc: qcom: ice: Allow explicit votes on 'iface' clock for ICE
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