aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25xen/events: fifo: use xen_vcpu_id mappingVitaly Kuznetsov1-1/+1
2016-07-25xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov1-5/+5
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-1/+2
2016-05-24xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-04-04xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-3/+1
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker3-3/+1
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+3
2016-01-12xen/events: use virt_xxx barriersMichael S. Tsirkin1-1/+2
2015-12-02xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall1-5/+18
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall2-2/+2
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-3/+3
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall2-3/+3
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-5/+1
2015-08-11Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel3-53/+9
2015-08-04xen/events/fifo: Handle linked events when closing a portRoss Lagerwall3-9/+53
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2-2/+2
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-4/+8
2015-05-05xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()Boris Ostrovsky1-1/+1
2015-05-05xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky2-2/+13
2015-03-06xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross1-6/+12
2014-09-23xen/events: support threaded irqs for interdomain event channelsJuergen Gross1-2/+3
2014-08-01xen/events: drop negativity check of unsigned parameterAndrey Utkin1-1/+1
2014-07-31xen/events/fifo: remove a unecessary use of BM()Frediano Ziglio1-1/+1
2014-07-31xen/events/fifo: ensure all bitops are properly aligned even on x86David Vrabel1-3/+2
2014-07-31xen/events/fifo: reset control block and local HEADs on resumeDavid Vrabel1-20/+28
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-16/+1
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner1-16/+1
2014-04-28xen/events/fifo: correctly align bitopsVladimir Murzin1-11/+30
2014-04-07Xen: do hv callback accounting only on x86Arnd Bergmann1-1/+1
2014-04-07Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15David Vrabel3-37/+11
2014-03-18xen: add support for MSI message groupsRoger Pau Monne2-15/+33
2014-03-12xen: Validate online cpus in set_affinityThomas Gleixner1-1/+1
2014-03-04xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner1-0/+1
2014-03-04xen: Get rid of the last irq_desc abuseThomas Gleixner1-14/+1
2014-03-04xen: Use the proper irq functionsThomas Gleixner3-22/+8
2014-02-28xen/events: remove unnecessary call to bind_evtchn_to_cpu()David Vrabel1-3/+0
2014-02-28xen/events: remove the unused resend_irq_on_evtchn()David Vrabel1-21/+12
2014-02-11xen/events: bind all new interdomain events to VCPU0David Vrabel1-0/+2
2014-01-10xen: delete new instances of __cpuinit usagePaul Gortmaker1-3/+3
2014-01-07xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun1-2/+4
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor1-5/+9
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel4-1/+448
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel1-0/+17
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel1-4/+4
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel2-5/+13
2014-01-06xen/events: add xen_evtchn_mask_all()David Vrabel1-7/+11