Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2024-03-25 22:28:19 to 2024-04-11 06:24:09 UTC [more...]

[RFC PATCH] OvmfPkg/SecurityPkg: Add build option for coexistance of vTPM and RTMR
 2024-04-11  6:23 UTC  (10+ messages)
      ` Fwd: [External] Re: [linux-collab] [CCC][tac] "

[PATCH v4] virt: tdx-guest: Handle GetQuote request error code
 2024-04-11  2:22 UTC 

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-10 22:27 UTC  (90+ messages)
` [PATCH v12 01/29] [TEMP] x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
` [PATCH v12 02/29] [TEMP] x86/cc: Add cc_platform_set/_clear() helpers
` [PATCH v12 03/29] [TEMP] x86/CPU/AMD: Track SNP host status with cc_platform_*()
` [PATCH v12 04/29] [TEMP] fixup! KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
` [PATCH v12 05/29] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH v12 06/29] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v12 07/29] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v12 08/29] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v12 09/29] KVM: SEV: Add initial SEV-SNP support
` [PATCH v12 10/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v12 12/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v12 13/29] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v12 14/29] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v12 15/29] KVM: SEV: Add support to handle "
` [PATCH v12 16/29] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH v12 17/29] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH v12 19/29] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v12 20/29] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v12 21/29] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v12 23/29] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v12 24/29] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v12 25/29] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v12 29/29] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V
 2024-04-10 21:34 UTC  (2+ messages)

SVSM Development Call April 10th, 2024
 2024-04-10 15:52 UTC  (2+ messages)
` [svsm-devel] "

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

[PATCH v3 00/14] Provide SEV-SNP support for running under an SVSM
 2024-04-09 18:12 UTC  (8+ messages)
` [PATCH v3 01/14] x86/sev: Rename snp_init() in the boot/compressed/sev.c file
` [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

question on vTPM interface in coconut-svsm
 2024-04-08 15:05 UTC  (11+ messages)

[PATCH v5 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-04-08  7:40 UTC  (11+ messages)
` [PATCH v5 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v5 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v5 03/10] x86/sev: Set GHCB data structure version
` [PATCH v5 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v5 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v5 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v5 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v5 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v5 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v5 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests

[PATCHv9 00/17] x86/tdx: Add kexec support
 2024-04-07 15:55 UTC  (33+ messages)
` [PATCHv9 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
  ` [PATCHv9.1 "
` [PATCHv9 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
  ` [PATCHv9.1 "
` [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 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
` [PATCH v3 0/4] x86/snp: Add kexec support
  ` [PATCH v3 1/4] efi/x86: skip efi_arch_mem_reserve() in case of kexec
  ` [PATCH v3 2/4] x86/sev: add sev_es_enabled() function
  ` [PATCH v3 3/4] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
  ` [PATCH v3 4/4] x86/snp: Convert shared memory back to private on kexec

SVSM Development Call April 3rd, 2024
 2024-04-04  8:04 UTC  (6+ messages)
` [svsm-devel] "

[PATCH gmem 0/6] gmem fix-ups and interfaces for populating gmem pages
 2024-04-02 21:50 UTC  (9+ messages)
` [PATCH gmem 1/6] KVM: guest_memfd: Fix stub for kvm_gmem_get_uninit_pfn()
` [PATCH gmem 2/6] KVM: guest_memfd: Only call kvm_arch_gmem_prepare hook if necessary
` [PATCH gmem 3/6] KVM: x86: Pass private/shared fault indicator to gmem_validate_fault
` [PATCH gmem 4/6] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH gmem 5/6] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH gmem 6/6] KVM: guest_memfd: Add interface for populating gmem pages with user data

[PATCH v4] x86/coco: Require seeding RNG with RDRAND on CoCo systems
 2024-03-28 15:13 UTC  (5+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).