Yang Zhong ([email protected])

Number of posts: 82 (0.21 per day)
First post: 2021-01-05 01:43:54
Last post: 2022-01-29 21:01:15

Date List Subject
2022-01-29 21:01:15 linux-kernel Re: [PATCH 2/3] KVM: x86: add system attribute to retrieve full set of supported xsave states
2022-01-29 11:59:50 linux-kernel Re: [PATCH 2/3] KVM: x86: add system attribute to retrieve full set of supported xsave states
2022-01-27 12:05:06 linux-kernel Re: [PATCH 0/3] KVM: x86: export supported_xcr0 via UAPI
2022-01-06 06:18:17 linux-kernel Re: [PATCH v5 07/21] x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
2022-01-05 12:37:39 linux-kernel [PATCH v5 05/21] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
2022-01-05 12:37:34 linux-kernel [PATCH v5 04/21] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
2022-01-05 12:37:28 linux-kernel [PATCH v5 03/21] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
2022-01-05 12:37:25 linux-kernel [PATCH v5 07/21] x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
2022-01-05 12:37:23 linux-kernel [PATCH v5 13/21] kvm: x86: Emulate IA32_XFD_ERR for guest
2022-01-05 12:37:19 linux-kernel [PATCH v5 17/21] x86/fpu: Add uabi_size to guest_fpu
2022-01-05 12:37:15 linux-kernel [PATCH v5 19/21] kvm: selftests: Add support for KVM_CAP_XSAVE2
2022-01-05 12:37:12 linux-kernel [PATCH v5 18/21] kvm: x86: Add support for getting/setting expanded xstate buffer
2022-01-05 12:37:06 linux-kernel [PATCH v5 20/21] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
2022-01-05 12:37:02 linux-kernel [PATCH v5 21/21] kvm: x86: Disable interception for IA32_XFD on demand
2022-01-05 12:36:58 linux-kernel [PATCH v5 16/21] kvm: x86: Add CPUID support for Intel AMX
2022-01-05 12:36:57 linux-kernel [PATCH v5 15/21] kvm: x86: Add XCR0 support for Intel AMX
2022-01-05 12:36:51 linux-kernel [PATCH v5 14/21] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
2022-01-05 12:36:45 linux-kernel [PATCH v5 10/21] kvm: x86: Add emulation for IA32_XFD
2022-01-05 12:36:43 linux-kernel [PATCH v5 12/21] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
2022-01-05 12:36:40 linux-kernel [PATCH v5 11/21] x86/fpu: Prepare xfd_err in struct fpu_guest
2022-01-05 12:36:35 linux-kernel [PATCH v5 09/21] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
2022-01-05 12:36:30 linux-kernel [PATCH v5 06/21] x86/fpu: Add guest support to xfd_enable_feature()
2022-01-05 12:36:24 linux-kernel [PATCH v5 08/21] kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
2022-01-05 12:36:17 linux-kernel [PATCH v5 02/21] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
2022-01-05 12:36:15 linux-kernel [PATCH v5 01/21] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
2022-01-05 12:36:11 linux-kernel [PATCH v5 00/21] AMX Support in KVM
2021-12-29 13:15:53 linux-kernel [PATCH v4 21/21] kvm: x86: Disable interception for IA32_XFD on demand
2021-12-29 13:15:45 linux-kernel [PATCH v4 20/21] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
2021-12-29 13:15:31 linux-kernel [PATCH v4 19/21] kvm: selftests: Add support for KVM_CAP_XSAVE2
2021-12-29 13:15:26 linux-kernel [PATCH v4 18/21] kvm: x86: Add support for getting/setting expanded xstate buffer
2021-12-29 13:15:18 linux-kernel [PATCH v4 17/21] x86/fpu: Add uabi_size to guest_fpu
2021-12-29 13:15:07 linux-kernel [PATCH v4 15/21] kvm: x86: Add XCR0 support for Intel AMX
2021-12-29 13:15:05 linux-kernel [PATCH v4 16/21] kvm: x86: Add CPUID support for Intel AMX
2021-12-29 13:14:52 linux-kernel [PATCH v4 14/21] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
2021-12-29 13:14:28 linux-kernel [PATCH v4 13/21] kvm: x86: Emulate IA32_XFD_ERR for guest
2021-12-29 13:14:25 linux-kernel [PATCH v4 12/21] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
2021-12-29 13:14:14 linux-kernel [PATCH v4 11/21] x86/fpu: Prepare xfd_err in struct fpu_guest
2021-12-29 13:14:10 linux-kernel [PATCH v4 06/21] x86/fpu: Add guest support to xfd_enable_feature()
2021-12-29 13:14:08 linux-kernel [PATCH v4 10/21] kvm: x86: Add emulation for IA32_XFD
2021-12-29 13:14:06 linux-kernel [PATCH v4 07/21] x86/fpu: Provide fpu_update_guest_perm_features() for guest
2021-12-29 13:14:03 linux-kernel [PATCH v4 09/21] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
2021-12-29 13:13:58 linux-kernel [PATCH v4 08/21] kvm: x86: Check and enable permitted dynamic xfeatures at KVM_SET_CPUID2
2021-12-29 13:13:44 linux-kernel [PATCH v4 01/21] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
2021-12-29 13:13:42 linux-kernel [PATCH v4 04/21] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
2021-12-29 13:13:41 linux-kernel [PATCH v4 05/21] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
2021-12-29 13:13:39 linux-kernel [PATCH v4 03/21] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
2021-12-29 13:13:35 linux-kernel [PATCH v4 02/21] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
2021-12-29 13:13:31 linux-kernel [PATCH v4 00/21] AMX Support in KVM
2021-12-14 10:41:22 linux-kernel Re: [PATCH 10/19] kvm: x86: Emulate WRMSR of guest IA32_XFD
2021-12-12 13:26:01 linux-kernel Re: [PATCH 15/19] kvm: x86: Save and restore guest XFD_ERR properly
2021-12-07 15:11:09 linux-kernel [PATCH 19/19] kvm: x86: Add AMX CPUIDs support