public inbox for linux-coco@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-17 20:10:45 to 2026-03-02 16:31:08 UTC [more...]

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-03-02 16:31 UTC  (9+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
` [PATCH v12 20/46] arm64: RMI: Allow populating initial contents

[PATCH v2 0/3] KVM: SEV: Add support for IBPB-on-Entry
 2026-03-02 15:10 UTC  (4+ messages)
` [PATCH v2 2/3] "

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-03-02 13:35 UTC  (43+ messages)
` [PATCH kernel 1/9] pci/tsm: Add TDISP report blob and helpers to parse it
` [PATCH kernel 2/9] pci/tsm: Add tsm_tdi_status
` [PATCH kernel 3/9] coco/sev-guest: Allow multiple source files in the driver
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
` [PATCH kernel 5/9] x86/mm: Stop forcing decrypted page state "
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted "
` [PATCH kernel 7/9] coco/sev-guest: Implement the guest support for SEV TIO (phase2)
` [PATCH kernel 8/9] RFC: PCI: Avoid needless touching of Command register
` [PATCH kernel 9/9] pci: Allow encrypted MMIO mapping via sysfs

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-02 12:24 UTC  (38+ messages)
` [PATCH v4 01/24] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 03/24] coco/tdx-host: Expose TDX Module version
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 05/24] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v4 07/24] coco/tdx-host: Implement firmware upload sysfs ABI for TDX Module updates
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v4 20/24] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v4 21/24] x86/virt/tdx: Avoid updates during update-sensitive operations

[RFC PATCH kernel] iommufd: Allow mapping from KVM's guest_memfd
 2026-02-28 18:29 UTC  (15+ messages)

[PATCH] crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
 2026-02-28  8:43 UTC  (2+ messages)

[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
 2026-02-27 20:19 UTC  (20+ messages)
` [PATCH 01/14] KVM: x86: Use scratch field in MMIO fragment to hold small write values
` [PATCH 02/14] KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
` [PATCH 03/14] KVM: x86: Trace unsatisfied MMIO reads on a per-page basis
` [PATCH 04/14] KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()
` [PATCH 05/14] KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
` [PATCH 06/14] KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
` [PATCH 07/14] KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
` [PATCH 08/14] KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
` [PATCH 09/14] KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
` [PATCH 10/14] KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
` [PATCH 11/14] KVM: x86: Fold emulator_write_phys() into write_emulate()
` [PATCH 12/14] KVM: x86: Rename .read_write_emulate() to .read_write_guest()
` [PATCH 13/14] KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes sideways
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit

[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-02-27 11:28 UTC  (18+ messages)
` [PATCH v3 06/16] KVM: VMX: Move core VMXON enablement to kernel
` [PATCH v3 07/16] KVM: SVM: Move core EFER.SVME "
` [PATCH v3 08/16] KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
` [PATCH v3 09/16] x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
` [PATCH v3 11/16] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init

COCONUT-SVSM Development Release v2026.02-devel
 2026-02-27  8:31 UTC 

[PATCH] KVM: SEV: Track SNP launch state and disallow invalid userspace interactions
 2026-02-26 19:30 UTC  (6+ messages)

SVSM Development Call February 25, 2026
 2026-02-26  9:49 UTC  (2+ messages)

[PATCH v2] KVM: x86: synthesize CPUID bits only if CPU capability is set
 2026-02-25 16:43 UTC  (2+ messages)

[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
 2026-02-25 15:03 UTC  (12+ messages)

[PATCH 0/3] KVM: SEV: Add support for BTB Isolation
 2026-02-24 21:40 UTC  (7+ messages)
` [PATCH 1/3] cpu/bugs: Fix selecting Automatic IBRS using spectre_v2=eibrs
` [PATCH 2/3] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
` [PATCH 3/3] KVM: SEV: Add support for SNP BTB Isolation

[PATCH v2 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-24 19:04 UTC  (6+ messages)
` [PATCH v2 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH v2 2/2] dma-buf: heaps: system: add system_cc_decrypted heap for explicitly decrypted memory

[PATCH 0/2] Arm LFA: timeout and ACPI platform driver support
 2026-02-24 10:58 UTC  (3+ messages)
` [PATCH 1/2] firmware: smccc: add timeout, touch wdt

SVSM Development Call Meeting Minutes
 2026-02-23 13:55 UTC 

[PATCH 0/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-23  7:28 UTC  (3+ messages)
  ` [PATCH 1/5] dma-mapping: avoid random addr value print out on error path

[PATCH 0/1] [Test Report] get qutoe time via tdvmcall
 2026-02-22  2:17 UTC  (4+ messages)
` [PATCH 1/1] virt: tdx-guest: Optimize the get-quote polling interval time

[PATCH 0/1] Arm Live Firmware Activation (LFA) support
 2026-02-20 21:48 UTC  (4+ messages)
` [PATCH 1/1] firmware: smccc: add support for Live Firmware Activation (LFA)

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-20 17:36 UTC  (6+ messages)
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all

[PATCH v3 00/16] x86/msr: Inline rdmsr/wrmsr instructions
 2026-02-19  6:28 UTC  (8+ messages)
` [PATCH v3 02/16] coco/tdx: Rename MSR access helpers
` [PATCH v3 04/16] KVM: x86: Remove the KVM private read_msr() function

[PATCH 0/6] Add RMPOPT support
 2026-02-18 22:56 UTC  (29+ messages)
` [PATCH 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT
` [PATCH 3/6] x86/sev: add support for RMPOPT instruction
` [PATCH 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH 5/6] x86/sev: Use configfs "
` [PATCH 6/6] x86/sev: Add debugfs support for RMPOPT

[Invitation] bi-weekly guest_memfd upstream call on 2026-02-19
 2026-02-18 22:46 UTC 


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