aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events
AgeCommit message (Expand)AuthorFilesLines
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+4
2026-01-12xen/events: replace use of system_wq with system_percpu_wqMarco Crivellari1-3/+3
2025-09-09xen/events: Update virq_to_irq on migrationJason Andryuk1-1/+12
2025-09-09xen/events: Return -EEXIST for bound VIRQsJason Andryuk1-5/+14
2025-09-09xen/events: Cleanup find_virq() return codesJason Andryuk1-3/+4
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner1-6/+0
2024-10-16xen/events: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+13
2024-03-17xen/events: increment refcnt only if event channel is refcountedJuergen Gross1-9/+13
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-02-13xen/events: close evtchn after mapping cleanupMaximilian Heyne1-2/+6
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li1-1/+1
2023-11-28xen/events: fix error code in xen_bind_pirq_msi_to_irq()Dan Carpenter1-1/+3
2023-11-15xen/events: remove some info_for_irq() calls in pirq handlingJuergen Gross1-49/+68
2023-11-15xen/events: modify internal [un]bind interfacesJuergen Gross1-135/+124
2023-11-15xen/events: drop xen_allocate_irqs_dynamic()Juergen Gross1-30/+44
2023-11-14xen/events: remove some simple helpers from events_base.cJuergen Gross1-59/+38
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross3-9/+13
2023-11-13xen/events: remove unused functionsJuergen Gross1-30/+0
2023-11-13xen/events: fix delayed eoi list handlingJuergen Gross1-1/+3
2023-11-13xen/events: avoid using info_for_irq() in xen_send_IPI_one()Juergen Gross1-4/+8
2023-11-01Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+12
2023-10-16xen: evtchn: Allow shared registration of IRQ handersViresh Kumar1-1/+2
2023-10-09locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak1-14/+12
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross1-19/+2
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh1-11/+5
2023-02-13xen: Allow platform PCI interrupt to be sharedDavid Woodhouse1-3/+6
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+47
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-6/+47
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-3/+4
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross1-0/+6
2021-08-12xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne1-6/+14
2021-07-21xen/events: remove redundant initialization of variable irqColin Ian King1-1/+1
2021-06-24xen/events: reset active flag for lateeoi events laterJuergen Gross1-1/+10
2021-04-07xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu1-6/+6
2021-03-10xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross1-11/+21
2021-03-10xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross4-41/+80
2021-03-10xen/events: reset affinity of 2-level event when tearing it downJuergen Gross3-0/+24
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross1-2/+25
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-17/+24
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+0
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse1-10/+0
2020-12-15xen/events: Implement irq distributionThomas Gleixner1-8/+68
2020-12-15xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner1-3/+5
2020-12-15xen/events: Only force affinity mask for percpu interruptsThomas Gleixner1-14/+34
2020-12-15xen/events: Use immediate affinity settingThomas Gleixner1-26/+9
2020-12-15xen/events: Remove disfunct affinity spreadingThomas Gleixner1-9/+0
2020-12-15xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner1-6/+0
2020-10-23xen/events: unmask a fifo event channel only if it was maskedJuergen Gross1-0/+3
2020-10-23xen/events: only register debug interrupt for 2-level eventsJuergen Gross1-4/+6
2020-10-23xen/events: make struct irq_info private to events_base.cJuergen Gross4-73/+73
2020-10-23xen: remove no longer used functionsJuergen Gross1-21/+0
2020-10-20xen/events: block rogue events for some timeJuergen Gross2-6/+24
2020-10-20xen/events: defer eoi in case of excessive number of eventsJuergen Gross4-32/+208
2020-10-20xen/events: use a common cpu hotplug hook for event channelsJuergen Gross3-21/+47
2020-10-20xen/events: add a new "late EOI" evtchn frameworkJuergen Gross1-17/+134
2020-10-20xen/events: fix race in evtchn_fifo_unmask()Juergen Gross1-4/+9
2020-10-20xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross1-0/+2
2020-10-20xen/events: avoid removing an event channel while handling itJuergen Gross1-5/+36
2020-10-01xen/events: don't use chip_data for legacy IRQsJuergen Gross1-8/+21
2020-08-27XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner1-8/+8
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner1-4/+2
2020-06-11x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov1-11/+17
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi4-79/+82
2019-12-02xen/events: remove event handling recursion detectionJuergen Gross1-13/+3
2019-09-26xen/events: remove unlikely() from WARN() conditionDenis Efremov1-1/+1
2019-07-17xen/events: fix binding user event channels to cpusJuergen Gross1-2/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81Thomas Gleixner1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner1-1/+0
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-14xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-06-22xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-02-28xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+3
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall1-4/+3
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner1-4/+2
2017-08-11xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo1-1/+1
2017-07-27xen: dont fiddle with event channel masking in suspend/resumeJuergen Gross1-10/+3
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2017-06-22xen/events: Add support for effective affinity maskThomas Gleixner1-1/+5
2017-06-13xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPUAnoob Soman1-3/+3
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-8/+17
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-1/+0
2017-01-05Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2017-01-03xen: events: Replace BUG() with BUG_ON()Shyam Saini1-2/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-11-30xen/events: use xen_vcpu_id mapping for EVTCHNOP_statusVitaly Kuznetsov1-1/+1
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Len Brown1-1/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-17/+9
2016-09-30xen/events: Convert to hotplug state machineSebastian Andrzej Siewior1-22/+12
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/kerne...Linus 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/kern...Linus Torvalds2-3/+3
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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 __start...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/kerne...Linus 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...David 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
2014-01-06xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel3-55/+149
2014-01-06xen/events: add a evtchn_op for port setupDavid Vrabel2-1/+13
2014-01-06xen/events: allow setup of irq_info to failDavid Vrabel1-65/+91
2014-01-06xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel3-16/+84
2014-01-06xen/events: move 2-level specific code into its own fileDavid Vrabel4-362/+440
2014-01-06xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel2-0/+1911