linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-30 06:46:45 to 2024-06-04 20:12:12 UTC [more...]

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-06-04 20:12 UTC  (43+ messages)
` [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset
` [PATCH v9 02/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v9 03/19] x86: Secure Launch Kconfig
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file
` [PATCH v9 05/19] x86: Secure Launch main "
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 07/19] x86: Add early SHA-256 "
` [PATCH v9 08/19] x86: Secure Launch kernel early boot stub
` [PATCH v9 09/19] x86: Secure Launch kernel late "
` [PATCH v9 10/19] x86: Secure Launch SMP bringup support
` [PATCH v9 11/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v9 12/19] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup
` [PATCH v9 15/19] tpm: Make locality requests return consistent values
` [PATCH v9 16/19] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v9 17/19] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v9 18/19] x86: Secure Launch late initcall platform module
` [PATCH v9 19/19] x86: EFI stub DRTM launch support for Secure Launch

[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-04 19:25 UTC  (14+ messages)
` [PATCH v4 1/8] crypto: shash - add support for finup_mb
` [PATCH v4 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v4 3/8] crypto: testmgr - add tests for finup_mb
` [PATCH v4 4/8] crypto: x86/sha256-ni - add support "
` [PATCH v4 5/8] crypto: arm64/sha256-ce "
` [PATCH v4 6/8] fsverity: improve performance by using multibuffer hashing
` [PATCH v4 7/8] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v4 8/8] dm-verity: improve performance by using multibuffer hashing

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-04 18:42 UTC  (15+ messages)

[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2024-06-04 18:41 UTC  (7+ messages)
` [PATCH v7 3/5] crypto: tpm2_key: Introduce a TPM2 key type
` [PATCH v7 4/5] keys: asymmetric: Add tpm2_key_rsa

[RFC PATCH v2 0/8] Clavis LSM
 2024-06-04 18:08 UTC  (11+ messages)
` [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key
` [RFC PATCH v2 2/8] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v2 3/8] efi: Make clavis boot param persist across kexec
` [RFC PATCH v2 4/8] clavis: Prevent clavis boot param from changing during kexec
` [RFC PATCH v2 5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v2 6/8] keys: Add ability to track intended usage of the public key
` [RFC PATCH v2 7/8] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis

[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 17:47 UTC 

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-04 17:22 UTC  (22+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 0/2] ecdsa: Use ecc_digits_from_bytes to simplify code
 2024-06-04 16:31 UTC  (8+ messages)
` [PATCH 1/2] crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array

[PATCH] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 16:28 UTC  (5+ messages)

[PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-04  9:39 UTC  (9+ messages)

[PATCH 0/3] crypto: acomp - Add interface to set parameters
 2024-06-04  8:48 UTC  (19+ messages)
` [PATCH 1/3] crypto: scomp - Add setparam interface
` [PATCH 3/3] crypto: acomp - Add comp_params helpers

[PATCH v2] docs: crypto: async-tx-api: fix broken code example
 2024-06-03 18:58 UTC  (2+ messages)

[PATCH] hwrng: omap - add missing MODULE_DESCRIPTION() macro
 2024-06-03 14:55 UTC 

[PATCH] arm64/crypto: Raise priority of NEON crct10dif implementation
 2024-06-03 13:29 UTC  (5+ messages)

[PATCH] powerpc/crypto: Add generated P8 asm to .gitignore
 2024-06-03 13:01 UTC 

[PATCH v5 0/2] x86_64 AES-GCM improvements
 2024-06-03  8:55 UTC  (4+ messages)
` [PATCH v5 1/2] crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
` [PATCH v5 2/2] crypto: x86/aes-gcm - rewrite the AES-NI "

[PATCH] crypto: xilinx - add missing MODULE_DESCRIPTION() macro
 2024-06-03  6:52 UTC  (2+ messages)

[PATCH] crypto: sa2ul - add missing MODULE_DESCRIPTION() macro
 2024-06-02 23:11 UTC 

[PATCH] crypto: keembay - add missing MODULE_DESCRIPTION() macro
 2024-06-02 23:03 UTC 

[PATCH] crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macro
 2024-06-02 22:33 UTC 

[PATCH V3 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-06-01  2:51 UTC  (3+ messages)
` [PATCH V3 1/2] crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
` [PATCH V3 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH V2 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-06-01  2:40 UTC  (4+ messages)
` [PATCH V2 1/2] crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
` [PATCH V2 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH v2 0/3] crypto: X25519 supports for ppc64le
 2024-05-31 21:10 UTC  (3+ messages)

[PATCH] crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remove()
 2024-05-31 20:04 UTC  (7+ messages)

[PATCH] hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)
 2024-05-31 13:47 UTC  (3+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-31 13:10 UTC  (12+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT

[PATCH] crypto: atmel-sha204a - fix negated return value
 2024-05-31 10:24 UTC  (2+ messages)

[PATCH] crypto: Add missing MODULE_DESCRIPTION() macros
 2024-05-31 10:24 UTC  (2+ messages)

[PATCH] Move SM2 digest calculation to signature verification
 2024-05-31 10:20 UTC  (3+ messages)
  ` [PATCH] crypto: sm2 - Remove sm2 algorithm

[PATCH 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset
 2024-05-31 10:09 UTC  (4+ messages)
` [PATCH 2/2] crypto: hisilicon/zip - optimize the address offset of the reg query function

[PATCH v2 1/2] hwrng: stm32 - use pm_runtime_resume_and_get()
 2024-05-31 10:04 UTC  (4+ messages)
` [PATCH v2 2/2] hwrng: stm32 - cache device pointer in struct stm32_rng_private

[PATCH] crypto: qat - Fix typo
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: niagara2: Remove unused struct 'n2_skcipher_request_context'
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: hifn_795x: Remove unused hifn_*_command structs
 2024-05-31  9:58 UTC  (2+ messages)

[PATCH] crypto: ccree: Remove unused struct 'tdes_keys'
 2024-05-31  9:57 UTC  (2+ messages)

[PATCH] crypto: acix: Remove unused struct 'dbgfs_u32'
 2024-05-31  9:41 UTC  (3+ messages)

[PATCH v4 16/71] crypto: x86/poly1305 - Switch to new Intel CPU model defines
 2024-05-31  9:37 UTC  (2+ messages)

[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode
 2024-05-31  9:02 UTC  (8+ messages)
` [PATCH v3 1/6] lib: add ISO 3309 model crc64
` [PATCH v3 2/6] crypto: crc64 - add crc64-iso3309 framework
` [PATCH v3 3/6] dt-bindings: crypto: Add Texas Instruments MCRC64
` [PATCH v3 4/6] crypto: ti - add driver for MCRC64 engine
` [PATCH v3 5/6 DONOTMERGE] arm64: dts: ti: k3-am62: Add dt node, cbass_main ranges for MCRC64
` [PATCH v3 6/6 DONOTMERGE] arm64: defconfig: enable TI MCRC64 module

[PATCH v3 1/2] hwrng: stm32 - use pm_runtime_resume_and_get()
 2024-05-31  8:53 UTC  (2+ messages)
` [PATCH v3 2/2] hwrng: stm32 - cache device pointer in struct stm32_rng_private

[linus:master] [crypto] e787060bdf: stress-ng.sigtrap.ops_per_sec 5.7% improvement
 2024-05-31  7:07 UTC 

[PATCH v9 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-05-31  5:37 UTC  (3+ messages)
` [PATCH v9a "

[PATCH v2] crypto: tcrypt - add skcipher speed for given alg
 2024-05-31  4:56 UTC  (2+ messages)

[PATCH] crypto: x86 - add missing MODULE_DESCRIPTION() macros
 2024-05-31  0:53 UTC 

[PATCH v5 0/3] crypto: starfive: Add support for JH8100
 2024-05-30  3:11 UTC  (3+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: Support hardware quirks
` [PATCH v5 2/3] crypto: starfive: Add sm3 support for JH8100


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).