Michael Roth ([email protected])

Number of posts: 912 (0.7 per day)
First post: 2020-11-05 16:28:46
Last post: 2024-06-04 23:37:37

Date List Subject
2024-06-04 23:37:37 linux-kernel [PATCH] KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
2024-06-04 23:10:40 linux-kernel Re: [PATCH v3 1/3] KVM: SEV-ES: Prevent MSR access post VMSA encryption
2024-05-31 03:23:50 linux-kernel Re: [PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-21 21:50:21 linux-crypto Re: [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
2024-05-21 21:01:15 linux-kernel Re: [PATCH] KVM: SEV: Fix guest memory leak when handling guest requests
2024-05-21 15:34:58 linux-kernel Re: [PATCH] KVM: SEV: Fix guest memory leak when handling guest requests
2024-05-21 02:01:47 linux-kernel Re: [PATCH] KVM: SEV: Fix guest memory leak when handling guest requests
2024-05-20 23:03:01 linux-kernel [PATCH v2] KVM: SEV: Fix guest memory leak when handling guest requests
2024-05-20 22:56:38 linux-kernel Re: [PATCH] KVM: SEV: Fix guest memory leak when handling guest requests
2024-05-16 03:12:54 linux-kernel Re: [PULL 13/19] KVM: SEV: Implement gmem hook for invalidating private pages
2024-05-15 01:26:46 linux-crypto [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
2024-05-14 02:55:06 linux-crypto Re: [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
2024-05-13 21:18:56 linux-kernel Re: [PULL 18/19] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
2024-05-13 18:21:18 linux-kernel [PATCH] KVM: SEV: Fix unused variable in guest request handling
2024-05-13 17:28:48 linux-kernel [PATCH] KVM: SEV: Fix uninitialized firmware error code
2024-05-13 17:14:38 linux-kernel Re: [PULL 18/19] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
2024-05-13 01:07:24 linux-kernel Re: [PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-12 02:07:49 linux-kernel Re: [PULL 09/19] KVM: SEV: Add support to handle Page State Change VMGEXIT
2024-05-10 21:34:36 linux-kernel [PULL 05/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-05-10 21:34:17 linux-kernel [PULL 02/19] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
2024-05-10 21:34:08 linux-kernel [PULL 04/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
2024-05-10 21:33:40 linux-kernel [PULL 03/19] KVM: SEV: Add initial SEV-SNP support
2024-05-10 21:32:35 linux-kernel [PULL 01/19] KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
2024-05-10 21:32:07 linux-kernel [PULL 07/19] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
2024-05-10 21:28:07 linux-kernel [PULL 19/19] crypto: ccp: Add the SNP_VLEK_LOAD command
2024-05-10 21:24:56 linux-kernel [PULL 08/19] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
2024-05-10 21:24:47 linux-kernel [PULL 13/19] KVM: SEV: Implement gmem hook for invalidating private pages
2024-05-10 21:24:11 linux-kernel [PULL 06/19] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
2024-05-10 21:23:32 linux-kernel [PULL 11/19] KVM: SEV: Support SEV-SNP AP Creation NAE event
2024-05-10 21:21:29 linux-kernel [PULL 18/19] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
2024-05-10 21:21:16 linux-kernel [PULL 17/19] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
2024-05-10 21:21:03 linux-kernel [PULL 16/19] KVM: SVM: Add module parameter to enable SEV-SNP
2024-05-10 21:20:47 linux-kernel [PULL 15/19] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
2024-05-10 21:19:36 linux-kernel [PULL 14/19] KVM: x86: Implement hook for determining max NPT mapping level
2024-05-10 21:18:41 linux-kernel [PULL 12/19] KVM: SEV: Implement gmem hook for initializing private pages
2024-05-10 21:18:00 linux-kernel [PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-10 21:17:31 linux-kernel [PULL 10/19] KVM: SEV: Add support to handle RMP nested page faults
2024-05-10 21:17:23 linux-kernel [PULL 09/19] KVM: SEV: Add support to handle Page State Change VMGEXIT
2024-05-10 19:09:19 linux-crypto Re: [PATCH v15 23/23] KVM: SEV: Fix PSC handling for SMASH/UNSMASH and partial update ops
2024-05-10 16:39:19 linux-crypto Re: [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
2024-05-10 15:38:17 linux-crypto Re: [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
2024-05-10 15:37:49 linux-kernel Re: [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
2024-05-10 02:38:19 linux-crypto Re: [PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-10 02:37:48 linux-crypto [PATCH v15 23/23] KVM: SEV: Fix PSC handling for SMASH/UNSMASH and partial update ops
2024-05-10 02:37:08 linux-crypto [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults
2024-05-10 02:36:45 linux-crypto [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
2024-05-07 18:15:02 linux-crypto Re: [PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-05-01 09:10:11 linux-crypto [PATCH v15 08/20] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
2024-05-01 09:09:45 linux-crypto [PATCH v15 07/20] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
2024-05-01 09:09:21 linux-crypto [PATCH v15 06/20] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
2024-05-01 09:08:55 linux-crypto [PATCH v15 05/20] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command