linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-09 23:25:28 to 2025-01-08 02:29:03 UTC [more...]

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-01-07 14:27 UTC  (8+ messages)
` [RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 02/12] vfio: Export vfio device get and put registration helpers
` [RFC PATCH 03/12] vfio/pci: Share the core device pointer while invoking feature functions
` [RFC PATCH 04/12] vfio/pci: Allow MMIO regions to be exported through dma-buf
` [RFC PATCH 05/12] vfio/pci: Support get_pfn() callback for dma-buf
` [RFC PATCH 06/12] KVM: Support vfio_dmabuf backed MMIO region
` [RFC PATCH 07/12] KVM: x86/mmu: Handle page fault for vfio_dmabuf backed MMIO

SVSM Development Call January 8th, 2025
 2025-01-07 23:08 UTC  (3+ messages)
` [svsm-devel] "

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

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-01-07 12:11 UTC  (8+ messages)
` [PATCH 1/5] KVM: gmem: Don't rely on __kvm_gmem_get_pfn() for preparedness
` [PATCH 2/5] KVM: gmem: Don't clear pages that have already been prepared
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
` [PATCH 4/5] KVM: SEV: Improve handling of large ranges in gmem prepare callback
` [PATCH 5/5] KVM: Add hugepage support for dedicated guest memory

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

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2024-12-27  4:21 UTC  (10+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
  ` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-12

Confidential Computing - Kernel SIG meeting 2024/12/20 - Agenda items?
 2024-12-20 16:04 UTC  (2+ messages)

[PATCH 0/3] Enlightened vTPM support for SVSM on SEV-SNP
 2024-12-19 16:06 UTC  (24+ messages)
` [PATCH 1/3] tpm: add generic platform device
` [PATCH 2/3] x86/sev: add SVSM call macros for the vTPM protocol
` [PATCH 3/3] x86/sev: add a SVSM vTPM platform device

[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2024-12-19 10:05 UTC  (26+ messages)
` [PATCH 01/11] configfs-tsm: Namespace TSM report symbols
` [PATCH 02/11] coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/
` [PATCH 04/11] PCI/IDE: Selective Stream IDE enumeration
` [PATCH 05/11] PCI/TSM: Authenticate devices via platform TSM
` [PATCH 08/11] PCI/IDE: Add IDE establishment helpers

SVSM Development Call December 18th, 2024
 2024-12-19  8:46 UTC  (2+ messages)
` [svsm-devel] "

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-19  5:44 UTC  (49+ messages)
` [PATCH v6 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v6 02/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v6 05/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 09/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 11/43] arm64: RME: RTT tear down
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 13/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v6 14/43] arm64: RME: Support for the VGIC in realms
` [PATCH v6 15/43] KVM: arm64: Support timers in realm RECs
` [PATCH v6 16/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v6 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v6 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 26/43] arm64: rme: allow userspace to inject aborts
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v6 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v6 32/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v6 33/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v6 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v6 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v6 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v6 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v6 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v6 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v6 40/43] arm64: RME: Provide accurate register list
` [PATCH v6 41/43] arm64: kvm: Expose support for private memory
` [PATCH v6 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v6 43/43] KVM: arm64: Allow activating realms

[PATCH v3 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2024-12-18 15:52 UTC  (3+ messages)
` [PATCH v3] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
 2024-12-13  9:54 UTC  (2+ messages)
` [PATCH v2 1/1] kexec_core: "

SVSM Development Call December 11th, 2024
 2024-12-12  8:25 UTC  (2+ messages)
` [svsm-devel] "

[PATCH v4] virt: tdx-guest: Handle GetQuote request error code
 2024-12-12  7:55 UTC  (2+ messages)

SVSM attest single service binding
 2024-12-11 19:30 UTC  (2+ messages)

[PATCH 07/11] PCI: Add PCIe Device 3 Extended Capability enumeration
 2024-12-11 13:22 UTC  (3+ messages)

[PATCH RFC v3 0/2] tsm: Unified Measurement Register ABI for TVMs
 2024-12-11  3:22 UTC  (3+ messages)
` [PATCH RFC v3 1/2] tsm: Add TVM Measurement Register Support
` [PATCH RFC v3 2/2] tsm: Add TVM Measurement Sample Code

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

[PATCH 10/11] PCI/TSM: Report active IDE streams
 2024-12-10 18:49 UTC  (2+ messages)

subscribe
 2024-12-10 18:30 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).