linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 11:40:29 to 2023-02-20 10:52:04 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-02-20 10:51 UTC  (80+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
  ` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
  ` [RFC kvmtool 15/31] arm64: Add support for Realm Personalisation Value
  ` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
  ` [RFC kvmtool 17/31] arm: Add kernel size to VM context
  ` [RFC kvmtool 18/31] arm64: Populate initial realm contents
  ` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
  ` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
  ` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
  ` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
  ` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
  ` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
  ` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
  ` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
  ` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
  ` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
  ` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
  ` [RFC kvmtool 30/31] arm64: realm: inject an abort on "
  ` [RFC kvmtool 31/31] arm64: Allow the user to create a realm
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t
  ` [RFC kvm-unit-tests 02/27] arm: Expand SMCCC arguments and return values
  ` [RFC kvm-unit-tests 03/27] arm: realm: Add RSI interface header
  ` [RFC kvm-unit-tests 04/27] arm: Make physical address mask dynamic
  ` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
  ` [RFC kvm-unit-tests 06/27] arm: Move io_init after vm initialization
  ` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
  ` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
  ` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
  ` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
  ` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup
  ` [RFC kvm-unit-tests 12/27] arm: realm: Add RSI version test
  ` [RFC kvm-unit-tests 13/27] arm: selftest: realm: skip pabt test when running in a realm
  ` [RFC kvm-unit-tests 14/27] arm: realm: add hvc and RSI_HOST_CALL tests
  ` [RFC kvm-unit-tests 15/27] arm: realm: Add test for FPU/SIMD context save/restore
  ` [RFC kvm-unit-tests 16/27] arm: realm: Add tests for in realm SEA
  ` [RFC kvm-unit-tests 17/27] lib/alloc_page: Add shared page allocation support
  ` [RFC kvm-unit-tests 18/27] arm: gic-v3-its: Use shared pages wherever needed
  ` [RFC kvm-unit-tests 19/27] arm: realm: Enable memory encryption
  ` [RFC kvm-unit-tests 20/27] qcbor: Add QCBOR as a submodule
  ` [RFC kvm-unit-tests 21/27] arm: Add build steps for QCBOR library
  ` [RFC kvm-unit-tests 22/27] arm: Add a library to verify tokens using the "
  ` [RFC kvm-unit-tests 23/27] arm: realm: add RSI interface for attestation measurements
  ` [RFC kvm-unit-tests 24/27] arm: realm: Add helpers to decode RSI return codes
  ` [RFC kvm-unit-tests 25/27] arm: realm: Add Realm attestation tests
  ` [RFC kvm-unit-tests 26/27] arm: realm: Add a test for shared memory
  ` [RFC kvm-unit-tests 27/27] NOT-FOR-MERGING: add run-realm-tests

[PATCH 0/2] Kexec enabling in TDX guest
 2023-02-16 19:46 UTC  (11+ messages)
` [PATCH 1/2] x86/kexec: Preserve CR4.MCE during kexec
` [PATCH 2/2] x86/tdx: Convert shared memory back to private on kexec

[PATCH 00/11] SEV: Cleanup sev-guest a bit and add throttling
 2023-02-16 16:59 UTC  (14+ messages)
` [PATCH 01/11] crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL
` [PATCH 02/11] virt/coco/sev-guest: Check SEV_SNP attribute at probe time
` [PATCH 03/11] virt/coco/sev-guest: Simplify extended guest request handling
` [PATCH 04/11] virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()
` [PATCH 05/11] virt/coco/sev-guest: Carve out the request issuing logic into a helper
` [PATCH 06/11] virt/coco/sev-guest: Do some code style cleanups
  ` [PATCH 07/11] virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case
  ` [PATCH 08/11] virt/coco/sev-guest: Add throttling awareness
  ` [PATCH 09/11] virt/coco/sev-guest: Double-buffer messages
  ` [PATCH 10/11] crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer
  ` [PATCH 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument

Attestation report support to the SVSM
 2023-02-15 16:03 UTC 

SVSM Attestation and vTPM specification additions - v0.61
 2023-02-15 14:57 UTC  (5+ messages)

Linux guest kernel threat model for Confidential Computing
 2023-02-09 19:48 UTC  (61+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-08 16:30 UTC  (31+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

SVSM Attestation and vTPM specification additions - v0.60
 2023-02-02  6:04 UTC  (15+ messages)
      ` [EXTERNAL] "
                ` [EXTERNAL] "

[RFC] swiotlb: Add a new cc-swiotlb implementation for Confidential VMs
 2023-02-01  2:08 UTC  (19+ messages)
` [PATCH 1/4] swiotlb: Split common code from swiotlb.{c,h}
` [PATCH 2/4] swiotlb: Add a new cc-swiotlb implementation for Confidential VMs
` [PATCH 3/4] swiotlb: Add tracepoint swiotlb_unbounced
` [PATCH 4/4] cc-swiotlb: Allow set swiotlb watermark from cmdline

[PATCH] x86/tdx: Drop flags from __tdx_hypercall()
 2023-01-31 11:55 UTC  (2+ messages)

[PATCH] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
 2023-01-31  9:39 UTC  (6+ 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).