index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
xen/events: use a common cpu hotplug hook for event channels
Juergen Gross
2020-10-20
3
-21
/
+47
*
xen/events: add a new "late EOI" evtchn framework
Juergen Gross
2020-10-20
1
-17
/
+134
*
xen/events: fix race in evtchn_fifo_unmask()
Juergen Gross
2020-10-20
1
-4
/
+9
*
xen/events: add a proper barrier to 2-level uevent unmasking
Juergen Gross
2020-10-20
1
-0
/
+2
*
xen/events: avoid removing an event channel while handling it
Juergen Gross
2020-10-20
1
-5
/
+36
*
xen/events: don't use chip_data for legacy IRQs
Juergen Gross
2020-10-01
1
-8
/
+21
*
XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt
Thomas Gleixner
2020-08-27
1
-8
/
+8
*
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-4
/
+2
*
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
2020-06-11
1
-11
/
+17
*
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
2020-04-07
4
-79
/
+82
*
xen/events: remove event handling recursion detection
Juergen Gross
2019-12-02
1
-13
/
+3
*
xen/events: remove unlikely() from WARN() condition
Denis Efremov
2019-09-26
1
-1
/
+1
*
xen/events: fix binding user event channels to cpus
Juergen Gross
2019-07-17
1
-2
/
+10
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81
Thomas Gleixner
2019-05-24
1
-3
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/irq/32: Invoke irq_ctx_init() from init_IRQ()
Thomas Gleixner
2019-04-17
1
-1
/
+0
*
xen: Fix x86 sched_clock() interface for xen
Juergen Gross
2019-01-16
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
Josh Abraham
2018-09-14
1
-1
/
+1
*
xen: Remove unnecessary BUG_ON from __unbind_from_irq()
Boris Ostrovsky
2018-06-22
1
-2
/
+0
*
xen/pirq: fix error path cleanup when binding MSIs
Roger Pau Monne
2018-02-28
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-07
1
-4
/
+3
|
\
|
*
xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()
Julien Grall
2017-08-31
1
-4
/
+3
*
|
x86/idt: Simplify alloc_intr_gate()
Thomas Gleixner
2017-08-29
1
-4
/
+2
|
/
*
xen/events: Fix interrupt lost during irq_disable and irq_enable
Liu Shuo
2017-08-11
1
-1
/
+1
*
xen: dont fiddle with event channel masking in suspend/resume
Juergen Gross
2017-07-27
1
-10
/
+3
*
Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-07-06
1
-3
/
+3
|
\
|
*
xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
Anoob Soman
2017-06-13
1
-3
/
+3
*
|
xen/events: Add support for effective affinity mask
Thomas Gleixner
2017-06-22
1
-1
/
+5
|
/
[next]