aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix boot time APIC mode detectionJan Beulich2013-05-231-1/+1
* apic/iommu: Correct grammar in error message and clarify its meaningAndrew Cooper2013-05-031-2/+2
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-1/+1
* x86: make cpu_2_logical_apicid private to x2apic codeJan Beulich2012-11-081-1/+0
* IOMMU: keep disabled until iommu_setup() is calledJan Beulich2012-11-021-0/+2
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-2/+2
* x86/hvm: don't use indirect calls without needJan Beulich2012-09-141-1/+1
* x86: adjust handling of interrupts coming in via legacy vectorsJan Beulich2012-05-151-6/+2
* x86: Allow direct vectored interrupts to be dynamically allocated.Keir Fraser2012-03-301-8/+0
* x86: All vectored interrupts go through do_IRQ().Keir Fraser2012-03-301-56/+11
* IO-APIC: Prevent using EOI broadcast suppression if user specified ioapic_ack...Andrew Cooper2012-02-231-3/+9
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-091-2/+1
* x86: clean up physid_mask_t handlingJan Beulich2011-10-141-1/+2
* x86: add irq count for IPIsKevin Tian2011-08-311-0/+4
* x86/apic: check maxlvt before accessing certain LVT fieldsJan Beulich2011-06-151-5/+9
* KEXEC: correctly revert x2apic state when kexecingAndrew Cooper2011-06-151-0/+28
* x86/apic: record local APIC state on bootAndrew Cooper2011-06-141-0/+62
* x86/apic: fix potential Protection Fault during shutdownAndrew Cooper2011-06-141-1/+2
* x86, vtd: [CVE-2011-1898] Protect against malicious MSIs from untrusted devices.Keir Fraser2011-05-121-5/+8
* xen/x86: explicitly mark start-of-file asm()s as .textTim Deegan2011-04-071-0/+1
* [VTD] check BIOS settings before enabling interrupt remapping or x2apicAllen Kay2011-04-021-3/+3
* move various bits into .init.* sectionsJan Beulich2011-03-091-35/+0
* x86: IO-APIC cleanupJan Beulich2011-03-091-1/+0
* x86: APIC cleanupJan Beulich2011-03-091-14/+5
* ix86: re-do permanent disabling of x2apicKeir Fraser2011-02-101-16/+0
* x86:x2apic: Disable x2apic on x86-32 permanentlyKeir Fraser2011-01-211-0/+16
* x86: restore x2apic pre-enabled check logicKeir Fraser2011-01-111-9/+0
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-6/+6
* x86: adjust other interrupt related section placementKeir Fraser2010-12-151-5/+4
* x86: adjust x2apic section placementKeir Fraser2010-12-151-8/+7
* x86: x2apic pre-enabled but intr-remapping is not enabledKeir Fraser2010-12-151-9/+4
* x86: Define APIC_TIMER_MODE_xxx in apicdef.hKeir Fraser2010-12-151-6/+1
* x86: x2apic: Large cleanupKeir Fraser2010-12-091-65/+35
* x2apic: Remove a panic condition in enabling x2APICKeir Fraser2010-11-151-16/+5
* X86: Prefer TSC-deadline timer in XenKeir Fraser2010-10-291-0/+28
* x2APIC: Improve x2APIC suspend/resumeKeir Fraser2010-08-131-29/+19
* x2APIC: improve enabling logicKeir Fraser2010-07-051-19/+171
* x86: use rdmsrl/wrmsrlKeir Fraser2010-06-241-28/+28
* x86: Small APIC timer initialisation cleanupKeir Fraser2010-06-071-10/+6
* AMD: Workaround for erratum 411Keir Fraser2010-06-071-1/+7
* Add MSR support for various feature AMD processor families.Keir Fraser2010-05-151-1/+1
* Reduce 'd' debug key's global impactKeir Fraser2010-05-061-7/+25
* x86: enable directed EOIKeir Fraser2009-11-231-0/+25
* x86: Clean up APIC local timer handling.Keir Fraser2009-11-031-49/+9
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-25/+49
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-8/+3
* x86: Some cleanups for apic_write, apic_read, apic_wrmsr, apic_rdmsrKeir Fraser2009-09-071-5/+4
* Add the support of x2apic logical cluster mode.Keir Fraser2009-09-071-10/+25
* vt-d: enhance the support of Interrupt Remapping EIM and x2APICKeir Fraser2009-09-071-1/+12
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-1/+9