messages from 2024-07-31 15:50:51 to 2024-08-21 15:40:14 UTC [more...]
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-08-21 15:38 UTC (19+ 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 RFC 0/4] mm: Introduce guest_memfd library
2024-08-21 14:26 UTC (41+ messages)
` [PATCH RFC 1/4] mm: Introduce guest_memfd
` [PATCH RFC 2/4] kvm: Convert to use mm/guest_memfd
` [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
[PATCH v1 0/4] x86/tdx: Allow MMIO instructions from userspace
2024-08-21 14:24 UTC (56+ messages)
` [PATCH v1 1/4] x86/tdx: Split MMIO read and write operations
` [PATCH v1 2/4] x86/tdx: Add validation of userspace MMIO instructions
` [PATCH v1 4/4] x86/tdx: Implement movs for MMIO
` [PATCH v2 0/5] x86/tdx: Allow MMIO instructions from userspace
` [PATCH v2 1/5] x86/tdx: Split MMIO read and write operations
` [PATCH v2 2/5] x86/tdx: Add validation of userspace MMIO instructions
` [PATCH v3 6/7] x86/tdx: Add a restriction on access to MMIO address
` [PATCH v3 7/7] x86/tdx: Avoid crossing the page boundary
` [PATCH v2 3/5] x86/tdx: Allow MMIO from userspace
` [PATCH v2 4/5] x86/tdx: Move MMIO helpers to common library
` [PATCH v2 5/5] x86/tdx: Implement movs for MMIO
` [PATCH v3 00/10] x86/tdx: Allow MMIO instructions from userspace
` [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
[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
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-19 22:19 UTC (28+ 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
question on vTPM interface in coconut-svsm
2024-08-19 5:54 UTC (29+ 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
[PATCH 0/6] Support for running as a pKVM protected guest
2024-08-07 12:43 UTC (13+ messages)
` [PATCH 1/6] firmware/smccc: Call arch-specific hook on discovering KVM services
KernelSIG/Devsec Call for August 1st
2024-08-02 17:20 UTC
[PATCH v2 0/2] Support userspace hypercalls for TDX
2024-08-02 12:47 UTC (3+ messages)
` [PATCH v2 1/2] Add prctl to allow userlevel TDX hypercalls
SVSM Development Call July 31st, 2024
2024-08-02 12:44 UTC (2+ messages)
` [svsm-devel] "
[PATCHv12 00/19] x86/tdx: Add kexec support
2024-08-01 19:14 UTC (5+ messages)
` [PATCH v13 0/3] x86/snp: "
` [PATCH v13 1/3] x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
` [PATCH v13 2/3] x86/mm: refactor __set_clr_pte_enc()
` [PATCH v13 3/3] x86/snp: Convert shared memory back to private on kexec
[PATCH v15 02/20] KVM: x86: Add hook for determining max NPT mapping level
2024-08-01 18:15 UTC (5+ messages)
` [PATCH] Fixes: f32fb32820b1 ("KVM: x86: Add hook for determining max NPT mapping level")
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).