LinuxLists
Users
About
Zhu, Lingshan (
[email protected]
)
Number of posts: 218 (0.13 per day)
First post: 2019-10-16 07:51:49
Last post: 2024-04-18 07:15:04
Previous Page
/
Next Page
Date
List
Subject
2021-07-22 05:43:59
linux-kernel
[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-07-22 05:43:59
linux-kernel
[PATCH V9 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-07-22 05:43:44
linux-kernel
[PATCH V9 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-07-22 05:43:38
linux-kernel
[PATCH V9 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-07-22 05:43:38
linux-kernel
[PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-07-22 03:05:34
linux-kernel
Re: [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-07-22 02:40:58
linux-kernel
Re: [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-07-16 08:57:52
linux-kernel
[PATCH V8 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-07-16 08:57:41
linux-kernel
[PATCH V8 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-07-16 08:57:41
linux-kernel
[PATCH V8 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-07-16 08:57:33
linux-kernel
[PATCH V8 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-07-16 08:57:22
linux-kernel
[PATCH V8 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-07-16 08:57:08
linux-kernel
[PATCH V8 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
2021-07-16 08:57:00
linux-kernel
[PATCH V8 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-07-16 08:56:53
linux-kernel
[PATCH V8 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-07-16 08:56:53
linux-kernel
[PATCH V8 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-07-16 08:56:16
linux-kernel
[PATCH V8 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-07-16 08:56:14
linux-kernel
[PATCH V8 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-07-16 08:56:07
linux-kernel
[PATCH V8 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-07-16 08:55:57
linux-kernel
[PATCH V8 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-07-16 08:55:55
linux-kernel
[PATCH V8 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-07-16 08:55:40
linux-kernel
[PATCH V8 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-07-16 08:55:39
linux-kernel
[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-07-16 08:55:27
linux-kernel
[PATCH V8 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-07-16 08:55:17
linux-kernel
[PATCH V8 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-07-16 08:54:51
linux-kernel
[PATCH V8 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-06-22 09:48:57
linux-kernel
[PATCH V7 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-06-22 09:48:52
linux-kernel
[PATCH V7 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-06-22 09:48:21
linux-kernel
[PATCH V7 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-06-22 09:48:07
linux-kernel
[PATCH V7 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-06-22 09:48:04
linux-kernel
[PATCH V7 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-06-22 09:47:28
linux-kernel
[PATCH V7 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-06-22 09:47:28
linux-kernel
[PATCH V7 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-06-22 09:47:12
linux-kernel
[PATCH V7 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-06-22 09:46:42
linux-kernel
[PATCH V7 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-06-22 09:46:36
linux-kernel
[PATCH V7 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-06-22 09:46:34
linux-kernel
[PATCH V7 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-06-22 09:46:17
linux-kernel
[PATCH V7 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-06-22 09:46:00
linux-kernel
[PATCH V7 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-06-22 09:45:49
linux-kernel
[PATCH V7 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-06-22 09:45:27
linux-kernel
[PATCH V7 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-06-22 09:45:07
linux-kernel
[PATCH V7 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-05-06 03:21:25
linux-kernel
Re: [PATCH V4 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
2021-04-30 09:26:01
linux-kernel
Re: [PATCH] vdpa/mlx5: Add support for doorbell bypassing
2021-04-30 06:32:49
linux-kernel
Re: [PATCH] vdpa/mlx5: Add support for doorbell bypassing
2021-04-29 11:28:09
linux-kernel
Re: [PATCH 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
2021-04-28 13:47:51
linux-kernel
Re: [PATCH 1/2] vDPA/ifcvf: record virtio notify base
2021-04-28 13:47:39
linux-kernel
Re: [PATCH 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
2021-04-28 10:20:56
linux-kernel
Re: [PATCH 1/2] vDPA/ifcvf: record virtio notify base
2021-04-28 10:20:48
linux-kernel
Re: [PATCH 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
2021-04-28 09:01:05
linux-kernel
Re: [PATCH 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf