messages from 2025-04-16 06:45:15 to 2025-04-20 19:27:43 UTC [more...]
[PATCH v2 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-20 19:26 UTC (14+ messages)
` [PATCH v2 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v2 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v2 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v2 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v2 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v2 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v2 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v2 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v2 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v2 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v2 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v2 13/13] crypto: lib/poly1305 "
[PATCH v8 0/5] Add Loongson Security Engine chip driver
2025-04-20 7:17 UTC (2+ messages)
[PATCH v2 2/3] accel/amdpk: add driver for AMD PKI accelerator
2025-04-20 6:39 UTC (9+ messages)
[PATCH] crypto: public_key - Make sig/tfm local to if clause in software_key_query
2025-04-20 5:48 UTC (3+ messages)
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-19 18:43 UTC (13+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH 0/9] Clean up the crypto testing options
2025-04-19 16:15 UTC (10+ messages)
` [PATCH 1/9] crypto: tcrypt - remove CRYPTO_TEST from defconfigs
` [PATCH 2/9] crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
` [PATCH 3/9] crypto: testmgr - remove CRYPTO_MANAGER_DISABLE_TESTS from defconfigs
` [PATCH 4/9] crypto: testmgr - remove panic_on_fail
` [PATCH 5/9] crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
` [PATCH 6/9] crypto: testmgr - make it easier to enable the full set of tests
` [PATCH 7/9] crypto: testmgr - rename noextratests to noslowtests
` [PATCH 8/9] crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
` [PATCH 9/9] crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS
[PATCH v3 00/10] Tegra Security Engine driver improvements
2025-04-19 9:48 UTC (4+ messages)
[PATCH] crypto: acomp: fix memory leaks caused by chained requests
2025-04-19 3:37 UTC (2+ messages)
[PATCH] crypto: lib/poly1305 - restore ability to remove modules
2025-04-19 3:21 UTC (2+ messages)
[PATCH] crypto: lib/chacha - restore ability to remove modules
2025-04-19 3:21 UTC (2+ messages)
[v2 PATCH 00/67] crypto: shash - Handle partial blocks in API
2025-04-19 2:42 UTC (70+ messages)
` [v2 PATCH 01/67] "
` [v2 PATCH 02/67] crypto: blake2b-generic - Use API partial block handling
` [v2 PATCH 03/67] crypto: arm/blake2b "
` [v2 PATCH 04/67] crypto: ghash-generic "
` [v2 PATCH 05/67] crypto: powerpc/ghash "
` [v2 PATCH 06/67] crypto: arm/ghash "
` [v2 PATCH 07/67] crypto: arm64/ghash "
` [v2 PATCH 08/67] crypto: riscv/ghash "
` [v2 PATCH 09/67] crypto: s390/ghash "
` [v2 PATCH 10/67] crypto: x86/ghash "
` [v2 PATCH 11/67] crypto: md5-generic "
` [v2 PATCH 12/67] crypto: mips/octeon-md5 "
` [v2 PATCH 13/67] crypto: powerpc/md5 "
` [v2 PATCH 14/67] crypto: sparc/md5 "
` [v2 PATCH 15/67] crypto: x86/sha1 "
` [v2 PATCH 16/67] crypto: arm64/sha1 "
` [v2 PATCH 17/67] crypto: mips/octeon-sha1 "
` [v2 PATCH 18/67] crypto: sha1-generic "
` [v2 PATCH 19/67] crypto: arm/sha1-ce "
` [v2 PATCH 20/67] crypto: arm/sha1-neon "
` [v2 PATCH 21/67] crypto: arm/sha1-asm "
` [v2 PATCH 22/67] crypto: powerpc/sha1 "
` [v2 PATCH 23/67] crypto: powerpc/sha1-spe "
` [v2 PATCH 24/67] crypto: s390/sha1 "
` [v2 PATCH 25/67] crypto: sparc/sha1 "
` [v2 PATCH 26/67] crypto: sha1_base - Remove partial block helpers
` [v2 PATCH 27/67] crypto: x86/sha256 - Use API partial block handling
` [v2 PATCH 28/67] crypto: mips/octeon-sha256 "
` [v2 PATCH 29/67] crypto: riscv/sha256 "
` [v2 PATCH 30/67] crypto: sha256-generic "
` [v2 PATCH 31/67] crypto: arm/sha256-ce "
` [v2 PATCH 32/67] crypto: arm/sha256-neon "
` [v2 PATCH 33/67] crypto: arm/sha256-asm "
` [v2 PATCH 34/67] crypto: arm64/sha256-ce "
` [v2 PATCH 35/67] crypto: arm64/sha256 "
` [v2 PATCH 36/67] crypto: powerpc/sha256-spe "
` [v2 PATCH 37/67] crypto: s390/sha256 "
` [v2 PATCH 38/67] crypto: sparc/sha256 "
` [v2 PATCH 39/67] crypto: sha256_base - Remove partial block helpers
` [v2 PATCH 40/67] crypto: arm64/sha3-ce - Use API partial block handling
` [v2 PATCH 41/67] crypto: s390/sha3 "
` [v2 PATCH 42/67] crypto: sha3-generic "
` [v2 PATCH 43/67] crypto: zynqmp-sha "
` [v2 PATCH 44/67] crypto: x86/sha512 "
` [v2 PATCH 45/67] crypto: mips/octeon-sha512 "
` [v2 PATCH 46/67] crypto: riscv/sha512 "
` [v2 PATCH 47/67] crypto: sha512-generic "
` [v2 PATCH 48/67] crypto: arm/sha512-neon "
` [v2 PATCH 49/67] crypto: arm/sha512-asm "
` [v2 PATCH 50/67] crypto: arm64/sha512-ce "
` [v2 PATCH 51/67] crypto: arm/sha512 "
` [v2 PATCH 52/67] crypto: s390/sha512 "
` [v2 PATCH 53/67] crypto: sparc/sha512 "
` [v2 PATCH 54/67] crypto: sha512_base - Remove partial block helpers
` [v2 PATCH 55/67] crypto: sm3-generic - Use API partial block handling
` [v2 PATCH 56/67] crypto: arm64/sm3-ce "
` [v2 PATCH 57/67] crypto: arm64/sm3-neon "
` [v2 PATCH 58/67] crypto: riscv/sm3 "
` [v2 PATCH 59/67] crypto: x86/sm3 "
` [v2 PATCH 60/67] crypto: lib/sm3 - Remove partial block helpers
` [v2 PATCH 61/67] crypto: cbcmac - Use API partial block handling
` [v2 PATCH 62/67] crypto: cmac "
` [v2 PATCH 63/67] crypto: xcbc "
` [v2 PATCH 64/67] crypto: arm64/aes "
` [v2 PATCH 65/67] crypto: arm64/sm4 "
` [v2 PATCH 66/67] crypto: nx "
` [v2 PATCH 67/67] crypto: padlock-sha "
[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-19 2:40 UTC (28+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "
[PATCH] lib/crypto: blake2s: Disable self test if CONFIG_CRYPTO isn't enabled
2025-04-18 14:59 UTC (2+ messages)
[PATCH] arm64: Kconfig: remove unnecessary selection of CRC32
2025-04-18 13:24 UTC (2+ messages)
[PATCH v8 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
2025-04-18 9:36 UTC
[PATCH v8 0/5] Add Loongson Security Engine chip driver
2025-04-18 9:34 UTC (5+ messages)
` [PATCH v8 1/5] crypto: loongson - Add Loongson Security Engine chip controller driver
` [PATCH v8 2/5] crypto: loongson - add Loongson RNG driver support
` [PATCH v8 3/5] MAINTAINERS: Add entry for Loongson crypto driver
` [PATCH v8 4/5] tpm: Add a driver for Loongson TPM device
[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
2025-04-18 3:41 UTC (4+ messages)
[PATCH 00/67] crypto: shash - Handle partial blocks in API
2025-04-18 2:52 UTC (7+ messages)
` [PATCH 64/67] crypto: arm64/aes - Use API partial block handling
` [PATCH 65/67] crypto: arm64/sm4 "
` [PATCH 66/67] crypto: nx "
` [PATCH 67/67] crypto: padlock-sha "
` [PATCH] crypto: acomp - Add missing return statements in compress/decompress
[RFC PATCH] crypto: riscv: scalar accelerated GHASH
2025-04-18 2:49 UTC (14+ messages)
[PATCH] crypto: engine - Realign struct crypto_engine to save 8 bytes
2025-04-17 22:36 UTC
[PATCH] s390/crc32: Remove no-op module init and exit functions
2025-04-17 16:38 UTC
[PATCH] lib/crc: make the CPU feature static keys __ro_after_init
2025-04-17 16:32 UTC (3+ messages)
[PATCH 1/4] crypto: img-hash - use API helpers to setup fallback request
2025-04-17 7:16 UTC (5+ messages)
` [PATCH 3/4] crypto: sun8i-ss "
[PATCH 0/4] Make crypto/internal/simd.h resilient
2025-04-17 2:26 UTC (4+ messages)
` [PATCH 1/4] asm-generic: Make simd.h more resilient
` [PATCH] powerpc/crc: Include uaccess.h and others
linux-next: build failure after merge of the crypto tree
2025-04-17 1:52 UTC
[PATCH] powerpc/crc: include <linux/uaccess.h>
2025-04-16 17:14 UTC
[GIT PULL] Crypto Update for 6.6
2025-04-16 15:24 UTC (12+ messages)
` [GIT PULL] Crypto Update for 6.7
` [GIT PULL] Crypto Update for 6.8
` [GIT PULL] Crypto Fixes "
` [GIT PULL] Crypto Fixes for 6.9
` [GIT PULL] Crypto Fixes for 6.10
` [GIT PULL] Crypto Fixes for 6.12
` [GIT PULL] Crypto Fixes for 6.13
` [GIT PULL] Crypto Fixes for 6.15
[PATCH] crypto: ecdsa - explicitly zeroize pub_key
2025-04-16 15:16 UTC (3+ messages)
[PATCH v2 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-04-16 8:27 UTC (4+ messages)
` [PATCH v2 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[PATCH 0/9] Remove per-architecture poly1305 shash glue code
2025-04-16 8:00 UTC (2+ messages)
[PATCH] crypto: deadcode structs from 'comp' removal
2025-04-16 7:59 UTC (2+ messages)
[PATCH] crypto: skcipher - Realign struct skcipher_walk to save 8 bytes
2025-04-16 7:59 UTC (2+ messages)
[PATCH v2 0/3] Use a local device pointer for hwrng drivers instead of casting constantly
2025-04-16 7:58 UTC (2+ messages)
[PATCH] crypto: ccp: Fix __sev_snp_shutdown_locked()
2025-04-16 7:57 UTC (2+ messages)
[PATCH] crypto: essiv - Remove unnecessary strscpy() size argument
2025-04-16 7:56 UTC (2+ messages)
[PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes
2025-04-16 7:56 UTC (2+ messages)
[PATCH] crypto: caam: Add support for i.MX8QM
2025-04-16 7:56 UTC (2+ messages)
[PATCH v2] crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag to atmel-aes, atmel-sha, atmel-tdes drivers
2025-04-16 7:55 UTC (2+ messages)
[RESEND PATCH] crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
2025-04-16 7:54 UTC (2+ messages)
[PATCH] crypto: powerpc - Include uaccess.h and others
2025-04-16 7:34 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).