aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/irq.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: fixes after emuirq changesKeir Fraser2010-11-291-1/+2
* Allow assign_irq_vector to return an old vector while moving an irqKeir Fraser2010-11-261-3/+3
* Introduce PHYSDEVOP_get_free_pirqKeir Fraser2010-11-191-1/+1
* Interrupt remapping to PIRQs in HVM guestsKeir Fraser2010-11-191-2/+89
* x86: Fix indentation in irq.c.Keir Fraser2010-09-181-16/+13
* x86: irq_enter()/irq_exit() covers all of do_IRQ().Keir Fraser2010-09-181-7/+5
* C6 state with EOI issue fix for some Intel processorsKeir Fraser2010-09-151-0/+5
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-301-19/+19
* Fix bind_irq_vector() destinationKeir Fraser2010-08-261-2/+2
* x86: Automatically EOI guest-bound interrupts if guest takes too long.Keir Fraser2010-08-221-8/+57
* x86: eliminate bogus IRQ restrictionsKeir Fraser2010-08-131-1/+1
* x86: fix an off-by-one pirq range checkKeir Fraser2010-06-301-1/+1
* x86: IRQ affinity should track vCPU affinityKeir Fraser2010-06-171-4/+16
* x86: return value of domain_pirq_to_irq() is signedKeir Fraser2010-06-151-2/+2
* timers: Track inactive timers and migrate them on cpu offline.Keir Fraser2010-06-021-13/+9
* x86: Fix guest-pointer-array memmove in __pirq_guest_unbind().Keir Fraser2010-05-281-1/+2
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-4/+5
* x86: a little bit of cleanupKeir Fraser2010-03-081-1/+1
* x86: use key handler scratch buffer in dump_irqs()Keir Fraser2010-03-021-3/+3
* x86: Clean up c/s 20844:ca0759a08057Keir Fraser2010-01-291-6/+6
* x86: reduce EOI stack's size in per-cpu area.Keir Fraser2010-01-261-3/+3
* x86: check if desc->action is NULL when unbinding guest pirqKeir Fraser2010-01-221-0/+14
* x86: dump full IRQ affinityKeir Fraser2010-01-211-9/+9
* x86: fix unmaskable msi assignment issue.Keir Fraser2010-01-131-6/+6
* cpuidle: fix the menu governor to enhance IO performanceKeir Fraser2009-12-141-0/+4
* Revert 20437:64599a2d310dKeir Fraser2009-11-171-17/+1
* xen: allow stubdom to call unmap_domain_pirqKeir Fraser2009-11-131-1/+1
* x86: Change the interface physdev_map_pirq to support new dom0.Keir Fraser2009-11-131-1/+17
* x86: Remove non-CONFIG_HOTPLUG_CPU code, and general cleanup.Keir Fraser2009-11-121-16/+16
* irq cleanupKeir Fraser2009-10-281-4/+4
* x86: IRQ Migration logic enhancement.Keir Fraser2009-10-261-0/+61
* passthrough/stubdom: clean up hypercall privilege checkingKeir Fraser2009-10-231-1/+3
* x86: Initialize the affinity field after assigning the vector.Keir Fraser2009-10-211-1/+4
* Add build option to allow more hypercalls from stubdomsKeir Fraser2009-10-141-1/+1
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-1/+1
* x86: Make assigned devices' interrupts delivery to right vcpu.Keir Fraser2009-09-251-2/+2
* x86: irq ratelimitKeir Fraser2009-09-161-0/+62
* x86: com devices's irqaction shouldn't free.Keir Fraser2009-09-031-1/+2
* x86: Make the hypercall PHYSDEVOP_alloc_irq_vector hypercall dummy.Keir Fraser2009-09-011-2/+2
* x86: fix get_free_pirqKeir Fraser2009-08-311-2/+2
* x86: Ensure irq is disabled before taking vector_lock.Keir Fraser2009-08-211-0/+1
* x86: teardown_msi_irq is not needed.Keir Fraser2009-08-201-3/+0
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-95/+311
* x86: Change Xen hypervisor's interrupt infrastructureKeir Fraser2009-08-191-187/+346
* x86: Change nr_irqs to nr_irqs_gsi.Keir Fraser2009-08-191-4/+4
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-1/+7
* x86: Another assign_irq_vector() cleanup.Keir Fraser2009-06-231-8/+2
* x86: Fix legacy irq allocation issueKeir Fraser2009-06-191-0/+6
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-3/+3
* Pass cpumasks by reference always.Keir Fraser2009-05-271-3/+3