public inbox for linux-coco@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-02 16:09:25 to 2026-02-14 01:27:06 UTC [more...]

[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-02-14  1:26 UTC 

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-14  0:36 UTC  (106+ messages)
` [RFC PATCH v5 02/45] KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"
` [RFC PATCH v5 03/45] KVM: TDX: Account all non-transient page allocations for per-TD structures
` [RFC PATCH v5 04/45] KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all
` [RFC PATCH v5 06/45] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
` [RFC PATCH v5 09/45] KVM: x86: Rework .free_external_spt() into .reclaim_external_sp()
` [RFC PATCH v5 11/45] x86/tdx: Add helpers to check return status codes
` [RFC PATCH v5 16/45] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [RFC PATCH v5 19/45] KVM: Allow owner of kvm_mmu_memory_cache to provide a custom page allocator
` [RFC PATCH v5 20/45] KVM: x86/mmu: Allocate/free S-EPT pages using tdx_{alloc,free}_control_page()
` [RFC PATCH v5 22/45] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [RFC PATCH v5 37/45] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH v5 43/45] *** DO NOT MERGE *** KVM: guest_memfd: Add pre-zap arch hook for shared<=>private conversion
` [RFC PATCH v5 44/45] KVM: x86/mmu: Add support for splitting S-EPT hugepages on conversion

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-12 21:59 UTC  (27+ messages)
` [PATCH v4 01/24] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 03/24] coco/tdx-host: Expose TDX Module version
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 05/24] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v4 06/24] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v4 07/24] coco/tdx-host: Implement firmware upload sysfs ABI for TDX Module updates
` [PATCH v4 08/24] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v4 09/24] x86/virt/seamldr: Check update limit before TDX Module updates
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v4 12/24] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 14/24] x86/virt/tdx: Reset software states during TDX Module shutdown
` [PATCH v4 15/24] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v4 16/24] x86/virt/seamldr: Install a new TDX Module
` [PATCH v4 17/24] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v4 18/24] x86/virt/tdx: Restore TDX Module state
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v4 20/24] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v4 21/24] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v4 22/24] coco/tdx-host: Document TDX Module update expectations
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates
` [PATCH v4 24/24] [NOT-FOR-REVIEW] x86/virt/seamldr: Save and restore current VMCS

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-02-12 17:48 UTC  (2+ messages)

[PATCH 0/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-12 12:52 UTC  (19+ messages)
` [PATCH 1/5] dma-mapping: avoid random addr value print out on error path
` [PATCH 2/5] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH 3/5] dma-buf: heaps: use designated initializer for exp_info
` [PATCH 4/5] dma-buf: heaps: allow heap to specify valid heap flags
` [PATCH 5/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory

[PATCH v1 0/3] Increase CoCo attestation report buffer size
 2026-02-11 21:13 UTC  (13+ messages)
` [PATCH v1 1/3] virt: tsm: Document size limits for outblob attributes
` [PATCH v1 2/3] virt: tsm: Increase TSM_REPORT_OUTBLOB_MAX to 16MB
` [PATCH v1 3/3] virt: tdx-guest: Increase Quote buffer size to 128KB

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2026-02-11 16:24 UTC  (4+ messages)
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects

[PATCH 0/1] [Test Report] get qutoe time via tdvmcall
 2026-02-11  8:58 UTC  (2+ messages)
` [PATCH 1/1] virt: tdx-guest: Optimize the get-quote polling interval time

[PATCH 0/2] Arm LFA: timeout and ACPI platform driver support
 2026-02-10 23:46 UTC  (5+ messages)
` [PATCH 1/2] firmware: smccc: add timeout, touch wdt
` [PATCH 2/2] firmware: smccc: register as platform driver

[PATCH 0/1] Arm Live Firmware Activation (LFA) support
 2026-02-10 22:20 UTC  (6+ messages)
` [PATCH 1/1] firmware: smccc: add support for Live Firmware Activation (LFA)

SVSM Development Call February 11, 2026
 2026-02-10 15:56 UTC 

[PATCH] crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
 2026-02-09 22:42 UTC  (2+ messages)

[PATCH v2] KVM: x86: synthesize CPUID bits only if CPU capability is set
 2026-02-09 15:31 UTC 

[PATCH v2 0/2] x86/virt/tdx: Print TDX module version to dmesg
 2026-02-09 10:46 UTC  (6+ messages)

[PATCH v3 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
 2026-02-06 22:28 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
` [PATCH v3 2/2] KVM: SEV: Restrict userspace return codes for KVM_HC_MAP_GPA_RANGE

[PATCH v3 00/26] Runtime TDX Module update support
 2026-02-06 17:15 UTC  (16+ messages)
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates

[PATCH v4 0/2] SEV-SNP Unaccepted Memory Hotplug
 2026-02-06 12:03 UTC  (14+ messages)
` [PATCH v4 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v4 2/2] x86/sev: Add support to unaccept memory after hot-remove

CCC TEE I/O Meeting Agenda for February 5th at 8pm (PST)
 2026-02-05 23:19 UTC 

[GIT PULL] PCIe Link Encryption fixes for 6.19
 2026-02-04 23:25 UTC  (2+ messages)

SVSM Development Call February 4, 2026
 2026-02-04 21:50 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-02-05
 2026-02-04 11:17 UTC 

[PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v2 0/3] KVM: SEV: Add support for IBPB-on-Entry
 2026-02-03 22:24 UTC  (4+ messages)
` [PATCH v2 1/3] x86/sev: Allow IBPB-on-Entry feature for SNP guests
` [PATCH v2 2/3] KVM: SEV: Add support for IBPB-on-Entry
` [PATCH v2 3/3] x86/sev: Rename SNP_FEATURES_PRESENT->SNP_FEATURES_IMPL

[PATCH 0/2] KVM: SEV: Add support for IBPB-on-Entry
 2026-02-02 17:12 UTC  (13+ messages)
` [PATCH 1/2] KVM: SEV: IBPB-on-Entry guest support


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