aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-121-0/+4
* x86/oprofile: adjust CPU specific initializationJan Beulich2012-12-101-30/+1
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-171-1/+4
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-3/+3
* x86/oprof: adjust off-by-one counter range checksJan Beulich2012-10-171-2/+2
* x86/xenoprof: fix kernel/user mode detection for HVMJacob Shin2012-10-151-6/+16
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-212-5/+4
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-4/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-122-24/+4
* x86: explicitly mark __initdata variables as used when building with clang.Tim Deegan2012-04-111-1/+1
* oprofile: don't pass around redundant, easily derived argumentsJan Beulich2012-03-082-18/+17
* x86/xenoprof: fix 32-bit guest stack handling after c/s 24537:3c0a533d3af0Jan Beulich2012-03-061-17/+24
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-4/+4
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-092-17/+2
* vpmu: Rename PASSIVE_DOMAIN_ALLOCATEDDietmar Hahn2012-02-092-6/+7
* vpmu: Remove unnecessary spaces at the end of linesDietmar Hahn2012-02-092-34/+34
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-092-7/+7
* xenoprof: Handle 32-bit guest stacks properly in a 64-bit hypervisorGeorge Dunlap2012-01-231-7/+41
* xenoprof: Adjust indentationGeorge Dunlap2012-01-231-44/+44
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* use xzalloc in x86 codeJan Beulich2011-10-041-2/+1
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-221-3/+3
* xen: remove more declarations from C files.Tim Deegan2011-05-273-2/+4
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-204-5/+7
* xenoprof: Add support for AMD Family 15h processorsJacob Shin2011-05-093-14/+52
* xenoprof: Update cpu_type to sync with upstream oprofileJacob Shin2011-05-091-4/+4
* x86: clean up AMD Fam10 xenoprof IBS codeKeir Fraser2010-11-042-29/+24
* xenoprofile: Disable IBS on x86_32Keir Fraser2010-08-061-0/+4
* xenoprofile: Add IBS supportKeir Fraser2010-08-024-0/+375
* x86 oprofile: use rdmsrl/wrmsrlKeir Fraser2010-06-293-140/+140
* x86: use rdmsrl/wrmsrlKeir Fraser2010-06-242-18/+5
* 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
* VPMU: Migrate vpmu files into public foldersKeir Fraser2010-05-131-1/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-283-5/+5
* Scattered code arrangement cleanups.Keir Fraser2009-10-074-19/+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-153-48/+134
* xenoprof: add support for Core i7 and Atom.Keir Fraser2009-09-151-4/+10
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-131-1/+1
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-5/+5
* x86, hvm: Fix double-free of vpmu->contextKeir Fraser2009-03-191-0/+2
* x86: Make the num_siblings CPU parameter per-CPU.Keir Fraser2009-01-222-3/+3
* 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
* xenoprof: Small fixes.Keir Fraser2008-10-281-1/+1