summaryrefslogtreecommitdiff
path: root/drivers/xen/events.c
AgeCommit message (Expand)Author
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
2010-10-18xen: identity map gsi->irqsKonrad Rzeszutek Wilk
2010-10-18xen: implement pirq type event channelsJeremy Fitzhardinge
2010-10-12x86: xen: Sanitise sparse_irq handlingThomas Gleixner
2010-08-24xen: handle events as edge-triggeredJeremy Fitzhardinge
2010-08-24xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini
2010-07-29xen: Do not suspend IPI IRQs.Ian Campbell
2010-07-22xen: Fix find_unbound_irq in presence of ioapic irqs.Stefano Stabellini
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18xen: Remove unnecessary arch specific xen irq functions.Eric W. Biederman
2009-12-03xen: don't leak IRQs over suspend/resume.Ian Campbell
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg
2009-06-24percpu: clean up percpu variable definitionsTejun Heo
2009-06-24percpu: cleanup percpu array definitionsTejun Heo
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu
2009-03-30xen: add irq_from_evtchnIan Campbell
2009-02-09xen: explicitly initialise the cpu field of irq_infoIan Campbell
2009-02-09xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge
2009-02-09xen: remove irq bindcountJeremy Fitzhardinge
2009-02-09xen: pack all irq-related info togetherJeremy Fitzhardinge
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge