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
2021-01-21 14:58:50 linux-kernel Re: [Patch v4 1/2] cgroup: svm: Add Encryption ID controller
2021-01-20 15:29:41 linux-crypto Re: problem with ccp-crypto module on apu
2021-01-18 18:20:20 linux-kernel Re: [PATCH] x86/sev: Add AMD_SEV_ES_GUEST Kconfig for including SEV-ES support
2021-01-16 05:42:23 linux-kernel Re: [PATCH] x86/sev: Add AMD_SEV_ES_GUEST Kconfig for including SEV-ES support
2021-01-15 15:09:19 linux-kernel Re: [PATCH v2 14/14] KVM: SVM: Skip SEV cache flush if no ASIDs have been used
2021-01-14 22:58:30 linux-kernel Re: [PATCH v2 13/14] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
2021-01-14 22:54:21 linux-kernel Re: [PATCH v2 12/14] KVM: SVM: Drop redundant svm_sev_enabled() helper
2021-01-14 22:17:39 linux-kernel Re: [PATCH v2 11/14] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
2021-01-14 21:57:22 linux-kernel Re: [PATCH v2 11/14] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
2021-01-14 21:52:09 linux-kernel Re: [PATCH v2 10/14] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
2021-01-14 21:29:37 linux-kernel Re: [PATCH v2 09/14] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
2021-01-14 20:59:58 linux-kernel Re: [PATCH v2 08/14] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
2021-01-14 19:10:31 linux-kernel Re: [PATCH v2 03/14] KVM: SVM: Move SEV module params/variables to sev.c
2021-01-14 18:06:34 linux-kernel Re: [PATCH v2 02/14] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
2021-01-14 17:56:18 linux-kernel Re: [PATCH v2 06/14] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
2021-01-14 16:00:16 linux-kernel Re: [PATCH v2 01/14] KVM: SVM: Zero out the VMCB array used to track SEV ASID association
2021-01-14 15:52:21 linux-kernel Re: [PATCH v2 02/14] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
2021-01-12 08:41:35 linux-kernel Re: [PATCH 07/13] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
2021-01-11 18:32:26 linux-kernel Re: [PATCH V2] x86/sev-es: Fix SEV-ES #VC handler for string port IO
2021-01-11 18:00:43 linux-kernel Re: [PATCH 11/13] KVM: SVM: Drop redundant svm_sev_enabled() helper
2021-01-11 16:51:29 linux-kernel Re: [PATCH 06/13] x86/sev: Rename global "sev_enabled" flag to "sev_guest"
2021-01-11 16:08:17 linux-kernel Re: [PATCH 06/13] x86/sev: Rename global "sev_enabled" flag to "sev_guest"
2021-01-11 15:39:01 linux-kernel Re: [PATCH 03/13] KVM: SVM: Move SEV module params/variables to sev.c
2021-01-11 15:33:48 linux-kernel Re: [PATCH 03/13] KVM: SVM: Move SEV module params/variables to sev.c
2021-01-11 14:45:10 linux-kernel Re: [PATCH 01/13] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
2021-01-07 19:55:35 linux-kernel Re: [PATCH v5.1 27/34] KVM: SVM: Add support for booting APs in an SEV-ES guest
2021-01-07 15:50:38 linux-kernel Re: [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
2021-01-07 15:42:33 linux-kernel Re: [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
2021-01-07 15:35:35 linux-kernel Re: [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
2021-01-04 20:22:45 linux-kernel [PATCH v5.1 27/34] KVM: SVM: Add support for booting APs in an SEV-ES guest
2021-01-04 17:42:15 linux-kernel Re: [PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
2021-01-04 14:38:09 linux-crypto Re: problem with ccp-crypto module on apu
2020-12-27 15:29:18 linux-kernel Re: [PATCH v1 00/19] x86/insn: Add an insn_decode() API
2020-12-15 16:51:52 linux-kernel Re: [PATCH v5 00/34] SEV-ES hypervisor support
2020-12-14 21:00:16 linux-kernel Re: [PATCH 3/3] KVM: x86: introduce complete_emulated_msr callback
2020-12-14 20:56:12 linux-kernel Re: [PATCH 2/3] KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
2020-12-14 20:55:13 linux-kernel Re: [PATCH 1/3] KVM: x86: remove bogus #GP injection
2020-12-14 19:52:39 linux-kernel Re: [PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
2020-12-14 19:26:36 linux-kernel Re: [PATCH v5 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
2020-12-14 19:25:08 linux-kernel Re: [PATCH v5 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
2020-12-14 19:16:12 linux-kernel Re: [PATCH v5 07/34] KVM: SVM: Add required changes to support intercepts under SEV-ES
2020-12-11 21:04:25 linux-kernel [PATCH v5 15/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
2020-12-11 21:03:55 linux-kernel [PATCH v5 08/34] KVM: SVM: Prevent debugging under SEV-ES
2020-12-11 21:03:27 linux-kernel [PATCH v5 13/34] KVM: SVM: Create trace events for VMGEXIT processing
2020-12-11 20:33:11 linux-kernel [PATCH v5 33/34] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
2020-12-11 20:30:31 linux-kernel [PATCH v5 22/34] KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
2020-12-11 20:29:59 linux-kernel [PATCH v5 23/34] KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
2020-12-11 20:29:47 linux-kernel [PATCH v5 02/34] KVM: SVM: Remove the call to sev_platform_status() during setup
2020-12-11 20:29:27 linux-kernel [PATCH v5 09/34] KVM: SVM: Do not allow instruction emulation under SEV-ES
2020-12-11 20:29:27 linux-kernel [PATCH v5 05/34] KVM: SVM: Add support for the SEV-ES VMSA
2020-12-11 15:10:58 linux-kernel [PATCH v5 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100