aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: adjust other interrupt related section placementKeir Fraser2010-12-151-16/+3
* x86/IRQ: pass CPU masks by reference rather than by value in more placesKeir Fraser2010-12-011-10/+9
* x86: fix IRQ migration when using directed EOI (broken with c/s 20465)Keir Fraser2010-12-011-6/+19
* x86: delete not really used ioapic_renumber_irq variableKeir Fraser2010-10-241-8/+0
* x86: fix boot failure (regression from pre-4.0 IRQ handling changes)Keir Fraser2010-10-021-4/+0
* x86: fix debug key 'i' handling with no IO-APICsKeir Fraser2010-09-151-0/+3
* Fix an IO-APIC error messageKeir Fraser2010-09-131-2/+2
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-301-8/+8
* x86: eliminate bogus IRQ restrictionsKeir Fraser2010-08-131-11/+32
* Fix IOAPIC S3 with interrupt remapping enabledKeir Fraser2010-08-131-6/+6
* x86/cpufreq: pass pointers to cpu masks where possibleKeir Fraser2010-07-121-1/+1
* x2APIC: improve enabling logicKeir Fraser2010-07-051-0/+120
* Fix bug in 21089:4f796e29987cKeir Fraser2010-04-121-2/+2
* x86: start PCI IRQs Xen uses from Dom0-invoked io_apic_set_pci_routing()Keir Fraser2010-03-311-0/+6
* x86: suppress pointless Xen messages from ioapic_guest_write()Keir Fraser2010-03-171-4/+10
* x86: a little bit of cleanupKeir Fraser2010-03-081-10/+2
* x86: Polarity-switch method only effective in non-directed EOI case.Keir Fraser2010-01-261-1/+1
* iommu: Actually clear IO-APIC pins on boot and shutdown when used with an IOMMUKeir Fraser2009-12-161-8/+17
* x86: enable directed EOIKeir Fraser2009-11-231-2/+33
* irq cleanupKeir Fraser2009-10-281-14/+15
* x86: IRQ Migration logic enhancement.Keir Fraser2009-10-261-0/+42
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-2/+2
* x86: Support more than 256 pins of ioapic.Keir Fraser2009-09-221-5/+7
* vt-d: use 32-bit Destination ID when Interrupt Remapping with EIM isKeir Fraser2009-09-071-11/+17
* x86: Make the hypercall PHYSDEVOP_alloc_irq_vector hypercall dummy.Keir Fraser2009-09-011-139/+73
* x86: Ensure irq is disabled before taking vector_lock.Keir Fraser2009-08-211-3/+6
* x86: calculate nr_irqs_gsi correctly.Keir Fraser2009-08-201-1/+1
* x86: Fix max_gsi calculation on systems with discontiguous GSI space.Keir Fraser2009-08-191-0/+5
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-41/+233
* x86: Change Xen hypervisor's interrupt infrastructureKeir Fraser2009-08-191-120/+74
* x86: Change nr_irqs to nr_irqs_gsi.Keir Fraser2009-08-191-14/+14
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-2/+7
* x86: pin_2_irq[].pin should be initialised to -1.Keir Fraser2009-06-031-0/+2
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-21/+64
* x86: some assorted irq related cleanupsKeir Fraser2009-05-201-1/+1
* x86, ioapic: Fix S3 suspend error.Keir Fraser2009-03-011-42/+21
* Revert 19178:4fcf4c9c9751ccb8edKeir Fraser2009-02-091-11/+4
* Better separate IOAPIC management from interrupt vector managementKeir Fraser2009-02-061-4/+11
* x86: Move interrupt vector management from io_apic.c to irq.cKeir Fraser2009-02-061-54/+0
* x86: Fix unmaskable MSI handling, and also some other EOI-notification issues.Keir Fraser2009-01-211-1/+4
* x86: restore ability to work on systems without APICKeir Fraser2009-01-141-6/+3
* x86: Quieten tracing in msi startup/shutdown handlers.Keir Fraser2008-12-181-2/+0
* x86: fix the potential of encountering panic "IO-APIC + timer doesn't work! ..."Keir Fraser2008-12-111-1/+11
* Eliminate NR_IRQ_VECTORSKeir Fraser2008-11-201-2/+2
* Properly distinguish irq and vector spacesKeir Fraser2008-11-201-13/+3
* x86: secure ioapic_guest_write() against FREE_TO_ASSIGN irq valuesKeir Fraser2008-11-191-2/+2
* x86: Continue to allocate vectors across LAPIC priority levels, sinceKeir Fraser2008-10-081-2/+3
* x86: Free MSI vector when a pirq is unmapped.Keir Fraser2008-10-081-18/+25
* x86: Properly synchronise updates to pirq-to-vector mapping.Keir Fraser2008-09-241-11/+0
* x86: Remove MSI boot parameter -- now always on.Keir Fraser2008-09-101-11/+2