summaryrefslogtreecommitdiffstats
path: root/drivers/xen/events/events_base.c
Commit message (Expand)AuthorAgeFilesLines
* xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov2016-07-251-5/+5
* x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-1/+2
* xen/events: Don't move disabled irqsRoss Lagerwall2016-05-241-2/+4
* xen/events: Mask a moving irqBoris Ostrovsky2016-04-041-4/+24
* xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+1
* xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky2015-11-261-2/+3
* xen/events: fifo: Make it running on 64KB granularityJulien Grall2015-10-231-1/+1
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-101-1/+1
|\
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-081-5/+1
|\ \ | |/
| * xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-5/+1
| * Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel2015-08-111-6/+4
| * xen/events/fifo: Handle linked events when closing a portRoss Lagerwall2015-08-041-4/+6
* | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-2/+2
|/
* xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-171-1/+1
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-05-191-4/+8
* xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky2015-05-051-1/+1
* xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky2015-05-051-2/+3
* xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross2015-03-061-6/+12
* xen/events: support threaded irqs for interdomain event channelsJuergen Gross2014-09-231-2/+3
* xen/events: drop negativity check of unsigned parameterAndrey Utkin2014-08-011-1/+1
* x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-16/+1
* Xen: do hv callback accounting only on x86Arnd Bergmann2014-04-071-1/+1
* Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-071-20/+5
|\
| * xen: Validate online cpus in set_affinityThomas Gleixner2014-03-121-1/+1
| * xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner2014-03-041-0/+1
| * xen: Get rid of the last irq_desc abuseThomas Gleixner2014-03-041-14/+1
| * xen: Use the proper irq functionsThomas Gleixner2014-03-041-5/+2
* | xen: add support for MSI message groupsRoger Pau Monne2014-03-181-15/+32
* | xen/events: remove unnecessary call to bind_evtchn_to_cpu()David Vrabel2014-02-281-3/+0
* | xen/events: remove the unused resend_irq_on_evtchn()David Vrabel2014-02-281-21/+12
|/
* xen/events: bind all new interdomain events to VCPU0David Vrabel2014-02-111-0/+2
* xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2014-01-061-5/+9
* xen/events: use the FIFO-based ABI if availableDavid Vrabel2014-01-061-1/+13
* xen/events: allow event channel priority to be setDavid Vrabel2014-01-061-0/+17
* xen/evtchn: support more than 4096 portsDavid Vrabel2014-01-061-0/+13
* xen/events: add xen_evtchn_mask_all()David Vrabel2014-01-061-7/+11
* xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel2014-01-061-51/+124
* xen/events: add a evtchn_op for port setupDavid Vrabel2014-01-061-1/+1
* xen/events: allow setup of irq_info to failDavid Vrabel2014-01-061-65/+91
* xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel2014-01-061-0/+4
* xen/events: move 2-level specific code into its own fileDavid Vrabel2014-01-061-362/+17
* xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel2014-01-061-0/+1908
OpenPOWER on IntegriCloud