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

Date List Subject
2020-11-17 17:15:52 linux-kernel [PATCH v4 33/34] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
2020-11-17 17:15:38 linux-kernel [PATCH v4 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
2020-11-17 17:15:16 linux-kernel [PATCH v4 30/34] KVM: SVM: Update ASID allocation to support SEV-ES guests
2020-11-17 17:15:06 linux-kernel [PATCH v4 23/34] KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
2020-11-17 17:15:03 linux-kernel [PATCH v4 29/34] KVM: SVM: Set the encryption mask for the SVM host save area
2020-11-17 17:14:41 linux-kernel [PATCH v4 17/34] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
2020-11-17 17:14:29 linux-kernel [PATCH v4 26/34] KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
2020-11-17 17:14:09 linux-kernel [PATCH v4 09/34] KVM: SVM: Do not allow instruction emulation under SEV-ES
2020-11-17 17:14:06 linux-kernel [PATCH v4 24/34] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
2020-11-17 17:14:05 linux-kernel [PATCH v4 22/34] KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
2020-11-17 17:13:58 linux-kernel [PATCH v4 08/34] KVM: SVM: Prevent debugging under SEV-ES
2020-11-17 17:13:53 linux-kernel [PATCH v4 21/34] KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
2020-11-17 17:13:42 linux-kernel [PATCH v4 19/34] KVM: SVM: Support string IO operations for an SEV-ES guest
2020-11-17 17:13:41 linux-kernel [PATCH v4 20/34] KVM: SVM: Add support for EFER write traps for an SEV-ES guest
2020-11-17 17:13:40 linux-kernel [PATCH v4 15/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
2020-11-17 17:13:37 linux-kernel [PATCH v4 18/34] KVM: SVM: Support MMIO for an SEV-ES guest
2020-11-17 17:13:31 linux-kernel [PATCH v4 11/34] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
2020-11-17 17:13:26 linux-kernel [PATCH v4 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
2020-11-17 17:13:11 linux-kernel [PATCH v4 14/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
2020-11-17 17:13:03 linux-kernel [PATCH v4 13/34] KVM: SVM: Create trace events for VMGEXIT processing
2020-11-17 17:12:44 linux-kernel [PATCH v4 07/34] KVM: SVM: Add required changes to support intercepts under SEV-ES
2020-11-17 17:12:42 linux-kernel [PATCH v4 06/34] KVM: x86: Mark GPRs dirty when written
2020-11-17 17:12:38 linux-kernel [PATCH v4 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
2020-11-17 17:12:12 linux-kernel [PATCH v4 10/34] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
2020-11-17 17:12:00 linux-kernel [PATCH v4 04/34] KVM: SVM: Add GHCB accessor functions for retrieving fields
2020-11-17 17:11:45 linux-kernel [PATCH v4 03/34] KVM: SVM: Add support for SEV-ES capability in KVM
2020-11-17 17:11:39 linux-kernel [PATCH v4 05/34] KVM: SVM: Add support for the SEV-ES VMSA
2020-11-17 17:11:29 linux-kernel [PATCH v4 02/34] KVM: SVM: Remove the call to sev_platform_status() during setup
2020-11-17 17:11:22 linux-kernel [PATCH v4 01/34] x86/cpu: Add VM page flush MSR availablility as a CPUID feature
2020-11-17 17:11:11 linux-kernel [PATCH v4 00/34] SEV-ES hypervisor support
2020-11-11 20:32:52 linux-kernel Re: [EXTERNAL] [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-10 23:34:09 linux-kernel Re: [PATCH] x86/mm/sme: Fix definition of PMD_FLAGS_DEC_WP
2020-11-10 23:08:51 linux-kernel Re: [EXTERNAL] [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-10 22:03:37 linux-kernel Re: [EXTERNAL] [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-10 17:08:46 linux-kernel Re: [EXTERNAL] [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-10 16:21:01 linux-kernel Re: [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-10 14:57:21 linux-kernel Re: [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-09 23:17:01 linux-kernel Re: [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers
2020-11-09 22:35:35 linux-kernel [PATCH v3 34/34] KVM: SVM: Provide support to launch and run an SEV-ES guest
2020-11-09 22:35:28 linux-kernel [PATCH v3 33/34] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
2020-11-09 22:34:53 linux-kernel [PATCH v3 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
2020-11-09 22:34:37 linux-kernel [PATCH v3 25/34] KVM: SVM: Do not report support for SMM for an SEV-ES guest
2020-11-09 22:34:16 linux-kernel [PATCH v3 31/34] KVM: SVM: Provide support for SEV-ES vCPU creation/loading
2020-11-09 22:34:04 linux-kernel [PATCH v3 30/34] KVM: SVM: Update ASID allocation to support SEV-ES guests
2020-11-09 22:33:01 linux-kernel [PATCH v3 29/34] KVM: SVM: Set the encryption mask for the SVM host save area
2020-11-09 22:32:59 linux-kernel [PATCH v3 28/34] KVM: SVM: Add NMI support for an SEV-ES guest
2020-11-09 22:32:57 linux-kernel [PATCH v3 17/34] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
2020-11-09 22:32:55 linux-kernel [PATCH v3 22/34] KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
2020-11-09 22:32:48 linux-kernel [PATCH v3 21/34] KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
2020-11-09 22:32:43 linux-kernel [PATCH v3 26/34] KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
2020-11-09 22:32:28 linux-kernel [PATCH v3 24/34] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES