linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-24 06:13:30 to 2024-07-10 23:23:16 UTC [more...]

[PATCH v2 00/18] PCI device authentication
 2024-07-10 23:23 UTC  (41+ messages)
` [PATCH v2 01/18] X.509: Make certificate parser public
` [PATCH v2 02/18] X.509: Parse Subject Alternative Name in certificates
` [PATCH v2 03/18] X.509: Move certificate length retrieval into new helper
` [PATCH v2 04/18] certs: Create blacklist keyring earlier
` [PATCH v2 05/18] crypto: akcipher - Support more than one signature encoding
` [PATCH v2 06/18] crypto: ecdsa - Support P1363 "
` [PATCH v2 07/18] spdm: Introduce library to authenticate devices
` [PATCH v2 08/18] PCI/CMA: Authenticate devices on enumeration
` [PATCH v2 09/18] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v2 10/18] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH v2 11/18] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH v2 12/18] PCI/CMA: Expose certificates in sysfs
` [PATCH v2 13/18] sysfs: Allow bin_attributes to be added to groups
` [PATCH v2 14/18] sysfs: Allow symlinks to be added between sibling groups
` [PATCH v2 15/18] PCI/CMA: Expose a log of received signatures in sysfs
` [PATCH v2 16/18] spdm: Limit memory consumed by log of received signatures
` [PATCH v2 17/18] spdm: Authenticate devices despite invalid certificate chain
` [PATCH v2 18/18] spdm: Allow control of next requester nonce through sysfs

[PATCHv12 00/19] x86/tdx: Add kexec support
 2024-07-10 20:12 UTC  (24+ messages)
` [PATCH v9 0/3] x86/snp: "
  ` [PATCH v9 2/3] x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
  ` [PATCH v9 3/3] x86/snp: Convert shared memory back to private on kexec
` [PATCH v10 0/2] x86/snp: Add kexec support
  ` [PATCH v10 1/2] x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
  ` [PATCH v10 2/2] Subject: [PATCH v9 3/3] x86/snp: Convert shared memory back to private on kexec
` [PATCH v11 0/3] x86/snp: Add kexec support
  ` [PATCH v11 1/3] x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
  ` [PATCH v11 2/3] x86/mm: refactor __set_clr_pte_enc()
  ` [PATCH v11 3/3] x86/snp: Convert shared memory back to private on kexec

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-10 16:04 UTC  (35+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
` [PATCH v4 02/15] firmware/psci: Add psci_early_test_conduit()
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v4 04/15] arm64: realm: Query IPA size from the RMM
` [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared
` [PATCH v4 06/15] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v4 07/15] arm64: Enforce bounce buffers for realm DMA
` [PATCH v4 08/15] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v4 09/15] arm64: Enable memory encrypt for Realms
` [PATCH v4 10/15] arm64: Force device mappings to be non-secure shared
` [PATCH v4 11/15] efi: arm64: Map Device with Prot Shared
` [PATCH v4 12/15] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v4 13/15] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v4 14/15] arm64: rsi: Interfaces to query attestation token
` [PATCH v4 15/15] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
 2024-07-10  9:29 UTC  (11+ messages)

[PATCH] x86/tdx: Fix crash on kexec
 2024-07-08 18:43 UTC  (13+ messages)

[PATCH 0/2] Support userspace hypercalls for TDX
 2024-07-08 12:23 UTC  (9+ messages)
` [PATCH 1/2] x86/tdx: Add prctl to allow userlevel TDX hypercalls
` [PATCH 2/2] x86/vmware: VMware support for TDX userspace hypercalls

[v2] Support for Arm CCA VMs on Linux
 2024-07-08  0:47 UTC  (4+ messages)

[PATCHv5 0/4] x86/tdx: Adjust TD settings on boot
 2024-07-04 13:03 UTC  (14+ messages)
` [PATCHv5 1/4] x86/tdx: Introduce wrappers to read and write TD metadata
` [PATCHv5 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
` [PATCHv5 3/4] x86/tdx: Dynamically disable SEPT violations from causing #VEs
` [PATCHv5 4/4] x86/tdx: Enable CPU topology enumeration

question on vTPM interface in coconut-svsm
 2024-07-04  3:07 UTC  (7+ messages)
            ` Coconut-SVSM - vTPM support for Intel TD Partitioning

[PATCH][v4] virt: tdx-guest: Don't free decrypted memory
 2024-07-04  1:00 UTC  (2+ messages)

[PATCH] x86/mm: fix lookup_address() to handle physical memory holes in direct mapping
 2024-07-02  5:29 UTC  (15+ messages)

[PATCH v3 0/3] SEV-SNP: Add KVM support for attestation
 2024-07-01 22:31 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v3 2/3] x86/sev: Move sev_guest.h into common SEV header
` [PATCH v3 3/3] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v2 0/3] SEV-SNP: Add KVM support for attestation
 2024-06-29  0:48 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v2 2/3] x86/sev: Move sev_guest.h into common SEV header
` [PATCH v2 3/3] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-06-29  0:36 UTC  (23+ messages)
` [PATCH v1 1/5] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
  ` [PATCH v1-revised "
` [PATCH v1 3/5] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST "
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
 2024-06-28 19:24 UTC  (3+ messages)

[PATCH] x86/virt/tdx: accurately distinguishes TDX module loading situations
 2024-06-28 17:17 UTC  (3+ messages)

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-28  9:59 UTC  (13+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared

SVSM Development Call June 26th, 2024
 2024-06-27  9:59 UTC  (2+ messages)
` [svsm-devel] "

[PATCH v2 1/1] Documentation: hyperv: Add overview of Confidential Computing VM support
 2024-06-24  7:07 UTC  (2+ messages)


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