linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-07 17:00:25 to 2025-08-28 12:45:03 UTC [more...]

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (12+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH kvm-next V11 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH kvm-next V11 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v5 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-28 11:43 UTC  (13+ messages)
` [PATCH v5 01/10] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v5 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v5 03/10] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
` [PATCH v5 04/10] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v5 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v5 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v5 07/10] PCI/IDE: Add IDE establishment helpers
` [PATCH v5 08/10] PCI/IDE: Report available IDE streams
` [PATCH v5 09/10] PCI/TSM: Report active "
` [PATCH v5 10/10] samples/devsec: Add sample IDE establishment

[PATCH 0/7] PCI/TSM: TEE I/O infrastructure
 2025-08-28  9:53 UTC  (12+ messages)
` [PATCH 1/7] PCI/TSM: Add pci_tsm_{bind,unbind}() methods for instantiating TDIs
` [PATCH 2/7] PCI/TSM: Add pci_tsm_guest_req() for managing TDIs
` [PATCH 3/7] device core: Introduce confidential device acceptance
` [PATCH 4/7] x86/ioremap, resource: Introduce IORES_DESC_ENCRYPTED for encrypted PCI MMIO
` [PATCH 5/7] PCI/TSM: Add Device Security (TVM Guest) operations support
` [PATCH 6/7] samples/devsec: Introduce a "Device Security TSM" sample driver
` [PATCH 7/7] tools/testing/devsec: Add a script to exercise samples/devsec/

[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-28  8:19 UTC  (25+ messages)
` [PATCH v4 04/10] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v4 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers

SVSM Development Call August 27th, 2025
 2025-08-28  7:09 UTC  (2+ messages)

[PATCH v3 00/13] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-27  5:06 UTC  (11+ messages)
` [PATCH v3 03/13] PCI/TSM: Authenticate devices via platform TSM

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-08-25 23:57 UTC  (8+ messages)
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-08-25 23:08 UTC  (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-08-25 13:59 UTC  (4+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-08-21 19:53 UTC  (29+ messages)
` [PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in fault path

SVSM Development Call August 20th, 2025
 2025-08-21 14:42 UTC  (2+ messages)

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

[Invitation] bi-weekly guest_memfd upstream call on 2025-08-21
 2025-08-20 14:50 UTC 

[PATCH] x86/tdx: support VM area addresses for tdx_enc_status_changed
 2025-08-18  8:04 UTC  (6+ messages)

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-08-16  1:56 UTC  (8+ messages)
` [PATCH v9 19/43] arm64: RME: Allow populating initial contents

[PATCH] x86/tdx: support VM area addresses for tdx_enc_status_changed
 2025-08-15 18:08 UTC 

[Cancelled] CCC Kernel SIG Cancelled August 14th
 2025-08-13 22:02 UTC 

SVSM Development Call August 13th, 2025
 2025-08-13 18:41 UTC  (2+ messages)

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-13  6:10 UTC  (14+ messages)
` [PATCH RFC V10 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH RFC V10 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH RFC V10 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC V10 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC V10 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v4] x86/virt/tdx: Further fix tdh_vp_enter() calls instrumentable code warning
 2025-08-12  8:56 UTC 

[CfP] Confidential Computing Microconference @ LPC 2025
 2025-08-11 18:21 UTC 

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  8:02 UTC  (6+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v4 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
 2025-08-09  0:05 UTC  (4+ messages)

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-08-08 23:37 UTC  (3+ messages)
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info

[PATCH v4 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
 2025-08-08 15:59 UTC  (7+ messages)

[RFC PATCH 0/1] KVM: SEV: Add support for SMT Protection
 2025-08-08  6:31 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v4 03/10] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
 2025-08-07 23:26 UTC  (4+ messages)

[PATCH v4 09/10] PCI/TSM: Report active IDE streams
 2025-08-07 22:49 UTC  (2+ messages)

[PATCH v4 08/10] PCI/IDE: Report available IDE streams
 2025-08-07 22:48 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 NNTP newsgroup(s).