aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xsave: initialization improvementsJan Beulich2013-08-301-1/+1
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-07-171-1/+1
* x86: enable VIA CPU supportJan Beulich2012-09-211-0/+1
* x86: eliminate code affecting only 64-bit-incapable CPUsJan Beulich2012-09-211-48/+3
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-09-201-0/+4
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-52/+0
* x86: don't expose SYSENTER on unknown CPUsJan Beulich2012-08-201-0/+1
* x86: don't call generic_identify() redundantlyJan Beulich2012-05-211-1/+1
* eliminate cpu_clear()Jan Beulich2011-11-081-1/+1
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* x86: update Intel CPUID masking code to latest specJan Beulich2011-07-191-0/+5
* x86: AMD core-pair topology detection codeWei Huang2011-06-281-0/+1
* x86: consolidate cpu_core_id and phys_proc_id into cpuinfo_x86 structWei Huang2011-06-281-11/+11
* x86/intel: Fix CPUID leaf 7 detectionYang, Wei2011-05-281-3/+5
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-2/+2
* xen/x86: re-enable xsave by default now that it supports live migration.Tim Deegan2011-04-201-1/+1
* x86: eliminate old-CPU support bitsJan Beulich2011-04-021-39/+17
* x86/mce: CPU notifiers must not be registered a second time during resumeJan Beulich2011-03-181-10/+4
* x86: fix cpu_sibling_map initialization when topology CPUID leaf is presentJan Beulich2011-03-141-3/+3
* x86: remove pre-686 CPU support bitsJan Beulich2011-03-091-94/+56
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-12/+7
* x86: x2apic: Large cleanupKeir Fraser2010-12-091-3/+6
* amd xsave: Move xsave initialization code to a common placeKeir Fraser2010-12-071-0/+9
* x86: enable support for {rd,wr}{fs,gs}base instructionsKeir Fraser2010-10-241-0/+5
* x86: use cpuid vector 0xb when available for detecting cpu topologyKeir Fraser2010-07-161-2/+77
* x86 cpu: use rdmsrl/wrmsrlKeir Fraser2010-06-251-4/+3
* x86: fix pv cpuid maskingKeir Fraser2010-06-151-0/+9
* x86: Reindent smpboot.c and clean up a little.Keir Fraser2010-05-171-3/+2
* Increase default console ring allocation size and reduce default verbosityKeir Fraser2010-03-171-11/+25
* x86: Remove non-CONFIG_HOTPLUG_CPU code, and general cleanup.Keir Fraser2009-11-121-2/+0
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-7/+1
* x86: CPU synchronization while doing MTRR register updateKeir Fraser2009-08-051-2/+0
* x86: move init_tss into per-CPU spaceKeir Fraser2009-07-131-1/+1
* x86: Ensure we execute LTR when running on non-compat GDT which hasKeir Fraser2009-03-191-2/+1
* x86: Make the num_siblings CPU parameter per-CPU.Keir Fraser2009-01-221-9/+10
* x86: restore ability to work on systems without APICKeir Fraser2009-01-141-0/+12
* x86: reduce GDT switchingKeir Fraser2008-11-121-4/+5
* x86: make GDT per-CPUKeir Fraser2008-09-221-3/+3
* x86: Sync cpu/common.c with Linux 2.6.18.Keir Fraser2007-12-051-18/+27
* hvm/x86: MTRR/PAT virtualisation.Keir Fraser2007-10-221-0/+9
* x86: Remove invlpg_works_ok and invlpg only single-page regions.Keir Fraser2007-10-171-1/+0
* x86: Initialise INVLPG support to PTEs only for all CPUs, not just BP.Keir Fraser2007-10-161-0/+1
* x86: consolidate/enhance TLB flushing interfaceKeir Fraser2007-10-161-3/+5
* x86: Clean up asm keyword usage (asm volatile rather than __asm__kfraser@localhost.localdomain2007-09-111-4/+4
* x86: Kill Rise iDragon support.kfraser@localhost.localdomain2007-08-291-2/+0
* x86: Various cleanups around CR4 handling, cpu_possible_map, and VMX initiali...kfraser@localhost.localdomain2007-07-121-3/+0
* Provide cpu hotplug support to Xen. Note this hotplugkfraser@localhost.localdomain2007-07-111-4/+0
* Pull necessary Linux CPU hotplug logic into Xen. Due tokfraser@localhost.localdomain2007-07-111-0/+12
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-291-3/+3