index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
events
/
events_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
xen/events: close evtchn after mapping cleanup
Maximilian Heyne
1
-3
/
+2
2023-11-28
xen/events: fix delayed eoi list handling
Juergen Gross
1
-1
/
+3
2023-10-10
xen/events: replace evtchn_rwlock with RCU
Juergen Gross
1
-41
/
+46
2021-08-18
xen/events: Fix race in set_evtchn_to_irq
Maximilian Heyne
1
-6
/
+14
2021-07-11
xen/events: reset active flag for lateeoi events later
Juergen Gross
1
-4
/
+19
2021-04-16
xen/events: fix setting irq affinity
Juergen Gross
1
-2
/
+2
2021-04-14
xen/evtchn: Change irq_info lock to raw_spinlock_t
Luca Fancellu
1
-6
/
+6
2021-03-17
xen/events: avoid handling the same event on two cpus at the same time
Juergen Gross
1
-8
/
+18
2021-03-17
xen/events: don't unmask an event channel when an eoi is pending
Juergen Gross
1
-29
/
+88
2021-03-17
xen/events: reset affinity of 2-level event when tearing it down
Juergen Gross
1
-0
/
+1
2021-01-27
xen: Fix event channel callback via INTX/GSI
David Woodhouse
1
-10
/
+0
2020-10-23
xen/events: only register debug interrupt for 2-level events
Juergen Gross
1
-4
/
+6
2020-10-23
xen/events: make struct irq_info private to events_base.c
Juergen Gross
1
-6
/
+57
2020-10-23
xen: remove no longer used functions
Juergen Gross
1
-21
/
+0
2020-10-20
xen/events: block rogue events for some time
Juergen Gross
1
-5
/
+22
2020-10-20
xen/events: defer eoi in case of excessive number of events
Juergen Gross
1
-5
/
+184
2020-10-20
xen/events: use a common cpu hotplug hook for event channels
Juergen Gross
1
-0
/
+25
2020-10-20
xen/events: add a new "late EOI" evtchn framework
Juergen Gross
1
-17
/
+134
2020-10-20
xen/events: avoid removing an event channel while handling it
Juergen Gross
1
-5
/
+36
2020-10-01
xen/events: don't use chip_data for legacy IRQs
Juergen Gross
1
-8
/
+21
2020-08-27
XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt
Thomas Gleixner
1
-8
/
+8
2020-06-11
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
Thomas Gleixner
1
-4
/
+2
2020-06-11
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
1
-11
/
+17
2020-04-07
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
1
-45
/
+48
2019-12-02
xen/events: remove event handling recursion detection
Juergen Gross
1
-13
/
+3
2019-09-26
xen/events: remove unlikely() from WARN() condition
Denis Efremov
1
-1
/
+1
2019-07-17
xen/events: fix binding user event channels to cpus
Juergen Gross
1
-2
/
+10
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-17
x86/irq/32: Invoke irq_ctx_init() from init_IRQ()
Thomas Gleixner
1
-1
/
+0
2019-01-16
xen: Fix x86 sched_clock() interface for xen
Juergen Gross
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-09-14
xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
Josh Abraham
1
-1
/
+1
2018-06-22
xen: Remove unnecessary BUG_ON from __unbind_from_irq()
Boris Ostrovsky
1
-2
/
+0
2018-02-28
xen/pirq: fix error path cleanup when binding MSIs
Roger Pau Monne
1
-2
/
+2
2017-08-29
x86/idt: Simplify alloc_intr_gate()
Thomas Gleixner
1
-4
/
+2
2017-08-11
xen/events: Fix interrupt lost during irq_disable and irq_enable
Liu Shuo
1
-1
/
+1
2017-07-27
xen: dont fiddle with event channel masking in suspend/resume
Juergen Gross
1
-10
/
+3
2017-07-07
Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2017-06-22
xen/events: Add support for effective affinity mask
Thomas Gleixner
1
-1
/
+5
2017-06-13
xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
Anoob Soman
1
-3
/
+3
2017-05-02
xen: Revert commits da72ff5bfcb0 and 72a9b186292d
Boris Ostrovsky
1
-8
/
+17
2017-02-07
xen/x86: Remove PVH support
Boris Ostrovsky
1
-1
/
+0
2016-12-14
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
1
-1
/
+0
2016-11-30
xen/events: use xen_vcpu_id mapping for EVTCHNOP_status
Vitaly Kuznetsov
1
-1
/
+1
2016-11-18
x86/idle: Remove enter_idle(), exit_idle()
Len Brown
1
-1
/
+0
2016-09-30
xen: Remove event channel notification through Xen PCI platform device
KarimAllah Ahmed
1
-17
/
+9
2016-07-25
xen/events: use xen_vcpu_id mapping in events_base
Vitaly Kuznetsov
1
-5
/
+5
2016-07-25
x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op
Vitaly Kuznetsov
1
-1
/
+2
2016-05-24
xen/events: Don't move disabled irqs
Ross Lagerwall
1
-2
/
+4
[next]