aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-0/+38
|\
| * xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell2011-02-281-0/+38
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-1/+1
|\ \ | |/
| |
| \
*-. \ Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds2011-03-151-1/+1
|\ \ \ | | |/ | |/|
| | * xen: events: mark cpu_evtchn_mask_p as __refdataIan Campbell2011-02-111-1/+1
| |/
* | xen: events: remove dom0 specific xen_create_msi_irqIan Campbell2011-03-101-41/+0
* | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell2011-03-101-29/+7
* | xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2011-03-101-1/+9
* | xen: events: update pirq_to_irq in xen_create_msi_irqIan Campbell2011-03-101-0/+1
* | xen: events: refactor xen_create_msi_irq slightlyIan Campbell2011-03-101-9/+6
* | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell2011-03-101-16/+14
* | xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell2011-03-101-9/+6
* | xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-101-8/+11
* | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-101-7/+5
* | xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell2011-03-101-1/+4
* | xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk2011-03-031-1/+2
* | xen: Use IRQF_FORCE_RESUMEThomas Gleixner2011-03-031-19/+1
* | xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell2011-03-031-1/+1
* | xen: Switch to new irq_chip functionsThomas Gleixner2011-03-031-44/+51
* | xen: Remove stale irq_chip.endThomas Gleixner2011-03-031-18/+0
* | xen: events: do not free legacy IRQsIan Campbell2011-03-031-0/+4
* | xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell2011-03-031-50/+27
* | xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell2011-03-031-18/+35
* | xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell2011-03-031-17/+17
|/
* Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-6/+15
|\
| * xen/event: validate irq before get evtchn by irqJoe Jin2011-01-101-0/+3
| * xen/irq: Cleanup the find_unbound_irqKonrad Rzeszutek Wilk2010-12-091-6/+12
* | xen: Use this_cpu_inc_returnChristoph Lameter2010-12-171-1/+1
* | xen: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
|/
* Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds2010-12-031-31/+74
|\
| * xen: fix save/restore for PV on HVM guests with pirq remappingStefano Stabellini2010-12-021-0/+38
| * xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini2010-12-021-7/+17
| * xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirqStefano Stabellini2010-12-021-25/+20
* | xen: allocate irq descs on any NUMA nodeJeremy Fitzhardinge2010-12-021-2/+2
|/
* xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.Konrad Rzeszutek Wilk2010-11-221-1/+1
* xen/events: use locked set|clear_bit() for cpu_evtchn_maskJeremy Fitzhardinge2010-11-161-2/+2
* xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restoreJan Beulich2010-11-161-2/+5
* xen: events: do not unmask event channels on resumeIan Campbell2010-11-101-7/+18
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-21/+488
|\
| * xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge2010-10-221-1/+1
| * xen: remap MSIs into pirqs when running as initial domainQing He2010-10-221-0/+60
| * xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-221-0/+13
| * xen: map MSIs into pirqsStefano Stabellini2010-10-221-0/+22
| * xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-221-1/+5
| * xen: implement xen_hvm_register_pirqStefano Stabellini2010-10-221-1/+3
| * xen: get the maximum number of pirqs from xenStefano Stabellini2010-10-221-4/+26
| * xen: support pirq != irqStefano Stabellini2010-10-221-16/+48
| * x86: xen: Sanitse irq handling (part two)Konrad Rzeszutek Wilk2010-10-181-4/+3
| * xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2010-10-181-2/+30
| * xen: fix shared irq device passthroughKonrad Rzeszutek Wilk2010-10-181-3/+8