messages from 2025-03-15 03:47:38 to 2025-03-27 21:29:51 UTC [more...]
[PATCH] tpm: Make chip->{status,cancel,req_canceled} opt
2025-03-27 21:29 UTC (9+ messages)
[GIT PULL] integrity: subsystem fixes for v6.15
2025-03-27 16:54 UTC
[PATCH v3] ima: process_measurement() needlessly takes inode_lock() on MAY_READ
2025-03-27 16:29 UTC (2+ messages)
[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.15-rc1
2025-03-27 15:38 UTC
[PATCH 0/2] tpm: add send_recv() op and use it in tpm_ftpm_tee driver
2025-03-27 14:44 UTC (15+ messages)
` [PATCH 1/2] tpm: add send_recv() op in tpm_class_ops
` [PATCH 2/2] tpm/tpm_ftpm_tee: use send_recv() op
[PATCH v4 0/4] Enlightened vTPM support for SVSM on SEV-SNP
2025-03-27 14:10 UTC (16+ messages)
` [PATCH v4 1/4] x86/sev: add SVSM vTPM probe/send_command functions
` [PATCH v4 2/4] svsm: add header with SVSM_VTPM_CMD helpers
` [PATCH v4 3/4] tpm: add SNP SVSM vTPM driver
` [PATCH v4 4/4] x86/sev: register tpm-svsm platform device
[PATCH v6 5/6] tpm: Add a driver for Loongson TPM device
2025-03-27 13:31 UTC (4+ messages)
` [PATCH v6 6/6] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
TPM operation times out (very rarely)
2025-03-27 13:15 UTC (12+ messages)
[PATCH v6 0/6] Drivers for Loongson security engine
2025-03-27 2:18 UTC (5+ messages)
` [PATCH v6 1/6] mfd: Add support for Loongson Security Module
` [PATCH v6 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v6 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v6 4/6] MAINTAINERS: Add entry for Loongson RNG driver
[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
2025-03-26 23:44 UTC (34+ messages)
` [PATCH v10 1/8] ima: rename variable the ser_file "file" to "ima_kexec_file"
` [PATCH v10 2/8] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v10 3/8] kexec: define functions to map and unmap segments
` [PATCH v10 4/8] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v10 5/8] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v10 6/8] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v10 7/8] ima: make the kexec extra memory configurable
` [PATCH v10 8/8] ima: measure kexec load and exec events as critical data
[RFC PATCH v2 00/13] ima: get rid of hard dependency on SHA-1
2025-03-26 14:48 UTC (41+ messages)
` [RFC PATCH v2 01/13] ima: don't expose runtime_measurements for unsupported hashes
` [RFC PATCH v2 02/13] ima: always create runtime_measurements sysfs file for ima_hash
` [RFC PATCH v2 03/13] ima: invalidate unsupported PCR banks
` [RFC PATCH v2 04/13] ima: make SHA1 non-mandatory
` [RFC PATCH v2 05/13] ima: select CRYPTO_SHA256 from Kconfig
` [RFC PATCH v2 06/13] ima: move INVALID_PCR() to ima.h
` [RFC PATCH v2 07/13] tpm: enable bank selection for PCR extend
` [RFC PATCH v2 08/13] ima: track the set of PCRs ever extended
` [RFC PATCH v2 09/13] ima: invalidate unsupported PCR banks only once
` [RFC PATCH v2 10/13] tpm: authenticate tpm2_pcr_read()
` [RFC PATCH v2 11/13] ima: introduce ima_pcr_invalidated_banks() helper
` [RFC PATCH v2 12/13] ima: make ima_free_tfm()'s linkage extern
` [RFC PATCH v2 13/13] ima: don't re-invalidate unsupported PCR banks after kexec
[PATCH] ima: process_measurement() needlessly takes inode_lock() on MAY_READ
2025-03-26 9:56 UTC (3+ messages)
[PATCH] ima_violations.sh: Fix condition evaluation
2025-03-24 23:01 UTC (2+ messages)
` [LTP] "
[RFC PATCH v3 00/13] Clavis LSM
2025-03-24 17:44 UTC (35+ messages)
[PATCH v3 0/4] Enlightened vTPM support for SVSM on SEV-SNP
2025-03-24 9:00 UTC (27+ messages)
` [PATCH v3 1/4] x86/sev: add SVSM vTPM probe/send_command functions
` [PATCH v3 3/4] tpm: add SNP SVSM vTPM driver
` [PATCH v3 4/4] x86/sev: register tpm-svsm platform device
[RFC PATCH v1 0/7] ima: get rid of hard dependency on SHA-1
2025-03-23 14:21 UTC (12+ messages)
` [RFC PATCH v1 3/7] ima: move INVALID_PCR() to ima.h
` [RFC PATCH v1 6/7] ima: invalidate unsupported PCR banks once at first use
[GIT PULL] KEYS: keys-next-6.14-rc8
2025-03-22 21:45 UTC (2+ messages)
[PATCH] Revert "integrity: Do not load MOK and MOKx when secure boot be disabled"
2025-03-22 21:24 UTC (6+ messages)
[PATCH] tpm, tpm_tis: Workaround failed command reception on Infineon devices
2025-03-22 21:10 UTC (7+ messages)
` [PATCH v2] "
[PATCH] tpm: End any active auth session before shutdown
2025-03-20 16:21 UTC (3+ messages)
[PATCH] KEYS: trusted: dcp: Use kfree_sensitive() to fix Coccinelle warnings
2025-03-20 15:16 UTC (2+ messages)
[RFC PATCH 0/3] tpm: add send_recv() op and use it in tpm_ftpm_tee and tpm_svsm drivers
2025-03-20 11:15 UTC (8+ messages)
` [RFC PATCH 2/3] tpm/tpm_ftpm_tee: use send_recv() op
` [RFC PATCH 3/3] tpm/tpm_svsm: "
[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
2025-03-17 18:26 UTC (6+ messages)
` [PATCH v9 2/7] kexec: define functions to map and unmap segments
(no subject)
2025-03-17 17:36 UTC
[PATCH v5 0/6] Drivers for Loongson security engine
2025-03-15 3:47 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).