Xiaoyao Li ([email protected])

Number of posts: 618 (0.33 per day)
First post: 2019-04-09 06:07:22
Last post: 2024-04-29 05:28:24

Date List Subject
2024-03-04 08:57:28 linux-kernel Re: [PATCH 13/21] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-03-04 08:30:37 linux-kernel Re: [PATCH 12/21] KVM: x86/tdp_mmu: Sprinkle __must_check
2024-03-04 08:10:07 linux-kernel Re: [PATCH 09/21] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
2024-03-01 08:57:38 linux-kernel Re: [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
2024-03-01 07:45:13 linux-kernel Re: [PATCH 06/21] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2024-03-01 07:31:12 linux-kernel Re: [PATCH 05/21] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
2024-02-29 13:55:24 linux-kernel Re: [PATCH 04/21] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
2024-02-29 13:50:38 linux-kernel Re: [PATCH 03/21] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
2024-02-29 13:47:05 linux-kernel Re: [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
2024-02-28 02:34:38 linux-kernel Re: [PATCH 01/21] KVM: x86: Split core of hypercall emulation to helper function
2024-02-28 00:15:08 linux-kernel Re: [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables
2024-02-26 01:30:54 linux-kernel Re: [PATCH] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
2024-02-07 06:26:32 linux-kernel Re: [PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
2024-02-02 08:04:42 linux-kernel Re: [PATCH v18 013/121] KVM: TDX: Add TDX "architectural" error codes
2024-02-02 01:02:48 linux-kernel Re: [PATCH v18 012/121] KVM: TDX: Define TDX architectural definitions
2024-02-01 09:41:01 linux-kernel Re: [PATCH v18 009/121] KVM: TDX: Add placeholders for TDX VM/vcpu structure
2024-02-01 09:39:30 linux-kernel Re: [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
2024-02-01 08:55:25 linux-kernel Re: [PATCH v18 008/121] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-02-01 02:11:52 linux-kernel Re: [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
2024-02-01 01:41:44 linux-kernel Re: [PATCH v18 006/121] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
2024-01-31 14:34:43 linux-kernel Re: [PATCH v18 004/121] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2024-01-12 16:07:33 linux-kernel Re: [PATCH v2] virt: tdx-guest: Handle GetQuote request error code
2023-12-29 04:41:41 linux-kernel Re: [PATCH v3 3/4] KVM: X86: Add a capability to configure bus frequency for APIC timer
2023-12-29 04:21:18 linux-kernel Re: [PATCH v3 1/4] KVM: x86/hyperv: Calculate APIC bus frequency for hyper-v
2023-12-21 05:45:59 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-12-21 05:44:08 linux-kernel Re: [PATCH v3 2/4] KVM: x86: Make the APIC bus cycles per nsec VM variable
2023-12-21 05:27:19 linux-kernel Re: [PATCH v3 1/4] KVM: x86/hyperv: Calculate APIC bus frequency for hyper-v
2023-12-19 07:57:28 linux-kernel Re: [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
2023-11-30 03:04:21 linux-kernel Re: [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
2023-11-02 02:20:14 linux-kernel Re: [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-11-01 07:26:28 linux-kernel Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-10-31 08:37:19 linux-kernel Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-10-31 02:28:26 linux-kernel Re: [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-10-31 02:26:46 linux-kernel Re: [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
2023-10-30 05:47:43 linux-kernel Re: [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
2023-10-30 05:18:07 linux-kernel Re: [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
2023-10-25 05:59:59 linux-kernel [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
2023-10-25 05:59:46 linux-kernel [PATCH v2 2/2] KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN
2023-10-25 05:59:36 linux-kernel [PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
2023-10-18 14:47:22 linux-kernel Re: [PATCH] KVM: x86: Use the correct size of struct kvm_vcpu_pv_apf_data and fix the documentation
2023-10-13 07:01:47 linux-kernel [PATCH] KVM: x86: Use the correct size of struct kvm_vcpu_pv_apf_data and fix the documentation
2023-09-23 04:31:57 linux-kernel Re: [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-09-15 21:12:24 linux-kernel Re: [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
2023-09-15 17:02:48 linux-kernel Re: [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
2023-07-25 10:55:24 linux-kernel Re: [RFC PATCH v4 09/10] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
2023-07-21 17:02:23 linux-kernel Re: [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
2023-07-21 16:59:14 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-07-21 15:10:56 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-07-20 15:27:26 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-07-19 03:03:39 linux-kernel Re: [PATCH v9 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
2023-07-13 14:20:07 linux-kernel Re: [RFC 0/3] KVM: x86: introduce pv feature lazy tscdeadline