summaryrefslogtreecommitdiff
path: root/arch/x86/xen/pmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03x86/xen: silence smatch warning in pmu_msr_chk_emulated()Juergen Gross1-1/+1
2022-10-11xen/pv: fix vendor checks for pmu emulationJuergen Gross1-3/+6
2022-10-11xen/pv: add fault recovery control to pmu msr accessesJuergen Gross1-28/+38
2022-03-25xen: fix is_xen_pmu()Juergen Gross1-6/+4
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-19/+13
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+9
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+1
2018-09-27x86/xen: Add Hygon Dhyana support to XenPu Wen1-3/+9
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2018-09-19xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-24xen: Make VPMU init message look less scaryJuergen Gross1-2/+5
2016-07-06xen/PMU: Log VPMU initialization error at lower levelBoris Ostrovsky1-1/+1
2016-02-17perf/x86: Move perf_event.h to its new homeBorislav Petkov1-1/+1
2015-08-20xen/PMU: PMU emulation codeBoris Ostrovsky1-29/+185
2015-08-20xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky1-1/+94
2015-08-20xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky1-1/+152
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-0/+170