messages from 2025-04-18 02:58:44 to 2025-04-22 10:41:46 UTC [more...]
[PATCH v2 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-22 10:41 UTC (17+ 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] crypto: using size_add() for kmalloc()
2025-04-22 10:24 UTC (10+ messages)
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-04-22 10:20 UTC (27+ messages)
` [PATCH v14 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v14 02/19] x86: Secure Launch Kconfig
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 04/19] x86: Secure Launch main "
` [PATCH v14 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v14 06/19] x86: Add early SHA-256 "
` [PATCH v14 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 10/19] x86: Secure Launch kernel late "
` [PATCH v14 11/19] x86: Secure Launch SMP bringup support
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v14 14/19] tpm, tpm_tis: Close all localities
` [PATCH v14 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v14 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module
` [PATCH v14 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch
[PATCH] crypto: atmel-sha204a - Set hwrng quality to lowest possible
2025-04-22 10:02 UTC (2+ messages)
Usage of crypto_engine APIs
2025-04-22 6:46 UTC
linux-next: duplicate patch in the crypto tree
2025-04-22 6:27 UTC
[PATCH] caamalg: Make use of dev_*() instead of pr_*()
2025-04-22 2:41 UTC
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-22 2:38 UTC (19+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
2025-04-22 0:25 UTC (5+ messages)
` [PATCH v3 1/4] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v3 2/4] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support
[PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
2025-04-21 19:02 UTC (16+ messages)
` [PATCH] crypto: scomp - Fix off-by-one bug when calculating last page
[PATCH v8 0/5] Add Loongson Security Engine chip driver
2025-04-21 18:58 UTC (6+ 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 v8 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
2025-04-21 18:55 UTC (2+ messages)
[PATCH v2 0/2] crypto: some cleanup and hardening
2025-04-21 8:31 UTC (3+ messages)
` [PATCH v2 1/2] crypto: using size_add() for kmalloc()
` [PATCH v2 2/2] crypto: remove some redundant include headers
[PATCH] s390/crc32: Remove no-op module init and exit functions
2025-04-21 7:51 UTC (2+ messages)
[PATCH] lib/crypto: blake2s: Disable self test if CONFIG_CRYPTO isn't enabled
2025-04-20 19:56 UTC (3+ messages)
[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 (7+ 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 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 01/15] crypto: arm - remove CRYPTO dependency of library functions
2025-04-19 2:40 UTC (11+ messages)
[PATCH 08/15] crypto: riscv - remove CRYPTO dependency of library functions
2025-04-18 17:50 UTC (2+ messages)
[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-18 14:19 UTC (2+ messages)
[PATCH] arm64: Kconfig: remove unnecessary selection of CRC32
2025-04-18 13:24 UTC (2+ messages)
[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
2025-04-18 3:41 UTC (4+ 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).