Like Xu ([email protected])

Number of posts: 764 (0.77 per day)
First post: 2021-06-21 03:49:24
Last post: 2024-03-07 03:38:39

Date List Subject
2023-04-19 09:39:54 linux-kernel Re: [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-04-19 08:30:17 linux-kernel Re: [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
2023-04-19 07:40:09 linux-kernel Re: [PATCH v3 2/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-04-11 13:36:17 linux-kernel Re: [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-04-11 06:21:04 linux-kernel Re: [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-04-10 11:37:14 linux-kernel Re: [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-04-10 11:02:22 linux-kernel [PATCH V5 09/10] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-04-10 10:55:49 linux-kernel [PATCH V5 10/10] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
2023-04-10 10:53:13 linux-kernel [PATCH V5 08/10] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
2023-04-10 10:52:48 linux-kernel [PATCH V5 04/10] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
2023-04-10 10:52:41 linux-kernel [PATCH V5 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits
2023-04-10 10:52:38 linux-kernel [PATCH V5 07/10] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
2023-04-10 10:52:34 linux-kernel [PATCH V5 06/10] KVM: x86/pmu: Forget PERFCTR_CORE if the min num of counters isn't met
2023-04-10 10:52:31 linux-kernel [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-04-10 10:52:31 linux-kernel [PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-04-10 10:52:07 linux-kernel [PATCH V5 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
2023-04-10 10:52:04 linux-kernel [PATCH V5 01/10] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
2023-04-07 09:09:30 linux-kernel Re: [PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
2023-04-07 09:04:04 linux-kernel [PATCH V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
2023-04-07 08:30:27 linux-kernel Re: [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-04-07 07:29:06 linux-kernel Re: [PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-04-07 07:27:37 linux-kernel Re: [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
2023-04-07 07:24:54 linux-kernel Re: [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-04-07 05:11:52 linux-kernel Re: [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
2023-04-04 08:42:43 linux-kernel Re: [PATCH REBASED] KVM: x86: SVM: Fix one redefine issue about VMCB_AVIC_APIC_BAR_MASK
2023-04-04 07:22:39 linux-kernel [PATCH] KVM: x86/pmu: Zero out pmu->all_valid_pmc_idx each time it's refreshed
2023-03-28 10:39:35 linux-kernel Re: [PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-28 10:09:30 linux-kernel Re: [PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-03-28 09:18:18 linux-kernel Re: [PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-03-27 07:55:54 linux-kernel Re: [PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-23 08:23:50 linux-kernel Re: [PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-03-23 07:45:59 linux-kernel Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
2023-03-23 07:39:03 linux-kernel [PATCH 6/7] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version
2023-03-23 07:36:20 linux-kernel [PATCH 7/7] KVM: selftests: Test Intel counters' bit width emulation
2023-03-23 07:29:00 linux-kernel [PATCH 5/7] KVM: selftests: Test Intel supported fixed counters bit mask
2023-03-23 07:28:47 linux-kernel [PATCH 4/7] KVM: selftests: Test consistency of CPUID with num of Fixed counters
2023-03-23 07:28:35 linux-kernel [PATCH 3/7] KVM: selftests: Test consistency of CPUID with num of GP counters
2023-03-23 07:28:11 linux-kernel [PATCH 2/7] KVM: selftests: Test Intel PMU architectural events on fixed counters
2023-03-23 07:28:08 linux-kernel [PATCH 1/7] KVM: selftests: Test Intel PMU architectural events on gp counters
2023-03-23 07:28:05 linux-kernel [PATCH 0/7] KVM: selftests: Test the consistency of the PMU's CPUID and its features
2023-03-22 09:37:23 linux-kernel [PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-03-21 11:28:10 linux-kernel [PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-16 11:34:16 linux-kernel [PATCH] KVM: x86/pmu: Fix emulation on counters' bit width
2023-03-13 08:57:42 linux-kernel [PATCH v2 1/2] KVM: selftests: Add a helper to read kvm boolean module parameters
2023-03-13 08:57:38 linux-kernel [PATCH v2 2/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-03-13 08:57:31 linux-kernel [PATCH v2 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-03-10 11:34:15 linux-kernel [PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
2023-03-10 10:55:06 linux-kernel [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-03-10 10:54:59 linux-kernel [PATCH 3/5] KVM: x86/pmu: Move the overflow of a normal counter out of PMI context
2023-03-10 10:54:59 linux-kernel [PATCH 4/5] KVM: x86/pmu: Reorder functions to reduce unnecessary declarations
2023-03-10 10:54:39 linux-kernel [PATCH 2/5] KVM: x86/pmu: Add a helper to check if pmc has PEBS mode enabled