index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
events
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/events: Switch to irq_get_nr_irqs()
Bart Van Assche
2024-10-16
1
-1
/
+1
*
Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-19
1
-9
/
+13
|
\
|
*
xen/events: increment refcnt only if event channel is refcounted
Juergen Gross
2024-03-17
1
-9
/
+13
*
|
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
2024-01-31
1
-1
/
+1
*
|
xen/events: close evtchn after mapping cleanup
Maximilian Heyne
2024-02-13
1
-2
/
+6
|
/
*
xen/events: fix error code in xen_bind_pirq_msi_to_irq()
Dan Carpenter
2023-11-28
1
-1
/
+3
*
xen/events: remove some info_for_irq() calls in pirq handling
Juergen Gross
2023-11-15
1
-49
/
+68
*
xen/events: modify internal [un]bind interfaces
Juergen Gross
2023-11-15
1
-135
/
+124
*
xen/events: drop xen_allocate_irqs_dynamic()
Juergen Gross
2023-11-15
1
-30
/
+44
*
xen/events: remove some simple helpers from events_base.c
Juergen Gross
2023-11-14
1
-59
/
+38
*
xen/events: reduce externally visible helper functions
Juergen Gross
2023-11-14
3
-9
/
+13
*
xen/events: remove unused functions
Juergen Gross
2023-11-13
1
-30
/
+0
*
xen/events: fix delayed eoi list handling
Juergen Gross
2023-11-13
1
-1
/
+3
*
xen/events: avoid using info_for_irq() in xen_send_IPI_one()
Juergen Gross
2023-11-13
1
-4
/
+8
*
Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-11-01
1
-1
/
+2
|
\
|
*
xen: evtchn: Allow shared registration of IRQ handers
Viresh Kumar
2023-10-16
1
-1
/
+2
*
|
Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-10-30
1
-14
/
+12
|
\
\
|
|
/
|
/
|
|
*
locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()
Uros Bizjak
2023-10-09
1
-14
/
+12
*
|
xen/events: replace evtchn_rwlock with RCU
Juergen Gross
2023-10-09
1
-41
/
+46
|
/
*
xen: simplify evtchn_do_upcall() call maze
Juergen Gross
2023-09-19
1
-19
/
+2
*
xen/evtchn: Introduce new IOCTL to bind static evtchn
Rahul Singh
2023-07-26
1
-11
/
+5
*
xen: Allow platform PCI interrupt to be shared
David Woodhouse
2023-02-13
1
-3
/
+6
*
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-08-14
1
-6
/
+47
|
\
|
*
x86/xen: Add support for HVMOP_set_evtchn_upcall_vector
Jane Malalane
2022-08-12
1
-6
/
+47
*
|
genirq: Add and use an irq_data_update_affinity helper
Samuel Holland
2022-07-07
1
-3
/
+4
|
/
*
xen/console: harden hvc_xen against event channel storms
Juergen Gross
2021-12-16
1
-0
/
+6
*
xen/events: Fix race in set_evtchn_to_irq
Maximilian Heyne
2021-08-12
1
-6
/
+14
*
xen/events: remove redundant initialization of variable irq
Colin Ian King
2021-07-21
1
-1
/
+1
*
xen/events: reset active flag for lateeoi events later
Juergen Gross
2021-06-24
1
-1
/
+10
*
xen/evtchn: Change irq_info lock to raw_spinlock_t
Luca Fancellu
2021-04-07
1
-6
/
+6
*
xen/events: avoid handling the same event on two cpus at the same time
Juergen Gross
2021-03-10
1
-11
/
+21
*
xen/events: don't unmask an event channel when an eoi is pending
Juergen Gross
2021-03-10
4
-41
/
+80
*
xen/events: reset affinity of 2-level event when tearing it down
Juergen Gross
2021-03-10
3
-0
/
+24
*
xen/events: add per-xenbus device event statistics and settings
Juergen Gross
2021-02-23
1
-2
/
+25
*
xen/events: link interdomain events to associated xenbus device
Juergen Gross
2021-02-11
1
-17
/
+24
*
Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-01-15
1
-10
/
+0
|
\
|
*
xen: Fix event channel callback via INTX/GSI
David Woodhouse
2021-01-13
1
-10
/
+0
*
|
xen/events: Implement irq distribution
Thomas Gleixner
2020-12-15
1
-8
/
+68
*
|
xen/events: Reduce irq_info:: Spurious_cnt storage size
Thomas Gleixner
2020-12-15
1
-3
/
+5
*
|
xen/events: Only force affinity mask for percpu interrupts
Thomas Gleixner
2020-12-15
1
-14
/
+34
*
|
xen/events: Use immediate affinity setting
Thomas Gleixner
2020-12-15
1
-26
/
+9
*
|
xen/events: Remove disfunct affinity spreading
Thomas Gleixner
2020-12-15
1
-9
/
+0
*
|
xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
Thomas Gleixner
2020-12-15
1
-6
/
+0
|
/
*
xen/events: unmask a fifo event channel only if it was masked
Juergen Gross
2020-10-23
1
-0
/
+3
*
xen/events: only register debug interrupt for 2-level events
Juergen Gross
2020-10-23
1
-4
/
+6
*
xen/events: make struct irq_info private to events_base.c
Juergen Gross
2020-10-23
4
-73
/
+73
*
xen: remove no longer used functions
Juergen Gross
2020-10-23
1
-21
/
+0
*
xen/events: block rogue events for some time
Juergen Gross
2020-10-20
2
-6
/
+24
*
xen/events: defer eoi in case of excessive number of events
Juergen Gross
2020-10-20
4
-32
/
+208
[next]