summaryrefslogtreecommitdiff
path: root/drivers/xen/events.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03xen: Switch to new irq_chip functionsThomas Gleixner1-44/+51
2011-03-03xen: Remove stale irq_chip.endThomas Gleixner1-18/+0
2011-03-03xen: events: do not free legacy IRQsIan Campbell1-0/+4
2011-03-03xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell1-50/+27
2011-03-03xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell1-18/+35
2011-03-03xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell1-17/+17
2011-02-28xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell1-0/+38
2011-02-11xen: events: mark cpu_evtchn_mask_p as __refdataIan Campbell1-1/+1
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+15
2011-01-10xen/event: validate irq before get evtchn by irqJoe Jin1-0/+3
2010-12-17xen: Use this_cpu_inc_returnChristoph Lameter1-1/+1
2010-12-17xen: Use this_cpu_opsChristoph Lameter1-4/+4
2010-12-10xen/irq: Cleanup the find_unbound_irqKonrad Rzeszutek Wilk1-6/+12
2010-12-03Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds1-31/+74
2010-12-03xen: allocate irq descs on any NUMA nodeJeremy Fitzhardinge1-2/+2
2010-12-02xen: fix save/restore for PV on HVM guests with pirq remappingStefano Stabellini1-0/+38
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini1-7/+17
2010-12-02xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirqStefano Stabellini1-25/+20
2010-11-22xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.Konrad Rzeszutek Wilk1-1/+1
2010-11-17xen/events: use locked set|clear_bit() for cpu_evtchn_maskJeremy Fitzhardinge1-2/+2
2010-11-17xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restoreJan Beulich1-2/+5
2010-11-11xen: events: do not unmask event channels on resumeIan Campbell1-7/+18
2010-10-29Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-21/+488
2010-10-27Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds1-32/+69
2010-10-23xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge1-1/+1
2010-10-23xen: remap MSIs into pirqs when running as initial domainQing He1-0/+60
2010-10-23xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+13
2010-10-23xen: map MSIs into pirqsStefano Stabellini1-0/+22
2010-10-23xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-1/+5
2010-10-23xen: implement xen_hvm_register_pirqStefano Stabellini1-1/+3
2010-10-23xen: get the maximum number of pirqs from xenStefano Stabellini1-4/+26
2010-10-23xen: support pirq != irqStefano Stabellini1-16/+48
2010-10-22xen: improvements to VIRQ_DEBUG outputIan Campbell1-22/+56
2010-10-22xen: set up IRQ before binding virq to evtchnJeremy Fitzhardinge1-5/+5
2010-10-22xen: ensure that all event channels start off bound to VCPU 0Ian Campbell1-1/+1
2010-10-22xen/events: change to using fasteoiJeremy Fitzhardinge1-4/+7
2010-10-19x86: xen: Sanitse irq handling (part two)Konrad Rzeszutek Wilk1-4/+3
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon1-2/+30
2010-10-18xen: fix shared irq device passthroughKonrad Rzeszutek Wilk1-3/+8
2010-10-18xen: Provide a variant of xen_poll_irq with timeout.Konrad Rzeszutek Wilk1-5/+12
2010-10-18xen: Find an unbound irq number in reverse order (high to low).Konrad Rzeszutek Wilk1-5/+20
2010-10-18xen: statically initialize cpu_evtchn_mask_pJeremy Fitzhardinge1-1/+6
2010-10-18xen: set pirq name to something useful.Gerd Hoffmann1-2/+2
2010-10-18xen: dynamically allocate irq & event structuresJeremy Fitzhardinge1-6/+10
2010-10-18xen: identity map gsi->irqsKonrad Rzeszutek Wilk1-5/+15
2010-10-18xen: implement pirq type event channelsJeremy Fitzhardinge1-2/+241
2010-10-12x86: xen: Sanitise sparse_irq handlingThomas Gleixner1-12/+11
2010-08-24xen: handle events as edge-triggeredJeremy Fitzhardinge1-1/+1
2010-08-24xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge1-4/+15
2010-08-07Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1