aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events/events_internal.h
AgeCommit message (Expand)Author
2023-10-10xen/events: replace evtchn_rwlock with RCUJuergen Gross
2021-04-14xen/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-05xen/events: block rogue events for some timeJuergen Gross
2020-11-05xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-11-05xen/events: use a common cpu hotplug hook for event channelsJuergen Gross
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81Thomas Gleixner
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
2014-03-18xen: add support for MSI message groupsRoger Pau Monne
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel
2014-01-06xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel
2014-01-06xen/events: add a evtchn_op for port setupDavid Vrabel
2014-01-06xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel
2014-01-06xen/events: move 2-level specific code into its own fileDavid Vrabel