linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 14:32:14 to 2023-07-17 09:40:57 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-07-17  9:40 UTC  (5+ messages)

[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
 2023-07-15  4:30 UTC  (17+ messages)
` [RFC PATCH v3 01/11] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
` [RFC PATCH v3 02/11] KVM: selftests: Fix guest_memfd()
` [RFC PATCH v3 03/11] KVM: selftests: x86: typo in private_mem_conversions_test.c
` [RFC PATCH v3 04/11] KVM: x86: Add is_vm_type_supported callback
` [RFC PATCH v3 05/11] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
` [RFC PATCH v3 06/11] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private
` [RFC PATCH v3 07/11] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [RFC PATCH v3 08/11] KVM: Fix set_mem_attr ioctl when error case
` [RFC PATCH v3 09/11] KVM: Add new members to struct kvm_gfn_range to operate on
` [RFC PATCH v3 10/11] KVM: x86: Add gmem hook for initializing private memory
` [RFC PATCH v3 11/11] KVM: x86: Add gmem hook for invalidating "

[CfP] Confidential Computing Microconference @ LPC 2023
 2023-07-13 15:50 UTC 

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-07-12  9:18 UTC  (5+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

[PATCH v3] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-07-12  6:14 UTC  (3+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-10 13:11 UTC  (93+ messages)
` [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating "
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands
` [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list
` [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 30/51] KVM: Add HVA range operator
` [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags
` [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs
` [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages

KVM Forum: Trusted I/O BoF summary
 2023-07-06 14:53 UTC 

[PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature
 2023-06-29 16:25 UTC  (15+ messages)

[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
 2023-06-28 17:05 UTC  (21+ messages)
` [RFC PATCH v2 1/6] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
` [RFC PATCH v2 2/6] KVM: selftests: Fix guest_memfd()
` [RFC PATCH v2 3/6] KVM: x86/mmu: Pass round full 64-bit error code for the KVM page fault
` [RFC PATCH v2 4/6] KVM: x86: Introduce fault type to indicate kvm page fault is private
` [RFC PATCH v2 5/6] KVM: Add flags to struct kvm_gfn_range
` [RFC PATCH v2 6/6] KVM: x86: Add is_vm_type_supported callback

[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
 2023-06-26 20:54 UTC  (18+ messages)
` [RFC PATCH 1/6] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
` [RFC PATCH 2/6] KVM: selftests: Fix guest_memfd()
` [RFC PATCH 3/6] KVM: x86/mmu: Pass round full 64-bit error code for the KVM page fault
` [RFC PATCH 4/6] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private
` [RFC PATCH 5/6] KVM: Add flags to struct kvm_gfn_range
` [RFC PATCH 6/6] KVM: x86: Add is_vm_type_supported callback

[PATCH v2] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-06-22 14:32 UTC  (22+ messages)

(no subject)
 2023-06-09  7:05 UTC 

KVM Forum BoF on I/O + secure virtualization
 2023-06-08 14:32 UTC  (5+ 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).