aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/oprofile/nmi_int.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-121-0/+4
* x86/oprofile: adjust CPU specific initializationJan Beulich2012-12-101-30/+1
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-091-6/+1
* vpmu: Rename PASSIVE_DOMAIN_ALLOCATEDDietmar Hahn2012-02-091-2/+2
* vpmu: Remove unnecessary spaces at the end of linesDietmar Hahn2012-02-091-20/+20
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-091-2/+2
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* xen: remove more declarations from C files.Tim Deegan2011-05-271-1/+0
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-2/+3
* xenoprof: Add support for AMD Family 15h processorsJacob Shin2011-05-091-2/+2
* xenoprof: Update cpu_type to sync with upstream oprofileJacob Shin2011-05-091-4/+4
* x86: clean up AMD Fam10 xenoprof IBS codeKeir Fraser2010-11-041-1/+1
* xenoprofile: Add IBS supportKeir Fraser2010-08-021-0/+2
* x86: use rdmsrl/wrmsrlKeir Fraser2010-06-241-12/+4
* x86 hvm: msr-handling cleanupKeir Fraser2010-06-101-12/+7
* Add MSR support for various feature AMD processor families.Keir Fraser2010-05-151-0/+12
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-4/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-3/+0
* xenoprof: force use of architectural perfmon instead of the CPUKeir Fraser2009-09-151-0/+15
* xenoprof: support Intel's architectural perfmon registers.Keir Fraser2009-09-151-11/+20
* xenoprof: add support for Core i7 and Atom.Keir Fraser2009-09-151-4/+10
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-5/+5
* x86: Make the num_siblings CPU parameter per-CPU.Keir Fraser2009-01-221-1/+1
* xenoprof: The checks in the function passive_domain_do_rdmsr() wereKeir Fraser2009-01-151-16/+16
* xenoprof: Add support for Intel Dunnington cores.Keir Fraser2008-12-181-4/+5
* x86, hvm, xenoprof: Add fully support of HVM guest to xenoprofile on Intel P6.Keir Fraser2008-10-271-0/+51
* x86, xenoprof: Add Nehalem to list of ppro coresKeir Fraser2008-08-111-12/+28
* Small fix for VMX Core2 perfctr access.Keir Fraser2008-01-311-2/+4
* x86, xenoprof: Support Intel Penryn processors.Keir Fraser2008-01-211-7/+6
* x86: AMD Fam10/11 adjustmentsKeir Fraser2007-10-111-0/+8
* xenoprof: Fix initialisation. Much can be done at boot-time, askfraser@localhost.localdomain2007-07-101-46/+33
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-19/+16
* [HVM][VMX] Fix problem taking an NMI on entry/exitkfraser@localhost.localdomain2007-01-101-1/+1
* [XENOPROFILE] Make xenoprof arch-generic with dynamic mapping/unmapping xenoprofkfraser@localhost.localdomain2006-11-221-3/+2
* [OPROFILE] Add support for core and core2 chips.kfraser@localhost.localdomain2006-11-171-7/+9
* Small fix for xenoprof.kaf24@firebug.cl.cam.ac.uk2006-09-151-3/+22
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-161-2/+2
* Add Xenoprof passive domain supportkaf24@firebug.cl.cam.ac.uk2006-06-271-1/+1
* Add include/xen/nmi.h and update files which #include <asm/nmi.h>.Ian.Campbell@xensource.com2006-04-211-1/+1
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-071-15/+7
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-0/+399