Linux Confidential Computing Development
 help / color / mirror / Atom feed
[PATCH] coco/guest: Constify struct configfs_item_operations and configfs_group_operations
 2025-12-14  9:39 UTC 

Reminder: COCONUT-SVSM BoF at LPC on Sat, 3pm
 2025-12-13  1:02 UTC 

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-12 18:56 UTC  (27+ messages)
` [PATCH v2 1/7] KVM: x86: Move kvm_rebooting to x86
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
` [PATCH v2 3/7] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
` [PATCH v2 4/7] x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
` [PATCH v2 5/7] x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
` [PATCH v2 6/7] x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be running
` [PATCH v2 7/7] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more

[RFC PATCH 0/5] Arm LFA: Improvements and interrupt support
 2025-12-12 15:37 UTC  (11+ messages)
` [RFC PATCH 1/5] firmware: smccc: LFA: use smcc 1.2
` [RFC PATCH 2/5] firmware: smccc: LFA: refactor
` [RFC PATCH 3/5] firmware: smccc: add timeout, touch wdt
` [RFC PATCH 4/5] firmware: smccc: register as platform driver
` [RFC PATCH 5/5] firmware: smccc: lfa: refresh fw details

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-12-11 22:07 UTC  (38+ messages)
` [RFC PATCH 1/4] efi/libstub: Decouple memory bitmap from the unaccepted table
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-12-11  0:07 UTC  (49+ messages)
` [PATCH v4 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v4 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v4 06/16] x86/virt/tdx: Improve PAMT refcounts allocation for sparse memory
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
` [PATCH v4 13/16] KVM: TDX: Handle PAMT allocation in fault path
` [PATCH v4 14/16] KVM: TDX: Reclaim PAMT memory

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-10  1:30 UTC  (31+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-12-08 10:02 UTC  (10+ messages)
` [PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions

[GIT PULL] PCIe Link Encryption and Device Authentication
 2025-12-08  0:56 UTC  (6+ messages)

[PATCH 00/10] KVM: Avoid literal numbers as return values
 2025-12-05 15:47 UTC  (5+ messages)
` [PATCH 02/10] KVM/x86: Use bool for the err parameter of kvm_complete_insn_gp()
` [PATCH 08/10] KVM/x86: Use defines for VMX related MSR emulation

[PATCH] crypto/ccp: Fix CONFIG_PCI=n build
 2025-12-05 14:31 UTC  (3+ messages)

[PATCH] virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERS
 2025-12-05  1:33 UTC  (2+ messages)

[PATCH v5] virt: tdx-guest: Handle GetQuote request error code
 2025-12-05  0:20 UTC  (7+ messages)

CCC Kernel Sig Thursday night (PST) calls cancelled through New Years
 2025-12-04 21:42 UTC 

[PATCH 0/3] x86/sev: Carve out the SVSM support code
 2025-12-04 15:06 UTC  (8+ messages)
` [PATCH 1/3] x86/sev: Move the internal header
` [PATCH 2/3] x86/sev: Add internal header guards
` [PATCH 3/3] x86/sev: Carve out the SVSM code into a separate compilation unit

SVSM Development Call December 3rd, 2025
 2025-12-04  8:42 UTC 

[PATCH] coco/guest: Remove unneeded selection of CRYPTO
 2025-12-04  5:55 UTC 

[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-03 21:50 UTC  (9+ messages)

[PATCH v2 00/21] Runtime TDX Module update support
 2025-12-03  7:41 UTC  (17+ messages)
` [PATCH v2 04/21] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v2 08/21] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v2 11/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v2 14/21] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v2 19/21] x86/virt/tdx: Establish contexts for the new TDX Module
` [PATCH v2 20/21] x86/virt/tdx: Update tdx_sysinfo and check features post-update

[PATCH v2 0/8] PCI/TSM: Finalize "Link" TSM infrastructure
 2025-12-03  1:51 UTC  (4+ messages)
` [PATCH v2 1/8] drivers/virt: Drop VIRT_DRIVERS build dependency

Subscribe
 2025-12-02 23:52 UTC 

[PATCH kernel v3 0/4] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-12-02 22:39 UTC  (11+ messages)
` [PATCH kernel v3 1/4] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel v3 2/4] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel v3 3/4] iommu/amd: Report SEV-TIO support
` [PATCH kernel v3 4/4] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[Invitation] bi-weekly guest_memfd upstream call on 2025-12-04
 2025-12-02 10:22 UTC 

[PATCH kernel] crypto/ccp: Fix no-TSM build in SEV-TIO PCIe IDE
 2025-12-01  8:09 UTC  (2+ messages)

[PATCH 0/2] x86/split_lock: Fix and enhancement for TDX guest
 2025-11-28  2:40 UTC  (10+ messages)
` [PATCH 1/2] x86/split_lock: Don't try to handle user split lock in "

COCONUT-SVSM Development Release v2025.11-devel
 2025-11-27 10:56 UTC 

SVSM Development Call November 26th, 2025
 2025-11-27  8:42 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).