summaryrefslogtreecommitdiff
path: root/drivers/xen/events
AgeCommit message (Expand)Author
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-17xen/events: increment refcnt only if event channel is refcountedJuergen Gross
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-13xen/events: close evtchn after mapping cleanupMaximilian Heyne
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li
2023-11-28xen/events: fix error code in xen_bind_pirq_msi_to_irq()Dan Carpenter
2023-11-15xen/events: remove some info_for_irq() calls in pirq handlingJuergen Gross
2023-11-15xen/events: modify internal [un]bind interfacesJuergen Gross
2023-11-15xen/events: drop xen_allocate_irqs_dynamic()Juergen Gross
2023-11-14xen/events: remove some simple helpers from events_base.cJuergen Gross
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross
2023-11-13xen/events: remove unused functionsJuergen Gross
2023-11-13xen/events: fix delayed eoi list handlingJuergen Gross
2023-11-13xen/events: avoid using info_for_irq() in xen_send_IPI_one()Juergen Gross
2023-11-01Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-16xen: evtchn: Allow shared registration of IRQ handersViresh Kumar
2023-10-09locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh
2023-02-13xen: Allow platform PCI interrupt to be sharedDavid Woodhouse
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-08-12xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne
2021-07-21xen/events: remove redundant initialization of variable irqColin Ian King
2021-06-24xen/events: reset active flag for lateeoi events laterJuergen Gross
2021-04-07xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu
2021-03-10xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross
2021-03-10xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross
2021-03-10xen/events: reset affinity of 2-level event when tearing it downJuergen Gross
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse
2020-12-15xen/events: Implement irq distributionThomas Gleixner
2020-12-15xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner
2020-12-15xen/events: Only force affinity mask for percpu interruptsThomas Gleixner
2020-12-15xen/events: Use immediate affinity settingThomas Gleixner
2020-12-15xen/events: Remove disfunct affinity spreadingThomas Gleixner
2020-12-15xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner
2020-10-23xen/events: unmask a fifo event channel only if it was maskedJuergen Gross
2020-10-23xen/events: only register debug interrupt for 2-level eventsJuergen Gross
2020-10-23xen/events: make struct irq_info private to events_base.cJuergen Gross
2020-10-23xen: remove no longer used functionsJuergen Gross
2020-10-20xen/events: block rogue events for some timeJuergen Gross
2020-10-20xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-10-20xen/events: use a common cpu hotplug hook for event channelsJuergen Gross