linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-20 20:07:08 to 2025-03-02 23:36:35 UTC [more...]

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-02 23:36 UTC  (3+ messages)
` [PATCH v7 01/45] KVM: Prepare for handling only shared mappings in mmu_notifier events

[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-03-01  7:50 UTC  (88+ 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 08/11] PCI/IDE: Add IDE establishment helpers
` [PATCH 09/11] PCI/IDE: Report available IDE streams
` [PATCH 11/11] samples/devsec: Add sample IDE establishment

[RFC PATCH v2 0/6] Enlightened vTPM support for SVSM on SEV-SNP
 2025-03-01  3:57 UTC  (12+ messages)
` [RFC PATCH v2 1/6] x86/sev: add SVSM call macros for the vTPM protocol
` [RFC PATCH v2 2/6] x86/sev: add SVSM vTPM probe/send_command functions
` [RFC PATCH v2 3/6] tpm: add send_recv() ops in tpm_class_ops
` [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator
` [RFC PATCH v2 6/6] x86/sev: register tpm-svsm platform device
  ` [RFC PATCH v2 5/6] tpm: add SNP SVSM vTPM driver

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-01  0:37 UTC  (14+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-28 22:32 UTC  (12+ 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 V5 0/4] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-02-28 21:47 UTC  (10+ 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 v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-28 17:51 UTC  (10+ 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

[PATCH v2 00/38] x86: Try to wrangle PV clocks vs. TSC
 2025-02-28 11:23 UTC  (43+ messages)
` [PATCH v2 01/38] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v2 02/38] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v2 03/38] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v2 04/38] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v2 05/38] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v2 06/38] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v2 07/38] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v2 08/38] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v2 09/38] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v2 10/38] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v2 11/38] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v2 12/38] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v2 13/38] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v2 14/38] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v2 15/38] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v2 16/38] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v2 17/38] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v2 18/38] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v2 19/38] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v2 20/38] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v2 21/38] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v2 22/38] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v2 23/38] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v2 24/38] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v2 25/38] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v2 26/38] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v2 27/38] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v2 28/38] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v2 29/38] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v2 30/38] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v2 31/38] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v2 32/38] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v2 33/38] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v2 34/38] x86/kvmclock: Get CPU base frequency from CPUID when it's available
` [PATCH v2 35/38] x86/kvmclock: Get TSC frequency from CPUID when its available
` [PATCH v2 36/38] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID
` [PATCH v2 37/38] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v2 38/38] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock

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

[PATCH 07/11] PCI: Add PCIe Device 3 Extended Capability enumeration
 2025-02-28  0:29 UTC  (8+ messages)

[PATCH v2 0/4] tsm: Unified Measurement Register ABI for TVMs
 2025-02-27 22:06 UTC  (6+ 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 v7 00/11] arm64: Support for running as a guest in Arm CCA
 2025-02-27 21:21 UTC  (9+ messages)
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms

[PATCH v6 0/3] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-02-27 19:30 UTC  (9+ 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-27  8:39 UTC  (2+ messages)
` [svsm-devel] "

GUIDs in the GHCB and SVSM specifications
 2025-02-26 22:40 UTC 

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 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  (2+ messages)

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

[PATCH v4 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-20 22:39 UTC  (11+ messages)
` [PATCH v4 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v4 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM


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