aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/genapic/x2apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: use cpumask_any() in mask-to-APIC-ID conversionsJan Beulich2013-08-231-1/+1
* honor ACPI v4 FADT flagsJan Beulich2013-02-221-3/+6
* x86/x2apic: properly implement cluster modeJan Beulich2012-11-081-15/+127
* x86: make cpu_2_logical_apicid private to x2apic codeJan Beulich2012-11-081-4/+5
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-12/+0
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* ix86: re-do permanent disabling of x2apicKeir Fraser2011-02-101-0/+12
* x86: restore x2apic pre-enabled check logicKeir Fraser2011-01-111-0/+19
* x86: a little bit of genapic cleanupKeir Fraser2010-12-241-21/+6
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86: adjust x2apic section placementKeir Fraser2010-12-151-2/+2
* x86: x2apic: Large cleanupKeir Fraser2010-12-091-56/+42
* x86/IRQ: pass CPU masks by reference rather than by value in more placesKeir Fraser2010-12-011-8/+8
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-301-1/+1
* x2APIC: improve enabling logicKeir Fraser2010-07-051-0/+19
* x86: send_IPI_mask() ignores offline CPUs in given cpumask.Keir Fraser2010-06-291-24/+18
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+4
* apic: clean up msr handlingKeir Fraser2010-06-111-4/+10
* x86: fix dom0 S3 when x2apic is used.Keir Fraser2010-03-181-4/+4
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-4/+4
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-2/+2
* Add the support of x2apic logical cluster mode.Keir Fraser2009-09-071-10/+52
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-2/+6
* Pass cpumasks by reference always.Keir Fraser2009-05-271-3/+4
* x2apic: Clean up send_IPI_mask_x2apic() and add a memory barrier.Keir Fraser2008-09-251-9/+14
* x86: Support x2APIC mode.Keir Fraser2008-05-011-0/+79