summaryrefslogtreecommitdiff
path: root/drivers/xen/events.c
AgeCommit message (Expand)Author
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell
2011-03-10xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell
2011-03-03xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk
2011-03-03xen: Use IRQF_FORCE_RESUMEThomas Gleixner
2011-03-03xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell
2011-03-03xen: Switch to new irq_chip functionsThomas Gleixner
2011-03-03xen: Remove stale irq_chip.endThomas Gleixner
2011-03-03xen: events: do not free legacy IRQsIan Campbell
2011-03-03xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell
2011-03-03xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell
2011-03-03xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell
2011-02-28xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell
2011-02-11xen: events: mark cpu_evtchn_mask_p as __refdataIan Campbell
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10xen/event: validate irq before get evtchn by irqJoe Jin
2010-12-17xen: Use this_cpu_inc_returnChristoph Lameter
2010-12-17xen: Use this_cpu_opsChristoph Lameter
2010-12-09xen/irq: Cleanup the find_unbound_irqKonrad Rzeszutek Wilk
2010-12-03Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds
2010-12-02xen: allocate irq descs on any NUMA nodeJeremy Fitzhardinge
2010-12-02xen: fix save/restore for PV on HVM guests with pirq remappingStefano Stabellini
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini
2010-12-02xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirqStefano Stabellini
2010-11-22xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.Konrad Rzeszutek Wilk
2010-11-16xen/events: use locked set|clear_bit() for cpu_evtchn_maskJeremy Fitzhardinge
2010-11-16xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restoreJan Beulich
2010-11-10xen: events: do not unmask event channels on resumeIan Campbell
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds
2010-10-22xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge
2010-10-22xen: map MSIs into pirqsStefano Stabellini
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini
2010-10-22xen: get the maximum number of pirqs from xenStefano Stabellini
2010-10-22xen: support pirq != irqStefano Stabellini
2010-10-22xen: improvements to VIRQ_DEBUG outputIan Campbell
2010-10-22xen: set up IRQ before binding virq to evtchnJeremy Fitzhardinge
2010-10-22xen: ensure that all event channels start off bound to VCPU 0Ian Campbell
2010-10-22xen/events: change to using fasteoiJeremy Fitzhardinge
2010-10-18x86: xen: Sanitse irq handling (part two)Konrad Rzeszutek Wilk
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon
2010-10-18xen: fix shared irq device passthroughKonrad Rzeszutek Wilk
2010-10-18xen: Provide a variant of xen_poll_irq with timeout.Konrad Rzeszutek Wilk
2010-10-18xen: Find an unbound irq number in reverse order (high to low).Konrad Rzeszutek Wilk
2010-10-18xen: statically initialize cpu_evtchn_mask_pJeremy Fitzhardinge
2010-10-18xen: set pirq name to something useful.Gerd Hoffmann
2010-10-18xen: dynamically allocate irq & event structuresJeremy Fitzhardinge