LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2023-08-08 20:23:50
linux-kernel
[PATCH] KVM: x86/mmu: Remove unused "const u8 *new" for kvm_mmu_track_write()
2023-08-07 12:45:03
linux-kernel
Re: [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users
2023-08-07 11:12:48
linux-kernel
[PATCH] KVM: x86: Remove break statements that will never be executed
2023-08-02 07:18:47
linux-kernel
[PATCH v2 2/2] KVM: irqbypass: Convert producers/consumers single linked list to XArray
2023-08-02 06:09:44
linux-kernel
[PATCH v2 1/2] KVM: eventfd: Fix NULL deref irqbypass producer
2023-08-02 05:48:49
linux-kernel
[PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix
2023-08-01 15:29:17
linux-kernel
[PATCH] KVM: irqbypass: Convert producers/consumers single linked list to XArray
2023-08-01 09:27:49
linux-kernel
[PATCH] KVM: eventfd: fix NULL deref irqbypass producer
2023-08-01 04:54:03
linux-kernel
[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
2023-08-01 03:33:16
linux-kernel
Re: [PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
2023-07-31 09:26:30
linux-kernel
[PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
2023-07-24 11:19:29
linux-kernel
[PATCH] KVM: x86/irq: Conditionally register IRQ bypass consumer again
2023-07-24 07:55:13
linux-kernel
[PATCH v2] KVM: x86/tsc: Use calculated tsc_offset before matching the fist vcpu's tsc
2023-07-11 16:47:16
linux-kernel
Re: [PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
2023-07-11 16:45:40
linux-kernel
Re: [PATCH 4/4] KVM: x86/pmu: Move .hw_event_available() check out of PMC filter helper
2023-07-10 11:04:17
linux-kernel
Re: [PATCH 1/4] KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indices
2023-07-04 08:08:47
linux-kernel
Re: [PATCH] KVM: x86/tsc: Update guest tsc_offset again before vcpu first runs
2023-06-29 17:28:03
linux-kernel
[PATCH] KVM: x86/tsc: Update guest tsc_offset again before vcpu first runs
2023-06-29 14:42:21
linux-kernel
[PATCH] KVM: selftests: Fix the meta info of test cases in the header comments
2023-06-28 09:48:27
linux-kernel
Re: [PATCH 1/4] perf/x86/intel: Get shared reg constraints first for vLBR
2023-06-28 09:28:20
linux-kernel
Re: [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation
2023-06-28 09:27:00
linux-kernel
Re: [PATCH 2/4] KVM: VMX/pmu: Save host debugctlmsr just before vm entry
2023-06-28 08:35:02
linux-kernel
Re: [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation
2023-06-28 08:29:31
linux-kernel
Re: [PATCH 4/4] KVM: selftests: Add test case for guest and host LBR preemption
2023-06-27 04:38:07
linux-kernel
[PATCH] KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_masked()
2023-06-25 08:05:33
linux-kernel
Re: [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
2023-06-25 07:58:58
linux-kernel
[PATCH] KVM: x86: Use sysfs_emit() instead of sprintf()
2023-06-05 10:07:50
linux-kernel
Re: [PATCH v2 00/15] Introduce Architectural LBR for vPMU
2023-05-30 06:20:11
linux-kernel
[PATCH v6 06/10] KVM: x86/pmu: Forget PERFCTR_CORE if the min num of counters isn't met
2023-05-30 06:19:14
linux-kernel
[PATCH v6 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-05-30 06:19:09
linux-kernel
[PATCH v6 09/10] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
2023-05-30 06:17:11
linux-kernel
[PATCH v6 07/10] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
2023-05-30 06:16:22
linux-kernel
[PATCH v6 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits
2023-05-30 06:14:19
linux-kernel
[PATCH v6 10/10] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
2023-05-30 06:12:21
linux-kernel
[PATCH v6 01/10] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
2023-05-30 06:11:37
linux-kernel
[PATCH v6 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
2023-05-30 06:11:21
linux-kernel
[PATCH v6 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-05-30 06:09:42
linux-kernel
[PATCH v6 04/10] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
2023-05-30 06:07:23
linux-kernel
[PATCH v6 08/10] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
2023-05-29 14:56:30
linux-kernel
Re: [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-05-29 14:49:59
linux-kernel
Re: [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
2023-05-29 14:48:30
linux-kernel
Re: [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-05-29 14:32:08
linux-kernel
Re: [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
2023-05-23 12:52:03
linux-kernel
Re: [PATCH] KVM: x86: vPMU: truncate counter value to allowed width
2023-05-23 03:58:54
linux-kernel
[PATCH v2] KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
2023-05-19 08:48:25
linux-kernel
[PATCH] KVM: x86/mmu: Drop "struct kvm_mmu *mmu" from __kvm_mmu_invalidate_addr()
2023-05-19 07:43:18
linux-kernel
Re: [PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
2023-05-17 14:00:46
linux-kernel
[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
2023-05-16 13:58:25
linux-kernel
Re: [PATCH 0/2] KVM support for Intel PMU v5 fixed function PMC bitmap
2023-04-26 06:27:29
linux-kernel
Re: [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-04-19 13:45:55
linux-kernel
Re: [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction