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.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
/
evtchn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/evtchn: use READ/WRITE_ONCE() for accessing ring indices
Juergen Gross
2021-02-23
1
-9
/
+16
*
xen/evtchn: use smp barriers for user event ring
Juergen Gross
2021-02-23
1
-2
/
+2
*
xen/events: Remove disfunct affinity spreading
Thomas Gleixner
2020-12-15
1
-33
/
+1
*
xen/events: switch user event channels to lateeoi model
Juergen Gross
2020-10-20
1
-4
/
+3
*
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
2020-04-07
1
-6
/
+7
*
xen/events: fix binding user event channels to cpus
Juergen Gross
2019-07-17
1
-1
/
+1
*
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
*
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-3
/
+3
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
Anoob Soman
2017-06-13
1
-1
/
+33
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-13
/
+1
*
xen/evtchn: use rb_entry()
Geliang Tang
2016-12-22
1
-2
/
+2
*
xen/evtchn: use xen_vcpu_id mapping
Vitaly Kuznetsov
2016-07-25
1
-1
/
+2
*
xen/evtchn: add IOCTL_EVTCHN_RESTRICT
David Vrabel
2016-07-25
1
-0
/
+40
*
xen/evtchn: fix ring resize when binding new events
Jan Beulich
2016-05-04
1
-12
/
+8
*
xen/evtchn: dynamically grow pending event channel ring
David Vrabel
2015-11-26
1
-16
/
+107
*
xen/evtchn: support more than 4096 ports
David Vrabel
2014-01-06
1
-1
/
+1
*
xen: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-11-06
1
-1
/
+1
*
xen/evtchn: double free on error
Dan Carpenter
2013-08-30
1
-1
/
+0
*
xen/evtchn: improve scalability by using per-user locks
David Vrabel
2013-08-09
1
-80
/
+112
*
xen/evtchn: avoid a deadlock when unbinding an event channel
David Vrabel
2013-07-30
1
-19
/
+2
*
xen: Convert printks to pr_<level>
Joe Perches
2013-06-28
1
-2
/
+4
*
xen: close evtchn port if binding to irq fails
Wei Liu
2013-02-19
1
-0
/
+10
*
xen-evtchn: correct comment and error output
Wei Liu
2013-02-19
1
-2
/
+2
*
xen/event: Add reference counting to event channels
Daniel De Graaf
2011-11-21
1
-1
/
+1
*
treewide: remove extra semicolons
Justin P. Mattock
2011-04-10
1
-1
/
+1
*
Merge branch 'xen/dev-evtchn' into upstream/evtchn
Jeremy Fitzhardinge
2010-11-18
1
-22
/
+74
|
\
|
*
xen/evtchn: add missing static
Jeremy Fitzhardinge
2010-10-05
1
-1
/
+1
|
*
xen/evtchn: Fix name of Xen event-channel device
Bastian Blank
2010-05-28
1
-1
/
+1
|
*
xen/evtchn: don't do unbind_from_irqhandler under spinlock
Jeremy Fitzhardinge
2010-05-28
1
-2
/
+11
|
*
xen/evtchn: remove spurious barrier
Jeremy Fitzhardinge
2009-09-18
1
-3
/
+0
|
*
xen/evtchn: ports start enabled
Jeremy Fitzhardinge
2009-09-18
1
-5
/
+4
|
*
xen/evtchn: dynamically allocate port_user array
Jeremy Fitzhardinge
2009-09-18
1
-2
/
+8
|
*
xen/evtchn: track enabled state for each port
Jeremy Fitzhardinge
2009-09-18
1
-15
/
+56
*
|
xen/evtchn: the evtchn device is non-seekable
Jeremy Fitzhardinge
2010-11-18
1
-2
/
+2
*
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
|
xen: move Xen-testing predicates to common header
Jeremy Fitzhardinge
2009-11-04
1
-0
/
+2
*
|
includecheck fix: drivers/xen, evtchn.c
Jaswinder Singh Rajput
2009-09-20
1
-1
/
+0
|
/
*
xen/dev-evtchn: clean up locking in evtchn
Jeremy Fitzhardinge
2009-03-30
1
-12
/
+25
*
xen: add /dev/xen/evtchn driver
Ian Campbell
2009-03-30
1
-0
/
+494