aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm/vpmu.c
Commit message (Expand)AuthorAgeFilesLines
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-161-6/+6
* x86/AMD: Dump AMD VPMU infoBoris Ostrovsky2013-04-151-1/+41
* x86/AMD: Clean up context_update() in AMD VPMU codeBoris Ostrovsky2013-04-151-11/+17
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-151-7/+45
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-151-37/+0
* x86/AMD: Stop counters on VPMU saveBoris Ostrovsky2013-04-151-16/+6
* x86/AMD: Load context when attempting to read VPMU MSRsBoris Ostrovsky2013-04-151-1/+20
* x86/AMD: Do not intercept access to performance counters MSRsBoris Ostrovsky2013-04-151-0/+43
* vpmu intel: Add cpuid handling when vpmu disabledDietmar Hahn2013-03-261-0/+4
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-121-0/+2
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-14/+14
* x86/vpmu: Add the BTS extensionDietmar Hahn2012-03-151-3/+6
* vpmu: No need for two initialisation functionsDietmar Hahn2012-02-291-5/+5
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-091-15/+15
* vpmu: separate architecture specific PMU initialisationDietmar Hahn2012-01-201-1/+23
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* use xzalloc in x86 codeJan Beulich2011-10-041-3/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-0/+1
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-8/+2
* hvm: vpmu: Enable HVM VPMU for AMD Family 12h and 14h processorsJacob Shin2011-05-121-0/+2
* hvm: vpmu: Add support for AMD Family 15h processorsJacob Shin2011-05-091-15/+102
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86 vpmu: msr-handling cleanupKeir Fraser2010-06-091-20/+11
* VPMU: Implement vpmu support for AMD family 10h processorsKeir Fraser2010-05-131-0/+290