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-03-10 10:54:35 linux-kernel [PATCH 1/5] KVM: x86/pmu: Emulate CTR overflow directly in kvm_pmu_handle_event()
2023-03-10 10:54:29 linux-kernel [PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-03-08 10:47:32 linux-kernel [PATCH] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
2023-03-07 11:41:51 linux-kernel [PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
2023-02-22 08:20:31 linux-kernel [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions
2023-02-21 08:44:25 linux-kernel Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
2023-02-21 08:29:59 linux-kernel [PATCH kvm-unit-tests] x86/pmu: Check counter is working properly before AMD pmu init
2023-02-20 10:07:17 linux-kernel Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-02-15 12:00:42 linux-kernel Re: [PATCH v2 07/21] KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
2023-02-15 11:53:42 linux-kernel Re: [PATCH v2 06/21] KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run
2023-02-14 11:39:25 linux-kernel Re: [PATCH v2 05/21] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN
2023-02-14 10:50:11 linux-kernel Re: [PATCH v2 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs
2023-02-14 08:50:00 linux-kernel [PATCH 2/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-02-14 08:49:56 linux-kernel [PATCH 1/2] KVM: selftests: Add a helper to read kvm boolean module parameters
2023-02-14 08:49:45 linux-kernel [PATCH 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-02-14 07:27:43 linux-kernel Re: [PATCH v2 08/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN
2023-02-14 05:09:40 linux-kernel [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
2023-02-14 05:09:34 linux-kernel [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-02-14 05:09:22 linux-kernel [PATCH v4 10/12] KVM: x86/cpuid: Add X86_FEATURE_PERFMON_V2 as a scattered flag
2023-02-14 05:09:18 linux-kernel [PATCH v4 09/12] KVM: x86/pmu: Forget PERFCTR_CORE if the min num of counters isn't met
2023-02-14 05:09:11 linux-kernel [PATCH v4 08/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-02-14 05:09:07 linux-kernel [PATCH v4 07/12] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu
2023-02-14 05:08:53 linux-kernel [PATCH v4 06/12] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
2023-02-14 05:08:46 linux-kernel [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
2023-02-14 05:08:42 linux-kernel [PATCH v4 04/12] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
2023-02-14 05:08:36 linux-kernel [PATCH v4 03/12] KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
2023-02-14 05:08:32 linux-kernel [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
2023-02-14 05:08:28 linux-kernel [PATCH v4 01/12] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
2023-02-14 05:08:22 linux-kernel [PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-02-06 11:47:26 linux-kernel Re: [PATCH v3 5/8] KVM: x86/cpuid: Add X86_FEATURE_AMD_PMU_V2 as a KVM-only leaf entry
2023-02-06 08:52:28 linux-kernel Re: [PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-02-06 07:54:00 linux-kernel Re: [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-02-03 10:09:10 linux-kernel Re: [PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-02-03 05:59:57 linux-kernel Re: [PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
2023-02-02 11:47:26 linux-kernel Re: [PATCH v3 1/8] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
2023-02-02 07:26:31 linux-kernel Re: [PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-01-31 11:46:54 linux-kernel Re: [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
2023-01-31 09:48:24 linux-kernel Re: [PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
2023-01-31 08:58:42 linux-kernel Re: [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity
2023-01-31 08:56:10 linux-kernel [PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-01-31 07:20:46 linux-kernel Re: [PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
2023-01-30 11:30:26 linux-kernel Re: [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity
2023-01-30 09:04:56 linux-kernel [PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
2022-12-26 11:40:19 linux-kernel [PATCH 0/3] KVM: x86/pmu: Fix accesses to PMU MSRs in two corner cases
2022-12-26 11:40:19 linux-kernel [PATCH 3/3] KVM: x86: Fix a typo about msrs_to_save_all[] in kvm_init_msr_list()
2022-12-26 11:39:23 linux-kernel [PATCH 2/3] KVM: x86: Ignore host accesses to higher version PMU features MSRs
2022-12-26 11:39:23 linux-kernel [PATCH 1/3] KVM: x86: Omit PMU MSRs from KVM_GET_MSR_INDEX_LIST if !enable_pmu
2022-12-23 02:51:18 linux-kernel Re: [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
2022-12-22 12:51:13 linux-kernel Re: [PATCH v2 10/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
2022-12-22 12:45:49 linux-kernel Re: [PATCH v2 06/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
2022-12-22 12:42:46 linux-kernel Re: [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset