aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-041-6/+24
|\
| * xen: fix ARM build after 6efa20e4Stefano Stabellini2013-08-201-0/+2
| * xen/events: document behaviour when scanning the start word for eventsDavid Vrabel2013-08-201-5/+12
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-1/+10
* | xen/events: mask events when changing their VCPU bindingDavid Vrabel2013-08-201-0/+11
* | xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel2013-08-201-1/+1
|/
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-12/+11
* Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-111-1/+2
|\
| * xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall2013-05-081-1/+2
* | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-291-10/+23
|\ \ | |/
| * xen/events: Check that IRQ value passed in is valid.Konrad Rzeszutek Wilk2013-04-161-1/+19
| * xen: drop tracking of IRQ vectorJan Beulich2013-04-161-9/+4
* | xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-04-021-4/+15
|/
* xen/events: avoid race with raising an event in unmask_evtchn()David Vrabel2013-03-271-5/+15
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-241-48/+67
|\
| * xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-48/+67
* | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-121-3/+4
* | xen: fix error handling path if xen_allocate_irq_dynamic failsWei Liu2013-02-061-2/+2
|/
* xen/events: fix RCU warning, or Call idle notifier after irq_enter()Mojiong Qiu2012-11-071-1/+1
* xen: events: pirq_check_eoi_map is X86 specificIan Campbell2012-10-191-0/+4
* xen: mark xen_init_IRQ __initStefano Stabellini2012-10-021-2/+1
* xen/arm: receive Xen events on ARMStefano Stabellini2012-09-141-3/+14
* xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTStefano Stabellini2012-08-231-0/+1
* xen/events: fix unmask_evtchn for PV on HVM guestsStefano Stabellini2012-08-231-3/+14
* Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-151-0/+9
|\
| * xen/events: Add WARN_ON when quick lookup found invalid type.Konrad Rzeszutek Wilk2012-05-301-0/+9
* | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-241-2/+3
|\ \ | |/
| * xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-211-2/+3
* | xen: use the pirq number to check the pirq_eoi_mapStefano Stabellini2012-04-261-1/+1
|/
* xen: support pirq_eoi_mapStefano Stabellini2012-03-201-3/+23
* xen/events: prevent calling evtchn_get on invalid channelsDaniel De Graaf2011-12-161-0/+3
* xen/event: Add reference counting to event channelsDaniel De Graaf2011-11-211-1/+73
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-5/+4
|\
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.cRuslan Pisarev2011-07-261-5/+4
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-261-1/+1
|\ \
| * | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-251-5/+32
|\ \ \ \ | | | |/ | | |/|
| * | | xen/pv-on-hvm kexec: rebind virqs to existing eventchannel portsOlaf Hering2011-09-011-5/+32
| | |/ | |/|
* | | xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk2011-10-191-3/+4
* | | xen/events: Don't check the info for NULL as it is already done.Konrad Rzeszutek Wilk2011-10-191-1/+1
* | | xen/events: BUG() when we can't allocate our event->irq array.Konrad Rzeszutek Wilk2011-10-191-0/+1
* | | xen/irq: Alter the locking to use a mutex instead of a spinlock.Konrad Rzeszutek Wilk2011-09-151-20/+20
| |/ |/|
* | xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk2011-07-111-5/+0
* | xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk2011-07-111-1/+1
|/
* xen: Fix compile warning when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-151-1/+1
* xen: use the trigger info we already have to choose the irq handlerStefano Stabellini2011-05-311-9/+9
*-----. Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds2011-05-191-40/+73
|\ \ \ \
| * | | | xen: do not clear and mask evtchns in __xen_evtchn_do_upcallStefano Stabellini2011-05-101-40/+73
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds2011-05-191-5/+34
|\ \ \ \ \ | |_|/ / / |/| | | / | | | |/ | | |/|
| * | | xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot.Konrad Rzeszutek Wilk2011-04-141-1/+8