aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-37/+113
2022-06-08ARM: tegra: Adjust whitespace around '='Krzysztof Kozlowski5-9/+9
2022-06-08arm64: defconfig: Build Tegra OPE moduleSameer Pujar1-0/+1
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu9-4/+98
2022-06-08ARM: bcm: Fix refcount leak in bcm_kona_smc_initMiaoqian Lin1-0/+1
2022-06-08KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson10-101/+94
2022-06-08KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang3-2/+27
2022-06-08KVM: arm64: Warn if accessing timer pending state outside of vcpu contextMarc Zyngier1-0/+3
2022-06-08KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingMarc Zyngier2-39/+22
2022-06-08ARM: dts: broadcom: adjust whitespace around '='Krzysztof Kozlowski3-10/+10
2022-06-08arm64: dts: broadcom: adjust whitespace around '='Krzysztof Kozlowski1-1/+1
2022-06-08ARM: dts: Add DTS files for bcmbca SoC BCM6878Anand Gore3-1/+142
2022-06-08ARM64: dts: Add DTS files for bcmbca SoC BCM6858Anand Gore3-1/+153
2022-06-08arm64: dts: Add DTS files for bcmbca SoC BCM4912William Zhang3-1/+160
2022-06-08arm64: dts: Add DTS files for bcmbca SoC BCM63158William Zhang4-0/+161
2022-06-08ARM: dts: add dts files for bcmbca soc 63178Anand Gore3-1/+150
2022-06-08KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu5-65/+12
2022-06-08KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()Like Xu1-7/+2
2022-06-08perf: x86/core: Add interface to query perfmon_event_map[] directlyLike Xu2-0/+17
2022-06-08KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter()Like Xu1-58/+21
2022-06-08KVM: x86/pmu: Use only the uniform interface reprogram_counter()Paolo Bonzini4-9/+5
2022-06-08KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()Like Xu3-15/+14
2022-06-08KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()Like Xu4-8/+10
2022-06-08KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()Like Xu3-27/+24
2022-06-08KVM: x86/pmu: Extract check_pmu_event_filter() handling both GP and fixed countersLike Xu1-26/+37
2022-06-08KVM: x86/pmu: Update comments for AMD gp countersLike Xu1-2/+5
2022-06-08KVM: x86: always allow host-initiated writes to PMU MSRsPaolo Bonzini5-20/+27
2022-06-08KVM: vmx, pmu: accept 0 for host-initiated write to MSR_IA32_DS_AREAPaolo Bonzini1-0/+2
2022-06-08KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu1-0/+3
2022-06-08KVM: x86/pmu: Don't overwrite the pmu->global_ctrl when refreshingLike Xu1-4/+5
2022-06-08KVM: x86/pmu: remove useless prototypePaolo Bonzini1-1/+0
2022-06-08KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header fileLike Xu2-8/+7
2022-06-08KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64Like Xu2-11/+32
2022-06-08KVM: x86/cpuid: Refactor host/guest CPU model consistency checkLike Xu4-13/+7
2022-06-08KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capabilityLike Xu5-33/+42
2022-06-08KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu5-2/+43
2022-06-08KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.hLike Xu2-11/+11
2022-06-08KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabledLike Xu2-1/+9
2022-06-08KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBSLike Xu4-2/+30
2022-06-08KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DSLike Xu4-2/+22
2022-06-08KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counterLike Xu3-1/+11
2022-06-08KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counterLike Xu1-3/+33
2022-06-08KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBSLike Xu5-18/+98
2022-06-08x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK valuePeter Zijlstra (Intel)2-8/+7
2022-06-08KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu2-1/+6
2022-06-08KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabledLike Xu2-2/+14
2022-06-08perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu5-8/+9
2022-06-08perf/x86/intel: Handle guest PEBS overflow PMI for KVM guestLike Xu1-0/+42
2022-06-08perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu4-1/+5
2022-06-08KVM: VMX: enable IPI virtualizationChao Gao10-7/+119