Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2023-10-10 08:35:36 to 2023-10-20 01:16:43 UTC [more...]

[PATCH v7 0/7] configfs-tsm: Attestation Report ABI
 2023-10-20  1:16 UTC  (4+ messages)
` [PATCH v7 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v7 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v7 3/7] configfs-tsm: Introduce a shared ABI for attestation reports

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-20  0:43 UTC  (71+ messages)
` [PATCH v10 01/50] KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
` [PATCH v10 02/50] KVM: SVM: Fix TSC_AUX virtualization setup
` [PATCH v10 03/50] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v10 04/50] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
` [PATCH v10 09/50] x86/traps: Define RMP violation #PF error code
` [PATCH v10 10/50] x86/fault: Report RMP page faults for kernel addresses
` [PATCH v10 11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v10 12/50] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v10 13/50] crypto: ccp: Define the SEV-SNP commands
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 15/50] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command "
` [PATCH v10 19/50] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH v10 21/50] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v10 22/50] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v10 24/50] KVM: SEV: Add initial SEV-SNP support
` [PATCH v10 25/50] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v10 26/50] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v10 27/50] KVM: Add HVA range operator
` [PATCH v10 28/50] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v10 29/50] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v10 30/50] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v10 31/50] KVM: SEV: Add KVM_EXIT_VMGEXIT
` [PATCH v10 32/50] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v10 33/50] KVM: SEV: Add support to handle "
` [PATCH v10 34/50] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH v10 35/50] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v10 36/50] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH v10 37/50] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v10 38/50] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v10 39/50] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v10 40/50] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v10 41/50] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v10 42/50] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v10 43/50] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v10 44/50] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH v10 45/50] iommu/amd: Report all cases inhibiting SNP enablement
` [PATCH v10 46/50] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH v10 47/50] x86/sev: Add KVM commands for per-instance certs
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v10 49/50] crypto: ccp: Add debug support for decrypting pages
` [PATCH v10 50/50] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump

[PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
 2023-10-20  0:38 UTC  (12+ messages)
` [PATCH 01/12] x86/mce: Fix hw MCE injection feature detection
` [PATCH 02/12] X86/mce/inject: Add mcgstatus for mce-inject debugfs
` [PATCH 06/12] mm/fadvise: Add FADV_MCE_INJECT flag for posix_fadvise()
` [PATCH 07/12] x86/mce/inject: Wire up the x86 MCE injector to FADV_MCE_INJECT
` [PATCH 08/12] x86/mce: Define a notifier chain for mce injector
` [PATCH 09/12] KVM: X86: Add debugfs to inject machine check on VM exit
` [PATCH 10/12] KVM: selftests: Allow mapping guest memory without host alias
` [PATCH 11/12] KVM: selftests: lib: Add src memory type for hwpoison test
` [PATCH 12/12] KVM: selftests: hwpoison/mce failure injection

[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
 2023-10-19 20:24 UTC  (30+ messages)
` [PATCH v6 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v6 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v6 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v6 4/7] virt: sevguest: Prep for kernel internal get_ext_report()
` [PATCH v6 5/7] mm/slab: Add __free() support for kvfree
` [PATCH v6 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
` [PATCH v6 7/7] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

[PATCH 00/12] PCI device authentication
 2023-10-19  7:58 UTC  (33+ messages)
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 07/12] spdm: Introduce library to authenticate devices
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-18 18:56 UTC 

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-17 15:36 UTC  (11+ messages)

[PATCH] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-16 16:11 UTC  (6+ messages)

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2023-10-16 11:50 UTC  (9+ messages)
` [PATCH RFC gmem v1 1/8] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH RFC gmem v1 2/8] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory
` [PATCH RFC gmem v1 5/8] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH RFC gmem v1 6/8] KVM: x86: Add KVM_X86_SNP_VM vm_type
` [PATCH RFC gmem v1 7/8] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-10-13 21:54 UTC  (10+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

[PATCH v5 0/7] configfs-tsm: Attestation Report ABI
 2023-10-12  0:38 UTC  (19+ messages)
` [PATCH v5 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v5 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v5 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v5 4/7] virt: sevguest: Prep for kernel internal get_ext_report()
` [PATCH v5 5/7] mm/slab: Add __free() support for kvfree
` [PATCH v5 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
` [PATCH v5 7/7] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

[PATCH 00/13] x86/tdx: Add kexec support
 2023-10-11 13:14 UTC  (15+ messages)
` [PATCH 02/13] kernel/cpu: Add support for declaring CPU hotplug not supported
` [PATCH 03/13] cpu/hotplug, x86/acpi: Disable CPU hotplug for ACPI MADT wakeup
` [PATCH 04/13] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCH 09/13] x86/tdx: Account shared memory

[PATCH v4 0/6] configfs-tsm: Attestation Report ABI
 2023-10-10 19:36 UTC  (10+ messages)
` [PATCH v4 6/6] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-10-10  9:17 UTC  (3+ messages)
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating private memory


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 read-only IMAP folder(s) and NNTP newsgroup(s).