LinuxLists
Users
About
Tom Lendacky (
[email protected]
)
Number of posts: 2422 (0.64 per day)
First post: 2014-01-06 19:34:04
Last post: 2024-06-14 16:10:13
Previous Page
/
Next Page
Date
List
Subject
2020-10-02 17:09:28
linux-kernel
[RFC PATCH v2 26/33] KVM: SVM: Add support for booting APs for an SEV-ES guest
2020-10-02 17:09:12
linux-kernel
[RFC PATCH v2 14/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
2020-10-02 17:08:55
linux-kernel
[RFC PATCH v2 23/33] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
2020-10-02 17:08:53
linux-kernel
[RFC PATCH v2 09/33] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
2020-10-02 17:08:43
linux-kernel
[RFC PATCH v2 07/33] KVM: SVM: Prevent debugging under SEV-ES
2020-10-02 17:08:41
linux-kernel
[RFC PATCH v2 12/33] KVM: SVM: Create trace events for VMGEXIT processing
2020-10-02 17:08:27
linux-kernel
[RFC PATCH v2 10/33] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
2020-10-02 17:08:14
linux-kernel
[RFC PATCH v2 19/33] KVM: SVM: Add support for EFER write traps for an SEV-ES guest
2020-10-02 17:08:08
linux-kernel
[RFC PATCH v2 08/33] KVM: SVM: Do not allow instruction emulation under SEV-ES
2020-10-02 17:08:04
linux-kernel
[RFC PATCH v2 18/33] KVM: SVM: Support port IO operations for an SEV-ES guest
2020-10-02 17:07:48
linux-kernel
[RFC PATCH v2 15/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
2020-10-02 17:07:14
linux-kernel
[RFC PATCH v2 11/33] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
2020-10-02 17:07:08
linux-kernel
[RFC PATCH v2 13/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
2020-10-02 17:06:34
linux-kernel
[RFC PATCH v2 06/33] KVM: SVM: Add required changes to support intercepts under SEV-ES
2020-10-02 17:06:23
linux-kernel
[RFC PATCH v2 05/33] KVM: x86: Mark GPRs dirty when written
2020-10-02 17:06:13
linux-kernel
[RFC PATCH v2 04/33] KVM: SVM: Add support for the SEV-ES VMSA
2020-10-02 17:05:59
linux-kernel
[RFC PATCH v2 00/33] SEV-ES hypervisor support
2020-10-02 17:05:31
linux-kernel
[RFC PATCH v2 03/33] KVM: SVM: Add GHCB accessor functions for retrieving fields
2020-10-02 17:05:16
linux-kernel
[RFC PATCH v2 02/33] KVM: SVM: Add support for SEV-ES capability in KVM
2020-10-02 17:04:56
linux-kernel
[RFC PATCH v2 01/33] KVM: SVM: Remove the call to sev_platform_status() during setup
2020-10-01 22:46:56
linux-kernel
Re: [RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
2020-09-25 13:41:41
linux-kernel
[PATCH] x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer
2020-09-24 19:56:52
linux-kernel
Re: [RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
2020-09-24 18:45:56
linux-kernel
[PATCH v2 1/2] KVM: SVM: Add a dedicated INVD intercept routine
2020-09-24 18:45:08
linux-kernel
[PATCH v2 2/2] KVM: VMX: Do not perform emulation for INVD intercept
2020-09-24 18:43:48
linux-kernel
[PATCH v2 0/2] INVD intercept change to skip instruction
2020-09-24 13:34:44
linux-kernel
Re: [PATCH] KVM: SVM: Add a dedicated INVD intercept routine
2020-09-23 20:41:59
linux-kernel
Re: [PATCH] KVM: SVM: Add a dedicated INVD intercept routine
2020-09-23 20:32:01
linux-kernel
[PATCH] KVM: SVM: Add a dedicated INVD intercept routine
2020-09-22 13:41:40
linux-crypto
Re: [PATCH] crypto: ccp - fix error handling
2020-09-17 16:31:36
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-16 20:54:06
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-16 20:46:57
linux-kernel
Re: [RFC PATCH 11/35] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
2020-09-16 20:29:19
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-16 18:20:33
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-16 17:42:38
linux-kernel
Re: [RFC PATCH 05/35] KVM: SVM: Add initial support for SEV-ES GHCB access to KVM
2020-09-16 00:37:54
linux-kernel
Re: [RFC PATCH 05/35] KVM: SVM: Add initial support for SEV-ES GHCB access to KVM
2020-09-16 00:13:34
linux-kernel
Re: [RFC PATCH 26/35] KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
2020-09-15 23:35:29
linux-kernel
Re: [RFC PATCH 25/35] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
2020-09-15 22:48:44
linux-kernel
Re: [RFC PATCH 21/35] KVM: SVM: Add support for EFER write traps for an SEV-ES guest
2020-09-15 22:43:38
linux-kernel
Re: [RFC PATCH 22/35] KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
2020-09-15 22:11:33
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-15 20:42:08
linux-kernel
Re: [RFC PATCH 25/35] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
2020-09-15 17:46:23
linux-kernel
Re: [RFC PATCH 00/35] SEV-ES hypervisor support
2020-09-15 16:46:36
linux-kernel
Re: [RFC PATCH 24/35] KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
2020-09-15 15:59:23
linux-kernel
Re: [RFC PATCH 09/35] KVM: SVM: Do not emulate MMIO under SEV-ES
2020-09-15 15:52:57
linux-kernel
Re: [RFC PATCH 20/35] KVM: SVM: Add SEV/SEV-ES support for intercepting INVD
2020-09-15 15:41:57
linux-kernel
Re: [RFC PATCH 28/35] KVM: X86: Update kvm_skip_emulated_instruction() for an SEV-ES guest
2020-09-15 14:04:12
linux-kernel
Re: [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
2020-09-14 20:36:10
linux-kernel
[RFC PATCH 11/35] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
2020-09-14 20:35:32
linux-kernel
[RFC PATCH 05/35] KVM: SVM: Add initial support for SEV-ES GHCB access to KVM