Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-06-25 16:19:16 to 2026-07-01 19:33:07 UTC [more...]

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-07-01 19:31 UTC  (33+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for apic_set_timer_period_{,k}hz()
` [PATCH v5 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v5 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v5 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v5 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v5 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v5 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v5 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v5 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v5 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v5 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v5 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v5 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v5 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v5 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v5 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v5 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v5 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v5 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v5 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v5 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v5 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v5 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v5 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-01 18:45 UTC  (30+ messages)
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH v2 04/17] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
` [PATCH v2 07/17] x86/virt/tdx: Initialize Quoting extension
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [PATCH v2 11/17] x86/virt/tdx: Add interface to generate a Quote
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
` [PATCH v2 17/17] KVM: TDX: Support event-notify interrupts only with userspace Quoting

[PATCH v2 0/2] KVM: x86: gmem populate fix and cleanups
 2026-07-01 17:12 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATE
` [PATCH v2 2/2] KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source

[PATCH v5 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-01 17:00 UTC  (6+ messages)
` [PATCH v5 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v5 2/3] x86/insn-eval: Add insn_assign_reg() helper
` [PATCH v5 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-01 16:55 UTC  (67+ messages)
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[PATCH v10 0/6] Add RMPOPT support
 2026-07-01 16:39 UTC  (9+ messages)
` [PATCH v10 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v10 5/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v10 6/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH v13 00/22] TDX KVM selftests
 2026-07-01 14:00 UTC  (7+ messages)
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-07-01 13:58 UTC  (23+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH v4 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-01 13:25 UTC  (7+ messages)
` [PATCH v4 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v4 2/3] x86/insn-eval: Add insn_assign_reg() helper

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-07-01 11:46 UTC  (12+ messages)
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 08/15] x86/virt/tdx: Add interface to check Quoting availability
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-01  8:33 UTC  (12+ messages)
` [PATCH 09/32] KVM/x86: Stop using "
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-01  5:49 UTC  (23+ messages)
` [PATCH v7 01/22] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 06/22] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 08/22] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH v6 00/11] Dynamic PAMT
 2026-07-01  5:37 UTC  (26+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-01  3:09 UTC  (23+ messages)
` [PATCH v6 03/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-06-30 16:35 UTC  (6+ messages)
` [RFC PATCH v5 30/45] x86/virt/tdx: Add API to demote a 2MB mapping to 512 4KB mappings

SVSM Development Call July 1st, 2026
 2026-06-30 14:51 UTC 

[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
 2026-06-30 14:18 UTC  (14+ messages)

COCONUT-SVSM Development Release v2026.06-devel
 2026-06-29 11:47 UTC 

[PATCH v4 00/18] x86/msr: Inline rdmsr/wrmsr instructions
 2026-06-29  6:55 UTC  (3+ messages)
` [PATCH v4 02/18] coco/tdx: Rename MSR access helpers
` [PATCH v4 03/18] KVM: x86: Remove the KVM private read_msr() function

[PATCH 0/4] kvm: sev: Fix issues reported by Sashiko
 2026-06-26 20:46 UTC  (4+ messages)
` [PATCH 1/4] kvm: sev: Fix user-space triggerable WARN_ON on snp_launch_update path


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