aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/irq.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-1/+1
* xen/arm: nuke some stray hard tabs.Ian Campbell2013-05-011-2/+2
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-8/+0
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-091-8/+2
* xen: domain_pirq_to_emuirq return IRQ_UNBOUND by defaultStefano Stabellini2012-05-251-4/+4
* remove ia64Jan Beulich2012-04-031-20/+2
* arm: irqStefano Stabellini2012-02-091-0/+13
* force inclusion of xen/config.h through compiler optionJan Beulich2012-01-131-1/+0
* ia64: fix the buildJan Beulich2011-11-151-0/+5
* eliminate remaining uses of struct irq_cfgJan Beulich2011-11-081-0/+2
* IRQ: allocate CPU masks dynamicallyJan Beulich2011-11-031-3/+7
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-1/+1
* fold struct irq_cfg into struct irq_descJan Beulich2011-10-191-28/+1
* pass struct irq_desc * to all other IRQ accessorsJan Beulich2011-09-181-6/+11
* pass struct irq_desc * to set_affinity() IRQ accessorsJan Beulich2011-09-181-1/+3
* convert more literal uses of cpumask_t to pointersJan Beulich2011-09-181-6/+1
* IRQ: Remove bit-rotten codeAndrew Cooper2011-09-051-1/+0
* IRQ: manually EOI migrating line interruptsAndrew Cooper2011-08-311-1/+1
* xen/irq: Make it obvious that desc->status fields comprise a bitfield.Keir Fraser2011-07-161-7/+7
* Remove MSI IRQ storms prevention logicShan Haitao2011-07-161-1/+0
* x86: remove the domain parameter from the guest EOI functions.Jan Beulich2011-07-011-2/+2
* x86: make domain_spin_lock_irq_desc() a wrapper of pirq_spin_lock_irq_desc()Jan Beulich2011-07-011-1/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-3/+33
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-31/+3
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-3/+31
* x86/IRQ: pass CPU masks by reference rather than by value in more placesKeir Fraser2010-12-011-4/+4
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-301-1/+1
* x86: IRQ affinity should track vCPU affinityKeir Fraser2010-06-171-0/+1
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* irq cleanupKeir Fraser2009-10-281-1/+1
* x86: IRQ Migration logic enhancement.Keir Fraser2009-10-261-0/+2
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-2/+0
* x86: irq ratelimitKeir Fraser2009-09-161-0/+6
* x86: com devices's irqaction shouldn't free.Keir Fraser2009-09-031-5/+3
* [IA64] Fix serial console freeze issueKeir Fraser2009-08-311-3/+6
* ia64: Fix ia64 build issue introduced by per-cpu vector changes.Keir Fraser2009-08-211-9/+27
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-2/+7
* x86: Change Xen hypervisor's interrupt infrastructureKeir Fraser2009-08-191-11/+20
* x86: Change nr_irqs to nr_irqs_gsi.Keir Fraser2009-08-191-2/+2
* x86: eliminate hard-coded NR_IRQSKeir Fraser2009-05-271-0/+6
* Typo fix for request_irqKeir Fraser2009-03-201-1/+1
* Cleanup naming for ia64 and x86 interrupt handling functionsKeir Fraser2009-02-121-3/+17
* x86: add a shared page indicating the need for an EOI notificationKeir Fraser2008-11-281-0/+1
* Properly distinguish irq and vector spacesKeir Fraser2008-11-201-4/+7
* Fix lock issue for hvm pass-through domainKeir Fraser2008-10-091-0/+2
* x86: Clean up and fix 18539:31f09a5e24cf8Keir Fraser2008-09-251-1/+1
* x86: Properly synchronise updates to pirq-to-vector mapping.Keir Fraser2008-09-241-2/+1
* evtchn: Avoid spurious event-channel notifications across unbind/bind.Keir Fraser2008-07-311-1/+1
* MSI 3/6: add msi support to xenKeir Fraser2008-05-011-0/+2
* PCI passthru various Xen changes.kfraser@localhost.localdomain2007-09-191-0/+3