Like Xu ([email protected])

Number of posts: 421 (0.51 per day)
First post: 2019-02-15 02:28:20
Last post: 2021-05-21 09:05:13

Date List Subject
2021-04-15 03:25:51 linux-kernel [PATCH v5 15/16] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-04-15 03:25:02 linux-kernel Re: [PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
2021-04-15 03:25:00 linux-kernel [PATCH v5 14/16] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-04-15 03:23:57 linux-kernel [PATCH v5 16/16] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-04-15 03:23:45 linux-kernel [PATCH v5 13/16] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-04-15 03:23:37 linux-kernel [PATCH v5 12/16] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-04-15 03:23:29 linux-kernel [PATCH v5 11/16] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-04-15 03:23:01 linux-kernel [PATCH v5 10/16] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-04-15 03:22:58 linux-kernel [PATCH v5 09/16] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-04-15 03:22:52 linux-kernel [PATCH v5 03/16] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-04-15 03:22:51 linux-kernel [PATCH v5 07/16] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-04-15 03:22:34 linux-kernel [PATCH v5 06/16] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-04-15 03:22:26 linux-kernel [PATCH v5 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-04-15 03:22:21 linux-kernel [PATCH v5 05/16] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-04-15 03:22:16 linux-kernel [PATCH v5 04/16] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-04-15 03:21:55 linux-kernel [PATCH v5 02/16] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-04-15 03:21:50 linux-kernel [PATCH v5 01/16] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-04-15 03:21:40 linux-kernel [PATCH v5 00/16] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
2021-04-09 08:52:52 linux-kernel Re: [PATCH v5 0/5] perf/x86: Some minor changes to support guest Arch LBR
2021-04-09 08:48:11 linux-kernel Re: [PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
2021-04-06 15:04:28 linux-kernel Re: [PATCH v5 0/5] perf/x86: Some minor changes to support guest Arch LBR
2021-03-29 05:55:12 linux-kernel [PATCH v4 11/16] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-03-29 05:55:09 linux-kernel [PATCH v4 10/16] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-03-29 05:54:32 linux-kernel [PATCH v4 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to manage guest DS buffer
2021-03-29 05:54:06 linux-kernel [PATCH v4 16/16] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-03-29 05:54:03 linux-kernel [PATCH v4 05/16] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-03-29 05:53:52 linux-kernel [PATCH v4 15/16] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-03-29 05:53:45 linux-kernel [PATCH v4 14/16] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-03-29 05:53:42 linux-kernel [PATCH v4 13/16] KVM: x86/pmu: Disable guest PEBS before vm-entry in two cases
2021-03-29 05:53:27 linux-kernel [PATCH v4 12/16] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-03-29 05:53:15 linux-kernel [PATCH v4 02/16] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-03-29 05:52:49 linux-kernel [PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
2021-03-29 05:52:45 linux-kernel [PATCH v4 09/16] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-03-29 05:52:34 linux-kernel [PATCH v4 06/16] KVM: x86/pmu: Reprogram guest PEBS event to emulate guest PEBS counter
2021-03-29 05:52:33 linux-kernel [PATCH v4 07/16] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-03-29 05:52:03 linux-kernel [PATCH v4 04/16] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-03-29 05:51:32 linux-kernel [PATCH v4 03/16] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-03-29 05:51:05 linux-kernel [PATCH v4 00/16] KVM: x86/pmu: Add basic support to enable Guest PEBS via DS
2021-03-26 01:31:11 linux-kernel [PATCH v5 5/5] perf/x86: Move ARCH_LBR_CTL_MASK definition to include/asm/msr-index.h
2021-03-26 01:29:10 linux-kernel [PATCH v5 4/5] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-03-26 01:29:07 linux-kernel [PATCH v5 3/5] perf/x86: Skip checking MSR for MSR 0x000
2021-03-26 01:29:06 linux-kernel [PATCH v5 2/5] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
2021-03-26 01:29:05 linux-kernel [PATCH v5 1/5] perf/x86/intel: Fix the comment about guest LBR support on KVM
2021-03-26 01:28:34 linux-kernel [PATCH v5 0/5] perf/x86: Some minor changes to support guest Arch LBR
2021-03-24 22:35:40 linux-kernel Re: [PATCH v4 RESEND 3/5] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-03-24 22:21:32 linux-kernel Re: [PATCH v4 RESEND 3/5] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-03-24 09:41:23 linux-kernel Re: [PATCH v4 RESEND 4/5] perf/x86/lbr: Skip checking for the existence of LBR_TOS for Arch LBR
2021-03-24 09:13:59 linux-kernel Re: [PATCH v4 RESEND 2/5] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
2021-03-22 06:15:52 linux-kernel [PATCH v4 RESEND 5/5] perf/x86: Move ARCH_LBR_CTL_MASK definition to include/asm/msr-index.h
2021-03-22 06:15:51 linux-kernel [PATCH v4 RESEND 1/5] perf/x86/intel: Fix the comment about guest LBR support on KVM
2021-03-22 06:15:51 linux-kernel [PATCH v4 RESEND 2/5] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers