linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-17 21:40:02 to 2025-02-26 19:03:07 UTC [more...]

[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
 2025-02-26 19:03 UTC  (4+ messages)
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms

Using a linux bus for SVSM devices
 2025-02-26 15:16 UTC  (4+ messages)
` [svsm-devel] "

[PATCH v5 0/1] SEV-SNP: Add KVM support for SNP certificate fetching
 2025-02-26 15:09 UTC  (5+ messages)
` [PATCH v5 1/1] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-26 13:59 UTC  (7+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer
` [PATCH v6 2/5] mm/mempolicy: export memory policy symbols
` [PATCH v6 3/5] KVM: guest_memfd: Pass file pointer instead of inode pointer
` [PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH v6 5/5] KVM: guest_memfd: selftests: add tests for mmap and NUMA policy support

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-02-26 13:12 UTC  (38+ messages)
` [RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
` [RFC PATCH v2 02/22] PCI/IDE: Fixes to make it work on AMD SNP-SEV
` [RFC PATCH v2 03/22] PCI/IDE: Init IDs on all IDE streams beforehand
` [RFC PATCH v2 04/22] iommu/amd: Report SEV-TIO support
` [RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
` [RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 11/22] KVM: SEV: Add TIO VMGEXIT
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared
` [RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
` [RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
` [RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
` [RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices
` [RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
` [RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted

[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-02-26 12:13 UTC  (84+ messages)
` [PATCH 03/11] coco/tsm: Introduce a class device for TEE Security Managers
` [PATCH 04/11] PCI/IDE: Selective Stream IDE enumeration
` [PATCH 05/11] PCI/TSM: Authenticate devices via platform TSM
          ` [RFC PATCH 1/7] tsm: Select PCI_DOE which is required for PCI_TSM
            ` [RFC PATCH 2/7] tsm: Move tsm core outside the host directory
            ` [RFC PATCH 3/7] tsm: vfio: Add tsm bind/unbind support
            ` [RFC PATCH 4/7] tsm: Allow tsm ops function to be called for multi-function devices
            ` [RFC PATCH 5/7] tsm: Don't error out for doe mailbox failure
            ` [RFC PATCH 6/7] tsm: Allow tsm connect ops to be used for multiple operations
            ` [RFC PATCH 7/7] tsm: Add secure SPDM support
` [PATCH 06/11] samples/devsec: PCI device-security bus / endpoint sample
` [PATCH 07/11] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH 08/11] PCI/IDE: Add IDE establishment helpers

[PATCH v6 0/3] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-02-26 11:49 UTC  (6+ messages)
` [PATCH v6 1/3] x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT
` [PATCH v6 2/3] x86/tdx: Fix arch_safe_halt() execution for TDX VMs
` [PATCH v6 3/3] x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling

SVSM Development Call February 26th, 2025
 2025-02-25 21:16 UTC 

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-25 21:02 UTC  (8+ messages)
` [PATCH v5 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v5 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v5 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v5 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v5 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v5 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH v2 0/4] tsm: Unified Measurement Register ABI for TVMs
 2025-02-24  3:20 UTC  (5+ messages)
` [PATCH v2 1/4] tsm: Add TVM Measurement Register support
` [PATCH v2 2/4] tsm: Add TSM measurement sample code
` [PATCH v2 3/4] x86/tdx: Add tdx_mcall_extend_rtmr() interface
` [PATCH v2 4/4] x86/tdx: Expose TDX MRs through TSM sysfs interface

[PATCH 10/11] PCI/TSM: Report active IDE streams
 2025-02-21 22:28 UTC  (3+ messages)

[RFC PATCH v5 0/4] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-21 11:30 UTC  (6+ messages)
` [RFC PATCH v5 1/4] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v5 2/4] mm/mempolicy: export memory policy symbols
` [RFC PATCH v5 3/4] KVM: guest_memfd: Pass file pointer instead of inode pointer
` [RFC PATCH v5 4/4] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH v6 0/8] Add SEV firmware hotloading
 2025-02-21  3:43 UTC  (6+ messages)
` [PATCH v6 4/8] crypto: ccp: Fix uapi definitions of PSP errors

[PATCH V5 0/4] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-02-20 23:51 UTC  (9+ messages)
` [PATCH V5 1/4] x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT
` [PATCH V5 2/4] x86/tdx: Route safe halt execution via tdx_safe_halt()
` [PATCH V5 3/4] x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling
` [PATCH V5 4/4] x86/tdx: Remove TDX specific idle routine

[PATCH v4 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-20 22:39 UTC  (22+ messages)
` [PATCH v4 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v4 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v4 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v4 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v4 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v4 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v4 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

SVSM Development Call February 19th, 2025
 2025-02-20  8:34 UTC  (2+ messages)
` [svsm-devel] "

[PATCH 0/4] tsm: Unified Measurement Register ABI for TVMs
 2025-02-20  5:07 UTC  (37+ messages)
` [PATCH 1/4] tsm: Add TVM Measurement Register support
` [PATCH 3/4] x86/tdx: Add tdx_mcall_rtmr_extend() interface

[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
 2025-02-20  2:27 UTC  (10+ messages)
` [PATCH v2 1/1] kexec_core: "

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-02-20  1:12 UTC  (6+ messages)
` [PATCH 1/5] KVM: gmem: Don't rely on __kvm_gmem_get_pfn() for preparedness

[PATCH v4 0/1] SEV-SNP: Add KVM support for SNP certificate fetching
 2025-02-19 17:36 UTC  (6+ messages)
` [PATCH v4 1/1] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-19  6:45 UTC  (5+ messages)
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols

[Announce] Linux Security Summit Europe 2025 CfP
 2025-02-19  6:44 UTC 

[Invitation] bi-weekly guest_memfd upstream call on 2025-02-20
 2025-02-18  8:39 UTC 


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