Chao Gao ([email protected])

Number of posts: 371 (0.13 per day)
First post: 2016-10-20 07:18:49
Last post: 2024-06-13 05:29:45

Date List Subject
2022-02-16 07:21:39 linux-kernel [PATCH v4 6/6] KVM: Do compatibility checks on hotplugged CPUs
2022-02-16 07:10:03 linux-kernel [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-02-16 07:07:58 linux-kernel [PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
2022-02-16 06:53:40 linux-kernel [PATCH v4 5/6] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-02-16 06:40:14 linux-kernel [PATCH v4 3/6] KVM: Provide more information in kernel log if hardware enabling fails
2022-02-16 06:15:23 linux-kernel [PATCH v4 1/6] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-02-16 03:20:25 linux-kernel [PATCH v4 4/6] KVM: arm64: Simplify the CPUHP logic
2022-02-15 14:49:08 linux-kernel Re: [PATCH 09/11] KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs
2022-02-15 08:10:31 linux-kernel Re: [PATCH 02/11] KVM: VMX: Handle APIC-write offset wrangling in VMX code
2022-02-09 13:50:05 linux-kernel [PATCH v3 5/5] KVM: Do compatibility checks on hotplugged CPUs
2022-02-09 13:49:55 linux-kernel [PATCH v3 4/5] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-02-09 12:51:34 linux-kernel [PATCH v3 3/5] KVM: Provide more information in kernel log if hardware enabling fails
2022-02-09 12:51:15 linux-kernel [PATCH v3 1/5] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-02-09 12:50:12 linux-kernel Re: [PATCH v2 3/4] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-02-09 12:49:42 linux-kernel [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-02-09 12:48:57 linux-kernel [PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
2022-01-19 19:50:38 linux-kernel [PATCH v2 4/4] KVM: Do compatibility checks on hotplugged CPUs
2022-01-19 19:47:48 linux-kernel [PATCH v2 3/4] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2022-01-19 19:47:32 linux-kernel [PATCH v2 2/4] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-01-19 19:47:31 linux-kernel [PATCH v2 1/4] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-01-19 19:47:09 linux-kernel [PATCH v2 0/4] Improve KVM's interaction with CPU hotplug
2022-01-18 02:28:01 linux-kernel Re: [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat
2022-01-18 02:27:26 linux-kernel Re: [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat
2022-01-17 11:56:46 linux-kernel Re: [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
2022-01-14 02:47:41 linux-kernel Re: [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
2022-01-12 10:49:14 linux-kernel Re: [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat
2022-01-11 05:21:20 linux-kernel Re: [PATCH 6/6] KVM: Do compatibility checks on hotplugged CPUs
2022-01-11 03:26:00 linux-kernel Re: [PATCH 1/6] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-01-11 03:08:53 linux-kernel Re: [PATCH 3/6] KVM: Remove opaque from kvm_arch_check_processor_compat
2022-01-11 02:55:44 linux-kernel Re: [PATCH 2/6] KVM: x86: Use kvm_x86_ops in kvm_arch_check_processor_compat
2022-01-10 07:49:06 linux-kernel Re: [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
2021-12-27 08:17:56 linux-kernel [PATCH 6/6] KVM: Do compatibility checks on hotplugged CPUs
2021-12-27 08:17:53 linux-kernel [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat
2021-12-27 08:17:47 linux-kernel [PATCH 4/6] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
2021-12-27 08:17:41 linux-kernel [PATCH 1/6] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2021-12-27 08:17:41 linux-kernel [PATCH 2/6] KVM: x86: Use kvm_x86_ops in kvm_arch_check_processor_compat
2021-12-27 08:17:41 linux-kernel [PATCH 3/6] KVM: Remove opaque from kvm_arch_check_processor_compat
2021-12-27 08:17:17 linux-kernel [PATCH 0/6] Improve KVM's interaction with CPU hotplug
2021-12-22 05:56:49 linux-kernel Re: The vcpu won't be wakened for a long time
2021-11-30 08:10:17 linux-kernel Re: [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space
2021-11-29 09:23:41 linux-kernel Re: [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space
2021-11-26 09:11:29 linux-kernel Re: [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space
2021-11-16 08:56:26 linux-kernel Re: Re: [RFC] KVM: x86: SVM: don't expose PV_SEND_IPI feature with AVIC
2021-09-17 15:58:41 linux-kernel Re: [PATCH] swiotlb: allocate memory in a cache-friendly way
2021-09-01 04:26:54 linux-kernel [PATCH] swiotlb: allocate memory in a cache-friendly way
2021-08-06 11:02:46 linux-kernel Re: [clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
2021-08-05 07:47:44 linux-kernel Re: [clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
2021-08-05 04:53:45 linux-kernel Re: [clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
2021-08-03 08:51:30 linux-kernel Re: [clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
2021-08-02 06:13:46 linux-kernel Re: [clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
2020-01-18 01:09:00 linux-kernel Re: [Xen-devel] [PATCH] xen: xen-pciback: Reset MSI-X state when exposing a device