Show patches with: Submitter = Like Xu       |    State = Action Required       |   442 patches
« 1 2 ... 2 3 4 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,5/6] KVM: x86: Update vPMCs when retiring instructions KVM: x86/pmu: Count two basic events for emulated instructions - - - --- 2021-11-30 Like Xu New
[v2,4/6] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() KVM: x86/pmu: Count two basic events for emulated instructions - 1 - --- 2021-11-30 Like Xu New
[v2,3/6] KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() KVM: x86/pmu: Count two basic events for emulated instructions - 1 - --- 2021-11-30 Like Xu New
[v2,2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() KVM: x86/pmu: Count two basic events for emulated instructions - 1 - --- 2021-11-30 Like Xu New
[v2,1/6] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs KVM: x86/pmu: Count two basic events for emulated instructions - - - --- 2021-11-30 Like Xu New
[kvm-unit-tests] x86/pmu: Make "ref cycles" test to pass on the latest cpu [kvm-unit-tests] x86/pmu: Make "ref cycles" test to pass on the latest cpu - - - --- 2021-11-22 Like Xu New
[v2,4/4] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() KVM: x86/pmu: Refactoring code by reusing pmc->eventsel for fixed_counters - - - --- 2021-11-19 Like Xu New
[v2,3/4] KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() KVM: x86/pmu: Refactoring code by reusing pmc->eventsel for fixed_counters - - - --- 2021-11-19 Like Xu New
[v2,2/4] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() KVM: x86/pmu: Refactoring code by reusing pmc->eventsel for fixed_counters - - - --- 2021-11-19 Like Xu New
[v2,1/4] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs KVM: x86/pmu: Refactoring code by reusing pmc->eventsel for fixed_counters - - - --- 2021-11-19 Like Xu New
KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register - - - --- 2021-11-18 Like Xu New
KVM: x86/svm: Add module param to control PMU virtualization KVM: x86/svm: Add module param to control PMU virtualization - - - --- 2021-11-17 Like Xu New
[4/4] KVM: x86/pmu: Refactoring kvm_perf_overflow{_intr}() KVM: x86/pmu: An insightful refactoring of vPMU code - - - --- 2021-11-16 Like Xu New
[3/4] KVM: x86/pmu: Reuse find_perf_hw_id() and drop find_fixed_event() KVM: x86/pmu: An insightful refactoring of vPMU code - - - --- 2021-11-16 Like Xu New
[2/4] KVM: x86/pmu: Refactoring find_arch_event() to find_perf_hw_id() KVM: x86/pmu: An insightful refactoring of vPMU code - - - --- 2021-11-16 Like Xu New
[1/4] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs KVM: x86/pmu: An insightful refactoring of vPMU code - - - --- 2021-11-16 Like Xu New
[7/7] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[5/7] KVM: x86/pmu: Refactor pmu->available_event_types field using BITMAP KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[4/7] KVM: x86/pmu: Avoid perf_event creation for invalid counter config KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[3/7] KVM: x86/pmu: Pass "struct kvm_pmu *" to the find_fixed_event() KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[2/7] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[1/7] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf KVM: x86/pmu: Four functional fixes - - - --- 2021-11-12 Like Xu New
[v2,7/7] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[v2,6/7] KVM: x86: Introduce definitions to support static calls for kvm_pmu_ops Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[v2,5/7] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tagged as __initdata Use static_call for kvm_pmu_ops - 1 - --- 2021-11-08 Like Xu New
[v2,4/7] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[v2,3/7] KVM: x86: Move kvm_ops_static_call_update() to x86.c Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[v2,2/7] KVM: x86: Fix WARNING that macros should not use a trailing semicolon Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[v2,1/7] KVM: x86: Export kvm_pmu_is_valid_msr() for nVMX Use static_call for kvm_pmu_ops - - - --- 2021-11-08 Like Xu New
[3/3] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead Use static_call for kvm_pmu_ops - - - --- 2021-11-03 Like Xu New
[2/3] KVM: x86: Introduce definitions to support static calls for kvm_pmu_ops Use static_call for kvm_pmu_ops - - - --- 2021-11-03 Like Xu New
[1/3] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection Use static_call for kvm_pmu_ops - - - --- 2021-11-03 Like Xu New
[5/5] KVM: x86: Clean up redundant pr_fmt(fmt) macro definition for svm KVM: x86: Clean up redundant macro definitions - - - --- 2021-08-09 Like Xu New
[4/5] KVM: x86: Clean up redundant __ex(x) macro definition KVM: x86: Clean up redundant macro definitions - - - --- 2021-08-09 Like Xu New
[3/5] KVM: x86: Clean up redundant ROL16(val, n) macro definition KVM: x86: Clean up redundant macro definitions - - - --- 2021-08-09 Like Xu New
[2/5] KVM: x86: Clean up redundant CC macro definition KVM: x86: Clean up redundant macro definitions - - - --- 2021-08-09 Like Xu New
[1/5] KVM: x86: Clean up redundant mod_64(x, y) macro definition KVM: x86: Clean up redundant macro definitions - - - --- 2021-08-09 Like Xu New
KVM: x86/pmu: Don't expose guest LBR if the LBR_SELECT is shared per physical core KVM: x86/pmu: Don't expose guest LBR if the LBR_SELECT is shared per physical core - - - --- 2021-08-09 Like Xu New
KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces 1 - - --- 2021-07-28 Like Xu New
KVM: x86/cpuid: Expose the true number of available ASIDs KVM: x86/cpuid: Expose the true number of available ASIDs - - - --- 2021-07-15 Like Xu New
KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM - - - --- 2021-06-28 Like Xu New
« 1 2 ... 2 3 4 5 »