aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-16xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restoreJan Beulich1-2/+5
2010-11-10xen: events: do not unmask event channels on resumeIan Campbell1-7/+18
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-21/+488
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-32/+69
2010-10-22xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge1-1/+1
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He1-0/+60
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+13
2010-10-22xen: map MSIs into pirqsStefano Stabellini1-0/+22
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-1/+5
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini1-1/+3
2010-10-22xen: get the maximum number of pirqs from xenStefano Stabellini1-4/+26
2010-10-22xen: 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-18x86: 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-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-0/+4
2010-07-29xen: Do not suspend IPI IRQs.Ian Campbell1-0/+1
2010-07-22xen: Fix find_unbound_irq in presence of ioapic irqs.Stefano Stabellini1-2/+11
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-2/+6
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang1-7/+63
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman1-2/+6
2009-12-03xen: don't leak IRQs over suspend/resume.Ian Campbell1-0/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-2/+2
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg1-2/+2
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-4/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-2/+2
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-5/+7
2009-03-30xen: add irq_from_evtchnIan Campbell1-0/+6
2009-02-09xen: explicitly initialise the cpu field of irq_infoIan Campbell1-5/+6
2009-02-09xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge1-20/+9
2009-02-09xen: remove irq bindcountJeremy Fitzhardinge1-19/+7
2009-02-09xen: pack all irq-related info togetherJeremy Fitzhardinge1-49/+135