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

Date List Subject
2024-04-18 07:15:04 linux-kernel Re: [PATCH 1/1] virtio: Add support for the virtio suspend feature
2024-04-03 06:20:58 linux-kernel Re: [PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
2023-09-20 17:51:32 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 14:52:41 linux-kernel Re: [virtio-comment] Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 14:13:29 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 13:02:31 linux-kernel Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 11:48:54 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 10:51:42 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 10:39:21 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 10:39:11 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2023-09-20 08:02:43 linux-kernel Re: [virtio-dev] Re: [virtio-comment] Re: [VIRTIO PCI PATCH v5 1/1] transport-pci: Add freeze_mode to virtio_pci_common_cfg
2022-12-29 04:53:07 linux-kernel Re: [PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails
2022-03-16 23:53:22 linux-kernel Re: [PATCH] vDPA/ifcvf: match pointer check to use
2021-11-25 02:14:34 linux-kernel Re: [PATCH V4 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
2021-09-15 01:23:35 linux-kernel Re: [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-08-18 05:29:54 linux-kernel Re: [PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-08-06 20:30:56 linux-kernel [PATCH V10 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-08-06 20:25:00 linux-kernel [PATCH V10 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-08-06 20:10:28 linux-kernel [PATCH V10 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-08-06 20:06:58 linux-kernel [PATCH V10 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-08-06 20:03:43 linux-kernel [PATCH V10 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-08-06 20:00:56 linux-kernel [PATCH V10 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-08-06 19:59:20 linux-kernel [PATCH V10 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
2021-08-06 19:59:17 linux-kernel [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-08-06 19:13:11 linux-kernel Re: [PATCH V9 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
2021-08-06 18:48:08 linux-kernel [PATCH V10 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-08-06 18:45:36 linux-kernel [PATCH V10 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-08-06 18:45:01 linux-kernel [PATCH V10 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-08-06 18:43:59 linux-kernel [PATCH V10 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-08-06 18:40:05 linux-kernel [PATCH V10 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-08-06 18:39:02 linux-kernel [PATCH V10 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-08-06 18:38:06 linux-kernel [PATCH V10 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
2021-08-06 18:36:06 linux-kernel [PATCH V10 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-08-06 18:35:27 linux-kernel [PATCH V10 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
2021-08-06 18:35:04 linux-kernel [PATCH V10 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
2021-08-06 18:34:24 linux-kernel [PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-08-04 03:50:46 linux-kernel Re: [PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
2021-07-22 05:46:44 linux-kernel [PATCH V9 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
2021-07-22 05:46:24 linux-kernel [PATCH V9 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
2021-07-22 05:46:05 linux-kernel [PATCH V9 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
2021-07-22 05:46:04 linux-kernel [PATCH V9 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
2021-07-22 05:45:54 linux-kernel [PATCH V9 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
2021-07-22 05:45:42 linux-kernel [PATCH V9 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
2021-07-22 05:45:07 linux-kernel [PATCH V9 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
2021-07-22 05:45:07 linux-kernel [PATCH V9 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
2021-07-22 05:44:58 linux-kernel [PATCH V9 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
2021-07-22 05:44:45 linux-kernel [PATCH V9 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
2021-07-22 05:44:42 linux-kernel [PATCH V9 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
2021-07-22 05:44:18 linux-kernel [PATCH V9 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
2021-07-22 05:44:17 linux-kernel [PATCH V9 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
2021-07-22 05:44:10 linux-kernel [PATCH V9 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled