linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH v4] x86/coco: Require seeding RNG with RDRAND on CoCo systems
 2024-03-28 15:13 UTC  (7+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

question on vTPM interface in coconut-svsm
 2024-03-28 14:09 UTC  (9+ messages)

SVSM Development Call March 27th, 2024
 2024-03-28  8:54 UTC  (2+ messages)
` [svsm-devel] "

[PATCHv9 00/17] x86/tdx: Add kexec support
 2024-03-27 12:34 UTC  (25+ messages)
` [PATCHv9 01/17] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv9 02/17] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv9 03/17] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv9 04/17] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv9 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv9 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
  ` [PATCHv9.1 "
` [PATCHv9 07/17] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv9 08/17] x86/tdx: Account shared memory
` [PATCHv9 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
` [PATCHv9 10/17] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv9 11/17] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv9 12/17] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv9 13/17] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv9 14/17] x86/smp: Add smp_ops.stop_this_cpu() callback
` [PATCHv9 15/17] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv9 16/17] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
` [PATCHv9 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed

[PATCH v3 00/14] Provide SEV-SNP support for running under an SVSM
 2024-03-25 22:26 UTC  (15+ messages)
` [PATCH v3 01/14] x86/sev: Rename snp_init() in the boot/compressed/sev.c file
` [PATCH v3 02/14] x86/sev: Make the VMPL0 checking function more generic
` [PATCH v3 03/14] x86/sev: Check for the presence of an SVSM in the SNP Secrets page
` [PATCH v3 04/14] x86/sev: Use kernel provided SVSM Calling Areas
` [PATCH v3 05/14] x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0
` [PATCH v3 06/14] x86/sev: Use the SVSM to create a vCPU when not in VMPL0
` [PATCH v3 07/14] x86/sev: Provide SVSM discovery support
` [PATCH v3 08/14] x86/sev: Provide guest VMPL level to userspace
` [PATCH v3 09/14] virt: sev-guest: Choose the VMPCK key based on executing VMPL
` [PATCH v3 10/14] configfs-tsm: Allow the privlevel_floor attribute to be updated
` [PATCH v3 11/14] x86/sev: Extend the config-fs attestation support for an SVSM
` [PATCH v3 12/14] fs/configfs: Add a callback to determine attribute visibility
` [PATCH v3 13/14] x86/sev: Hide SVSM attestation entries if not running under an SVSM
` [PATCH v3 14/14] x86/sev: Allow non-VMPL0 execution when an SVSM is present

[RFC PATCH] OvmfPkg/SecurityPkg: Add build option for coexistance of vTPM and RTMR
 2024-03-25 15:28 UTC  (8+ messages)

[PATCHv8 00/17, CORRECTED] x86/tdx: Add kexec support
 2024-03-24 22:32 UTC  (35+ messages)
` [PATCHv8 01/17] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv8 02/17] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv8 03/17] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv8 04/17] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv8 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv8 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv8 07/17] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv8 08/17] x86/tdx: Account shared memory
` [PATCHv8 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
` [PATCHv8 10/17] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv8 11/17] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv8 12/17] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv8 13/17] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv8 14/17] x86/smp: Add smp_ops.stop_this_cpu() callback
` [PATCHv8 15/17] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv8 16/17] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
` [PATCHv8 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
` [PATCH v2 0/3] x86/snp: Add kexec support
  ` [PATCH v2 1/3] efi/x86: skip efi_arch_mem_reserve() in case of kexec
  ` [PATCH v2 2/3] x86/mm: Do not zap page table entries mapping unaccepted memory table during kdump
  ` [PATCH v2 3/3] x86/snp: Convert shared memory back to private on kexec

[PATCH] x86/virt/tdx: Remove duplicate include
 2024-03-22  6:38 UTC  (2+ messages)

SVSM Development Call March 20th, 2024
 2024-03-21  9:03 UTC  (4+ messages)
` [svsm-devel] "

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-20 17:28 UTC  (7+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages

[PATCH 00/12] PCI device authentication
 2024-03-20  8:33 UTC  (9+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 07/12] spdm: Introduce library to authenticate devices

[RFC] Support for Arm CCA VMs on Linux
 2024-03-18 14:14 UTC  (17+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs

Unmapping KVM Guest Memory from Host Kernel
 2024-03-18 14:11 UTC  (11+ messages)

SVSM vTPM state
 2024-03-14 14:44 UTC 

[PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V
 2024-03-14 13:56 UTC  (16+ messages)
` [PATCH v2 1/5] Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
` [PATCH v2 2/5] Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
` [PATCH v2 3/5] hv_netvsc: Don't free decrypted memory
` [PATCH v2 4/5] uio_hv_generic: "
` [PATCH v2 5/5] Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-13 17:11 UTC  (9+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v4 0/9] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-03-12 16:13 UTC  (14+ messages)
` [PATCH v4 1/9] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v4 2/9] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v4 3/9] x86/sev: Set GHCB data structure version
` [PATCH v4 4/9] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v4 5/9] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v4 6/9] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v4 7/9] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v4 8/9] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v4 9/9] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob

Unmapping KVM Guest Memory from Host Kernel
 2024-03-11  9:29 UTC  (3+ messages)

[RFC RFT PATCH 0/4] Handle set_memory_XXcrypted() errors in hyperv
 2024-03-07 20:25 UTC  (18+ messages)
` [RFC RFT PATCH 1/4] hv: Leak pages if set_memory_encrypted() fails
` [RFC RFT PATCH 2/4] hv: Track decrypted status in vmbus_gpadl
` [RFC RFT PATCH 3/4] hv_nstvsc: Don't free decrypted memory
` [RFC RFT PATCH 4/4] uio_hv_generic: "

[RFC PATCH 0/5] Towards a shared TSM sysfs-ABI for Confidential Computing
 2024-03-07 19:51 UTC  (11+ messages)
` [RFC PATCH 3/5] coco/tsm: Introduce a shared class device for TSMs
` [RFC PATCH 5/5] PCI/TSM: Authenticate devices via platform TSM

SVSM Devel Call March 6th, 2024
 2024-03-07  8:31 UTC  (2+ messages)
` [svsm-devel] "

Attestation evidence collection "standard package(s)" effort
 2024-03-06  9:50 UTC  (2+ messages)

[RFC V1 0/5] x86: CVMs: Align memory conversions to 2M granularity
 2024-03-05 17:19 UTC  (6+ messages)
` [RFC V1 1/5] swiotlb: Support allocating DMA memory from SWIOTLB

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-03-05  1:19 UTC  (14+ messages)

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-03-01  9:26 UTC  (2+ messages)

Meeting Minutes and Governance Repository
 2024-02-29 13:53 UTC 

[PATCHv8 00/16] x86/tdx: Add kexec support
 2024-02-27 21:21 UTC  (4+ messages)
` [PATCHv8 15/16] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv8 16/16] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

SVSM Devel Call Feb. 28th, 2024
 2024-02-27 21:13 UTC 


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