summaryrefslogtreecommitdiff
path: root/drivers/xen/events/events_base.c
AgeCommit message (Expand)Author
2021-08-26xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne
2021-07-11xen/events: reset active flag for lateeoi events laterJuergen Gross
2021-04-16xen/events: fix setting irq affinityJuergen Gross
2021-04-16xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu
2021-03-17xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross
2021-03-17xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross
2021-03-17xen/events: reset affinity of 2-level event when tearing it downJuergen Gross
2020-11-18xen/events: block rogue events for some timeJuergen Gross
2020-11-18xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-11-18xen/events: use a common cpu hotplug hook for event channelsJuergen Gross
2020-11-18xen/events: add a new "late EOI" evtchn frameworkJuergen Gross
2020-11-18xen/events: avoid removing an event channel while handling itJuergen Gross
2020-11-10xen/events: don't use chip_data for legacy IRQsJuergen Gross
2020-09-03XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky
2018-05-30xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne
2016-06-07xen/events: Don't move disabled irqsRoss Lagerwall
2016-04-20xen/events: Mask a moving irqBoris Ostrovsky
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall
2015-08-11Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel
2015-08-04xen/events/fifo: Handle linked events when closing a portRoss Lagerwall
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel
2015-05-05xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky
2015-05-05xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky
2015-03-06xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross
2014-09-23xen/events: support threaded irqs for interdomain event channelsJuergen Gross
2014-08-01xen/events: drop negativity check of unsigned parameterAndrey Utkin
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner
2014-04-07Xen: do hv callback accounting only on x86Arnd Bergmann
2014-04-07Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel
2014-03-18xen: add support for MSI message groupsRoger Pau Monne
2014-03-12xen: Validate online cpus in set_affinityThomas Gleixner
2014-03-04xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner
2014-03-04xen: Get rid of the last irq_desc abuseThomas Gleixner
2014-03-04xen: Use the proper irq functionsThomas Gleixner
2014-02-28xen/events: remove unnecessary call to bind_evtchn_to_cpu()David Vrabel
2014-02-28xen/events: remove the unused resend_irq_on_evtchn()David Vrabel
2014-02-11xen/events: bind all new interdomain events to VCPU0David Vrabel
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel