linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] KVM: SEV: Fix unused variable in guest request handling
 2024-05-20 14:16 UTC  (5+ messages)
    `  "

[PATCH v4 00/15] Provide SEV-SNP support for running under an SVSM
 2024-05-20 13:57 UTC  (28+ messages)
` [PATCH v4 04/15] x86/sev: Check for the presence of an SVSM in the SNP Secrets page
` [PATCH v4 05/15] x86/sev: Use kernel provided SVSM Calling Areas
` [PATCH v4 13/15] x86/sev: Take advantage of configfs visibility support in TSM
` [PATCH v4 15/15] x86/sev: Allow non-VMPL0 execution when an SVSM is present
  ` [svsm-devel] "
` [svsm-devel] [PATCH v4 00/15] Provide SEV-SNP support for running under an SVSM

[PATCH 00/20] x86/tdx: Rewrite TDCALL wrappers
 2024-05-20 11:56 UTC  (35+ messages)
` [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
` [PATCH 02/20] x86/tdx: Add macros to generate TDVMCALL wrappers
` [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros
` [PATCH 04/20] x86/tdx: Convert HLT handling to use new TDVMCALL_0()
` [PATCH 05/20] x86/tdx: Convert MSR read handling to use new TDVMCALL_1()
` [PATCH 06/20] x86/tdx: Convert MSR write handling to use new TDVMCALL_0()
` [PATCH 07/20] x86/tdx: Convert CPUID handling to use new TDVMCALL_4()
` [PATCH 08/20] x86/tdx: Convert MMIO handling to use new TDVMCALL macros
` [PATCH 09/20] x86/tdx: Convert MAP_GPA hypercall "
` [PATCH 10/20] x86/tdx: Convert GET_QUOTE "
` [PATCH 11/20] x86/tdx: Rewrite tdx_panic() without __tdx_hypercall()
` [PATCH 12/20] x86/tdx: Rewrite tdx_kvm_hypercall() "
` [PATCH 13/20] x86/tdx: Rewrite hv_tdx_hypercall() "
` [PATCH 14/20] x86/tdx: Add macros to generate TDCALL wrappers
` [PATCH 15/20] x86/tdx: Convert PAGE_ACCEPT tdcall to use new TDCALL_0() macro
` [PATCH 16/20] x86/tdx: Convert VP_INFO tdcall to use new TDCALL_5() macro
` [PATCH 17/20] x86/tdx: Convert VM_RD/VM_WR tdcalls to use new TDCALL macros
` [PATCH 18/20] x86/tdx: Convert VP_VEINFO_GET tdcall to use new TDCALL_5() macro
` [PATCH 19/20] x86/tdx: Convert MR_REPORT tdcall to use new TDCALL_0() macro
` [PATCH 20/20] x86/tdx: Remove old TDCALL wrappers

[PATCH] x86/kvm/tdx: Save %rbp in TDX_MODULE_CALL
 2024-05-20 11:54 UTC  (17+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-20 10:16 UTC  (34+ messages)
` [PATCH v15 02/20] KVM: x86: Add hook for determining max NPT mapping level
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v15 13/20] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
        ` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
  ` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
  ` [PATCH v15 23/23] KVM: SEV: Fix PSC handling for SMASH/UNSMASH and partial update ops

Development Plan Document
 2024-05-17 10:01 UTC  (8+ messages)
` [svsm-devel] "

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-17  9:34 UTC  (30+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v2 06/14] arm64: Override set_fixmap_io
` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-05-16  8:33 UTC  (7+ messages)
` [RFC PATCH v2 4/4] tsm: Allow for extending and reading configured RTMRs

SVSM Development Call May 15th, 2024
 2024-05-16  7:01 UTC  (2+ messages)
` [svsm-devel] "

[PATCH] KVM: SEV: Fix uninitialized firmware error code
 2024-05-15 22:02 UTC  (2+ messages)

[PATCHv4 0/4] x86/tdx: Adjust TD settings on boot
 2024-05-15 13:53 UTC  (10+ messages)
` [PATCHv4 1/4] x86/tdx: Factor out TD metadata write TDCALL
` [PATCHv4 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
` [PATCHv4 3/4] x86/tdx: Dynamically disable SEPT violations from causing #VEs
` [PATCHv4 4/4] x86/tdx: Enable CPU topology enumeration

[RFC PATCH v2 0/6] Towards a shared TSM sysfs-ABI for Confidential Computing
 2024-05-14 17:13 UTC  (10+ messages)
` [RFC PATCH v2 5/6] PCI/TSM: Authenticate devices via platform TSM

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-05-14 10:27 UTC  (5+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-13 22:08 UTC  (5+ messages)

Unmapping KVM Guest Memory from Host Kernel
 2024-05-13 22:01 UTC  (10+ messages)

Confidential Computing call May 10: RTMR ABI & TEE I/O
 2024-05-13  5:10 UTC  (3+ messages)

[PATCHv10 00/18] x86/tdx: Add kexec support
 2024-05-10 18:36 UTC  (28+ messages)
` [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 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 13/18] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCH v4 0/4] x86/snp: Add kexec support
  ` [PATCH v6 0/3] "
    ` [PATCH v6 1/3] efi/x86: Fix EFI memory map corruption with kexec

SVSM Development Call May 8th, 2024
 2024-05-10  9:50 UTC  (2+ messages)
` [svsm-devel] "

[PATCHv10 09/18] x86/mm: Adding callbacks to prepare encrypted memory for kexec
 2024-05-06 14:21 UTC  (5+ messages)
` [PATCHv10.1 "

[PATCHv3 0/4] x86/tdx: Adjust TD settings on boot
 2024-05-06 12:15 UTC  (5+ messages)
` [PATCHv3 1/4] x86/tdx: Factor out TD metadata write TDCALL
` [PATCHv3 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
` [PATCHv3 3/4] x86/tdx: Handle PENDING_EPT_VIOLATION_V2
` [PATCHv3 4/4] x86/tdx: Enable ENUM_TOPOLOGY


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