public inbox for linux-coco@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-09-06 04:52:29 to 2024-10-04 15:29:54 UTC [more...]

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-04 15:27 UTC  (22+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-04 15:05 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: rsi: Add RSI definitions
` [PATCH v6 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v6 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v6 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v6 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[PATCH] tdx, memory hotplug: Check whole hot-adding memory range for TDX
 2024-10-04 10:21 UTC  (13+ messages)

SVSM Development Call October 2nd, 2024
 2024-10-01 15:32 UTC 

[PATCH 0/4] configfs-tsm-report: TCB Stability
 2024-10-01  8:50 UTC  (10+ messages)
` [PATCH 1/4] configfs-tsm: Namespace TSM report symbols
` [PATCH 2/4] coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/
` [PATCH 3/4] x86/tdx: Introduce guest global metadata retrieval infrastructure
` [PATCH 4/4] configfs-tsm-report: Introduce TCB stability enumeration and watchdog

No CCC Kernel SIG / device security meeting 9/27
 2024-09-29 23:24 UTC  (5+ messages)

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-09-27 15:21 UTC  (33+ messages)
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms

SVSM Development Call September 25th, 2024
 2024-09-26  8:16 UTC  (3+ messages)
` [svsm-devel] "

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-09-25 15:41 UTC  (31+ messages)
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared
` [RFC PATCH 17/21] coco/sev-guest: Implement the guest side of things

Invitation to COCONUT-SVSM BoF at Linux Plumbers Conference
 2024-09-19 15:06 UTC  (3+ messages)
  ` [svsm-devel] "

[RFC PATCH 0/5] Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL
 2024-09-16 18:17 UTC  (6+ messages)
` [RFC PATCH 1/5] kvm: Move kvm_vcpu fields into common structure
` [RFC PATCH 2/5] x86/kvm: Create a child struct kvm_vcpu for each VMPL
` [RFC PATCH 3/5] kvm/sev: Update SEV VMPL handling to use multiple struct kvm_vcpus
` [RFC PATCH 4/5] x86/kvm: Add x86 field to find the default VMPL that IRQs should target
` [RFC PATCH 5/5] x86/kvm: Add target VMPL to IRQs and send to APIC for VMPL

[PATCH RFC 0/3] tsm: Unified Measurement Register ABI for TVMs
 2024-09-15  5:14 UTC  (35+ messages)
` [PATCH RFC 1/3] tsm: Add TVM Measurement Register Support
` [PATCH RFC 2/3] tsm: Add RTMR event logging
` [PATCH RFC 3/3] tsm: Add TVM Measurement Sample Code

[PATCH v4 0/6] x86/tdx: Allow MMIO instructions from userspace
 2024-09-13 17:39 UTC  (39+ messages)
` [PATCH v5 "
  ` [PATCH v5 6/6] x86/tdx: Implement MOVS for MMIO
  ` [PATCH v6 0/6] x86/tdx: Allow MMIO instructions from userspace
    ` [PATCH v6 1/6] x86/tdx: Fix "in-kernel MMIO" check
    ` [PATCH v6 2/6] x86/tdx: Split MMIO read and write operations
    ` [PATCH v6 3/6] x86/tdx: Add validation of userspace MMIO instructions
    ` [PATCH v6 4/6] x86/tdx: Allow MMIO from userspace
    ` [PATCH v6 5/6] x86/tdx: Move MMIO helpers to common library
    ` [PATCH v6 6/6] x86/tdx: Implement MOVS for MMIO
    ` [PATCH v7 0/6] x86/tdx: Allow MMIO instructions from userspace
      ` [PATCH v7 1/6] x86/tdx: Fix "in-kernel MMIO" check
      ` [PATCH v7 2/6] x86/tdx: Split MMIO read and write operations
      ` [PATCH v7 3/6] x86/tdx: Add validation of userspace MMIO instructions
      ` [PATCH v7 4/6] x86/tdx: Allow MMIO from userspace
      ` [PATCH v7 5/6] x86/tdx: Move MMIO helpers to common library
      ` [PATCH v7 6/6] x86/tdx: Implement MOVS for MMIO

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-09-13 16:29 UTC  (8+ messages)
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH v2] x86/sev: Fix host kdump support for SNP
 2024-09-12 22:18 UTC  (4+ messages)

SVSM Development Call September 11th, 2024
 2024-09-12  9:31 UTC  (2+ messages)
` [svsm-devel] "

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-09-12  9:27 UTC  (10+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms

[PATCH] x86/tdx: Enhance code generation for TDCALL and SEAMCALL wrappers
 2024-09-11 23:31 UTC  (6+ messages)

[PATCHv6 0/4] x86/tdx: Adjust TD settings on boot
 2024-09-09 11:29 UTC  (7+ messages)
` [PATCHv6 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
` [PATCHv6 3/4] x86/tdx: Dynamically disable SEPT violations from causing #VEs

[RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
 2024-09-06 13:54 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox