linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-07 13:07:25 to 2025-11-21 07:53:53 UTC [more...]

[PATCH v2 00/21] Runtime TDX Module update support
 2025-11-21  7:53 UTC  (4+ messages)
` [PATCH v2 04/21] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs

[PATCH v2 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
 2025-11-21  6:09 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: SVM: Handle #MCs in guest outside of fastpath
` [PATCH v2 2/4] KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath
` [PATCH v2 3/4] KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop
` [PATCH v2 4/4] KVM: x86: Load guest/host PKRU "

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-21  1:40 UTC  (14+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 2/6] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel 3/6] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel 4/6] iommu/amd: Report SEV-TIO support
` [PATCH kernel 5/6] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-11-21  0:51 UTC  (17+ messages)
` [PATCH v4 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v4 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v4 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v4 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v4 06/16] x86/virt/tdx: Improve PAMT refcounts allocation for sparse memory
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v4 08/16] x86/virt/tdx: Optimize "
` [PATCH v4 09/16] KVM: TDX: Allocate PAMT memory for TD control structures
` [PATCH v4 10/16] KVM: TDX: Allocate PAMT memory for vCPU "
` [PATCH v4 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
` [PATCH v4 13/16] KVM: TDX: Handle PAMT allocation in fault path
` [PATCH v4 14/16] KVM: TDX: Reclaim PAMT memory
` [PATCH v4 15/16] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v4 16/16] Documentation/x86: Add documentation for TDX's "

[PATCH v2 00/21] Runtime TDX Module update support
 2025-11-20 23:38 UTC  (14+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-20 19:34 UTC  (9+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 2/3] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-11-20 18:00 UTC  (49+ messages)
` [PATCH v1 01/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v1 02/26] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
` [PATCH v1 03/26] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v1 04/26] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v1 05/26] mm: Add __free() support for __free_page()
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v1 07/26] x86/virt/tdx: Read TDX global metadata for TDX Module Extensions
` [PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of "
` [PATCH v1 09/26] ACPICA: Add KEYP table definition
` [PATCH v1 10/26] acpi: Add KEYP support to fw_table parsing
` [PATCH v1 11/26] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v1 12/26] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v1 13/26] x86/virt/tdx: Read TDX Connect global metadata for TDX Connect
` [PATCH v1 14/26] mm: Add __free() support for folio_put()
` [PATCH v1 15/26] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v1 16/26] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v1 17/26] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
` [PATCH v1 18/26] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v1 19/26] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v1 20/26] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [PATCH v1 21/26] x86/virt/tdx: Add SEAMCALL wrappers for SPDM management
` [PATCH v1 22/26] coco/tdx-host: Implement SPDM session setup
` [PATCH v1 23/26] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v1 24/26] x86/virt/tdx: Add SEAMCALL wrappers for IDE stream management
` [PATCH v1 25/26] coco/tdx-host: Implement IDE stream setup/teardown
` [PATCH v1 26/26] coco/tdx-host: Finally enable SPDM session and IDE Establishment

[PATCH v2 00/11] TSM: Implement ->lock()/->accept() callbacks for ARM CCA TDISP setup
 2025-11-20 17:59 UTC  (23+ messages)
` [PATCH v2 01/11] coco: guest: arm64: Guest TSM callback and realm device lock support
` [PATCH v2 02/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [PATCH v2 03/11] coco: guest: arm64: Add support for guest initiated TDI bind/unbind
` [PATCH v2 04/11] coco: guest: arm64: Add support for updating interface reports from device
` [PATCH v2 05/11] coco: guest: arm64: Add support for updating measurements "
` [PATCH v2 06/11] coco: guest: arm64: Add support for reading cached objects from host
` [PATCH v2 07/11] coco: guest: arm64: Validate Realm MMIO mappings from TDISP report
` [PATCH v2 08/11] coco: guest: arm64: Add support for fetching and verifying device info
` [PATCH v2 09/11] coco: guest: arm64: Wire Realm TDISP RUN/STOP transitions into guest driver
` [PATCH v2 10/11] coco: arm64: dma: Update force_dma_unencrypted for accepted devices
` [PATCH v2 11/11] coco: guest: arm64: Enable vdev DMA after attestation

SVSM Development Call November 19th, 2025
 2025-11-20  8:43 UTC  (2+ messages)

[PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
 2025-11-19  0:02 UTC  (5+ messages)
` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()

[PATCH] KVM: TDX: Use struct_size and simplify tdx_get_capabilities
 2025-11-18 23:27 UTC  (2+ messages)

[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-11-18 23:15 UTC  (4+ messages)

[PATCH v2 0/8] PCI/TSM: Finalize "Link" TSM infrastructure
 2025-11-17 14:58 UTC  (22+ messages)
` [PATCH v2 1/8] drivers/virt: Drop VIRT_DRIVERS build dependency
` [PATCH v2 2/8] PCI/TSM: Drop stub for pci_tsm_doe_transfer()
` [PATCH v2 3/8] resource: Introduce resource_assigned() for discerning active resources
` [PATCH v2 4/8] PCI/IDE: Add Address Association Register setup for downstream MMIO
  ` [PATCH v3 "
` [PATCH v2 5/8] PCI/IDE: Initialize an ID for all IDE streams
` [PATCH v2 6/8] PCI/TSM: Add pci_tsm_bind() helper for instantiating TDIs
` [PATCH v2 7/8] PCI/TSM: Add pci_tsm_guest_req() for managing TDIs
` [PATCH v2 8/8] PCI/TSM: Add 'dsm' and 'bound' attributes for dependent functions

[RFC PATCH 00/27] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-11-17  4:56 UTC  (10+ messages)
` [RFC PATCH 20/27] coco/tdx-host: Add connect()/disconnect() handlers prototype

[RFC PATCH 0/4] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-11-14 23:55 UTC  (5+ messages)

[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
 2025-11-14  9:03 UTC  (6+ messages)
` [PATCH 1/4] x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
` [PATCH 2/4] x86/mtrr: Drop unnecessary export of "mtrr_state"
` [PATCH 3/4] x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
` [PATCH 4/4] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible

[PATCH RESEND] KVM: TDX: Use struct_size and simplify tdx_get_capabilities
 2025-11-13 18:55 UTC  (8+ messages)

[PATCH 0/6] PCI/TSM: Finalize "Link" TSM infrastructure
 2025-11-13 12:10 UTC  (11+ messages)
` [PATCH 2/6] PCI/IDE: Add Address Association Register setup for downstream MMIO
` [PATCH 3/6] PCI/IDE: Initialize an ID for all IDE streams
` [PATCH 6/6] PCI/TSM: Add 'dsm' and 'bound' attributes for dependent functions

[PATCH 0/2] Expose TDX Module version
 2025-11-13  1:24 UTC  (5+ messages)
` [PATCH 1/2] x86/virt/tdx: Retrieve TDX module version

SVSM Development Call November 12th, 2025
 2025-11-12 22:03 UTC  (2+ messages)

SVSM draft specification (v1.01 draft #3)
 2025-11-12 17:52 UTC  (6+ messages)
        ` [EXTERNAL] "

[Invitation] bi-weekly guest_memfd upstream call on 2025-11-13
 2025-11-12 14:05 UTC 

One pager on SVSM_REBOOT_EXECUTE
 2025-11-12 13:55 UTC  (3+ messages)

[PATCH v8 0/9] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-11-10 23:49 UTC  (18+ messages)
` [PATCH v8 1/9] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v8 2/9] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v8 4/9] PCI/TSM: Establish Secure Sessions and Link Encryption
` [PATCH v8 5/9] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v8 7/9] PCI/IDE: Add IDE establishment helpers
` [PATCH v8 8/9] PCI/IDE: Report available IDE streams
` [PATCH v8 9/9] PCI/TSM: Report active "

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-10 15:37 UTC  (2+ messages)

[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
 2025-11-10 15:37 UTC  (5+ messages)
` [PATCH v5 3/4] KVM: x86: Leave user-return notifier registered on reboot/shutdown

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-11-07 13:05 UTC  (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking


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