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-05-21 09:05:13 linux-kernel Re: [PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-05-19 18:16:32 linux-kernel [PATCH v3 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-05-19 18:15:58 linux-kernel [PATCH v3 1/2] perf/x86: Skip checking x86_pmu.lbr_tos if it doesn't exist
2021-05-19 18:08:33 linux-kernel Re: [PATCH v2 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-05-19 17:06:05 linux-kernel Re: [PATCH v2 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-05-19 11:32:35 linux-kernel [PATCH] perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBS
2021-05-17 07:42:19 linux-kernel Re: [PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-05-14 10:30:54 linux-kernel [PATCH] KVM: x86/pt: Do not inject TraceToPAPMI when guest PT isn't supported
2021-05-12 08:49:10 linux-kernel [PATCH v3 0/5] KVM: x86/pmu: Add support to enable guest PEBS via PT
2021-05-12 08:48:39 linux-kernel [PATCH v3 2/5] KVM: x86/pmu: Add the base address parameter for get_fixed_pmc()
2021-05-12 08:48:27 linux-kernel [PATCH v3 5/5] KVM: x86/pmu: Expose PEBS-via-PT in the KVM supported capabilities
2021-05-12 08:48:20 linux-kernel [PATCH v3 3/5] KVM: x86/pmu: Add counter reload MSR emulation for all counters
2021-05-12 08:47:48 linux-kernel [PATCH v3 4/5] KVM: x86/pmu: Add counter reload registers to the MSR-load list
2021-05-12 08:47:24 linux-kernel [PATCH v3 1/5] KVM: x86/pmu: Add pebs_vmx support for ATOM_TREMONT
2021-05-11 02:49:08 linux-kernel [PATCH v6 16/16] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-05-11 02:48:44 linux-kernel [PATCH v6 14/16] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-05-11 02:48:05 linux-kernel [PATCH v6 10/16] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-05-11 02:47:03 linux-kernel [PATCH v6 15/16] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-05-11 02:46:45 linux-kernel [PATCH v6 13/16] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-05-11 02:46:25 linux-kernel [PATCH v6 12/16] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-05-11 02:46:12 linux-kernel [PATCH v6 11/16] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-05-11 02:45:57 linux-kernel [PATCH v6 09/16] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-05-11 02:45:39 linux-kernel [PATCH v6 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-05-11 02:45:20 linux-kernel [PATCH v6 07/16] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-05-11 02:45:19 linux-kernel [PATCH v6 06/16] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-05-11 02:45:08 linux-kernel [PATCH v6 05/16] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-05-11 02:45:07 linux-kernel [PATCH v6 04/16] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-05-11 02:44:57 linux-kernel [PATCH v6 01/16] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-05-11 02:44:57 linux-kernel [PATCH v6 02/16] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-05-11 02:44:57 linux-kernel [PATCH v6 03/16] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-05-11 02:44:57 linux-kernel [PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-05-10 08:20:08 linux-kernel [RESEND PATCH v4 06/10] KVM: x86: Expose Architectural LBR CPUID leaf
2021-05-10 08:19:54 linux-kernel [RESEND PATCH v4 07/10] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
2021-05-10 08:19:37 linux-kernel [RESEND PATCH v4 05/10] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
2021-05-10 08:19:20 linux-kernel [RESEND kvm-unit-tests PATCH v2] x86: Update guest LBR tests for Architectural LBR
2021-05-10 08:19:14 linux-kernel [RESEND PATCH v4 10/10] KVM: x86: Add XSAVE Support for Architectural LBRs
2021-05-10 08:19:05 linux-kernel [RESEND PATCH v4 09/10] KVM: x86: Refine the matching and clearing logic for supported_xss
2021-05-10 08:18:56 linux-kernel [RESEND PATCH v4 08/10] KVM: x86: Report XSS as an MSR to be saved if there are supported features
2021-05-10 08:18:23 linux-kernel [RESEND PATCH v4 04/10] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL emulation for Arch LBR
2021-05-10 08:18:16 linux-kernel [RESEND PATCH v4 03/10] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
2021-05-10 08:17:54 linux-kernel [RESEND PATCH v4 01/10] perf/x86/intel: Fix the comment about guest LBR support on KVM
2021-05-10 08:17:54 linux-kernel [RESEND PATCH v4 02/10] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
2021-05-10 08:17:43 linux-kernel [RESEND PATCH v4 00/10] KVM: x86/pmu: Guest Architectural LBR Enabling
2021-05-10 02:16:10 linux-kernel Re: [PATCH v2 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-04-30 05:27:06 linux-kernel [PATCH v2 1/2] perf/x86: Skip checking if 0x0 MSR exists for guest Arch LBR
2021-04-30 05:27:05 linux-kernel [PATCH v2 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-04-22 01:33:27 linux-kernel Re: [PATCH RESEND 1/2] perf/x86: Skip checking MSR for MSR 0x0
2021-04-21 09:03:37 linux-kernel Re: [PATCH RESEND 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
2021-04-21 02:36:40 linux-kernel [PATCH RESEND 1/2] perf/x86: Skip checking MSR for MSR 0x0
2021-04-21 02:30:18 linux-kernel Re: [PATCH v4 00/11] KVM: x86/pmu: Guest Architectural LBR Enabling
2021-04-21 02:21:00 linux-kernel [PATCH RESEND 2/2] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region