messages from 2024-08-08 22:16:17 to 2024-08-23 13:30:58 UTC [more...]
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-08-23 13:21 UTC (13+ messages)
` [RFC PATCH 01/21] tsm-report: Rename module to reflect what it does
` [RFC PATCH 02/21] pci/doe: Define protocol types and make those public
` [RFC PATCH 03/21] pci: Define TEE-IO bit in PCIe device capabilities
` [RFC PATCH 04/21] PCI/IDE: Define Integrity and Data Encryption (IDE) extended capability
` [RFC PATCH 05/21] crypto/ccp: Make some SEV helpers public
` [RFC PATCH 06/21] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 08/21] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH 09/21] kvm: Export kvm_vm_set_mem_attributes
` [RFC PATCH 10/21] vfio: Export helper to get vfio_device from fd
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-23 13:29 UTC (29+ messages)
` [PATCH v5 01/19] arm64: mm: Add top-level dispatcher for internal mem_encrypt API
` [PATCH v5 02/19] arm64: mm: Add confidential computing hook to ioremap_prot()
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 08/19] fixmap: Allow architecture overriding set_fixmap_io
` [PATCH v5 09/19] fixmap: Pass down the full phys address for set_fixmap_io
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 13/19] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v5 14/19] arm64: Enforce bounce buffers for realm DMA
` [PATCH v5 15/19] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v5 16/19] arm64: Enable memory encrypt for Realms
` [PATCH v5 17/19] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v5 18/19] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms
[PATCH 0/6] Support for running as a pKVM protected guest
2024-08-23 13:13 UTC (8+ messages)
` [PATCH 1/6] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH 4/6] drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercalls
[RFC 0/7] Introduce swiotlb throttling
2024-08-23 8:26 UTC (19+ messages)
` [RFC 1/7] swiotlb: "
` [RFC 2/7] dma: Handle swiotlb throttling for SGLs
` [RFC 3/7] dma: Add function for drivers to know if allowing blocking is useful
` [RFC 4/7] scsi_lib_dma: Add _attrs variant of scsi_dma_map()
` [RFC 5/7] scsi: storvsc: Enable swiotlb throttling
` [RFC 6/7] nvme: Move BLK_MQ_F_BLOCKING indicator to struct nvme_ctrl
` [RFC 7/7] nvme: Enable swiotlb throttling for NVMe PCI devices
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-08-23 4:30 UTC (58+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms
[PATCH v2 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
2024-08-22 23:31 UTC (4+ messages)
` [PATCH v2 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v2 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
[PATCH v2 0/5] x86/tdx: Allow MMIO instructions from userspace
2024-08-22 8:28 UTC (35+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 01/10] x86/tdx: Split MMIO read and write operations
` [PATCH v3 02/10] x86/tdx: Add validation of userspace MMIO instructions
` [PATCH v3 03/10] x86/tdx: Allow MMIO from userspace
` [PATCH v3 04/10] x86/insn: Read and decode insn without crossing the page boundary
` [PATCH v3 05/10] x86/tdx: Avoid "
` [PATCH v3 06/10] x86/sev: "
` [PATCH v3 07/10] x86/umip: "
` [PATCH v3 08/10] x86/tdx: Add a restriction on access to MMIO address
` [PATCH v3 09/10] x86/tdx: Move MMIO helpers to common library
` [PATCH v3 10/10] x86/tdx: Implement movs for MMIO
` [PATCH v4 0/6] x86/tdx: Allow MMIO instructions from userspace
` [PATCH v4 1/6] x86/tdx: Split MMIO read and write operations
` [PATCH v4 2/6] x86/tdx: Add validation of userspace MMIO instructions
` [PATCH v4 3/6] x86/tdx: Allow MMIO from userspace
` [PATCH v4 4/6] x86/tdx: Add a restriction on access to MMIO address
` [PATCH v4 5/6] x86/tdx: Move MMIO helpers to common library
` [PATCH v4 6/6] x86/tdx: Implement movs for MMIO
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-21 14:26 UTC (32+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages
[PATCHv5, REBASED 0/4] x86/tdx: Adjust TD settings on boot
2024-08-21 2:01 UTC (7+ messages)
` [PATCHv5, REBASED 1/4] x86/tdx: Introduce wrappers to read and write TD metadata
` [PATCHv5, REBASED 2/4] x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
` [PATCHv5, REBASED 3/4] x86/tdx: Dynamically disable SEPT violations from causing #VEs
` [PATCHv5, REBASED 4/4] x86/tdx: Enable CPU topology enumeration
[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
2024-08-20 19:44 UTC (5+ messages)
SVSM Development Call August 21st, 2024
2024-08-20 15:47 UTC
question on vTPM interface in coconut-svsm
2024-08-19 5:54 UTC (26+ messages)
` Coconut-SVSM - vTPM support for Intel TD Partitioning
[PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
2024-08-16 21:58 UTC (4+ messages)
` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
2024-08-16 21:13 UTC (8+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
SVSM Development Call August 14th, 2024
2024-08-16 14:46 UTC (2+ messages)
` [svsm-devel] "
Reminder KernelSIG / Devsec call for August 15th
2024-08-15 23:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).