index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
evtchn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
Anoob Soman
1
-1
/
+33
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-13
/
+1
2016-12-22
xen/evtchn: use rb_entry()
Geliang Tang
1
-2
/
+2
2016-07-25
xen/evtchn: use xen_vcpu_id mapping
Vitaly Kuznetsov
1
-1
/
+2
2016-07-25
xen/evtchn: add IOCTL_EVTCHN_RESTRICT
David Vrabel
1
-0
/
+40
2016-05-04
xen/evtchn: fix ring resize when binding new events
Jan Beulich
1
-12
/
+8
2015-11-26
xen/evtchn: dynamically grow pending event channel ring
David Vrabel
1
-16
/
+107
2014-01-06
xen/evtchn: support more than 4096 ports
David Vrabel
1
-1
/
+1
2013-11-07
xen: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
2013-08-30
xen/evtchn: double free on error
Dan Carpenter
1
-1
/
+0
2013-08-09
xen/evtchn: improve scalability by using per-user locks
David Vrabel
1
-80
/
+112
2013-07-30
xen/evtchn: avoid a deadlock when unbinding an event channel
David Vrabel
1
-19
/
+2
2013-06-28
xen: Convert printks to pr_<level>
Joe Perches
1
-2
/
+4
2013-02-20
xen: close evtchn port if binding to irq fails
Wei Liu
1
-0
/
+10
2013-02-20
xen-evtchn: correct comment and error output
Wei Liu
1
-2
/
+2
2011-11-22
xen/event: Add reference counting to event channels
Daniel De Graaf
1
-1
/
+1
2011-04-10
treewide: remove extra semicolons
Justin P. Mattock
1
-1
/
+1
2010-11-19
Merge branch 'xen/dev-evtchn' into upstream/evtchn
Jeremy Fitzhardinge
1
-22
/
+74
2010-11-19
xen/evtchn: the evtchn device is non-seekable
Jeremy Fitzhardinge
1
-2
/
+2
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
xen/evtchn: add missing static
Jeremy Fitzhardinge
1
-1
/
+1
2010-05-29
xen/evtchn: Fix name of Xen event-channel device
Bastian Blank
1
-1
/
+1
2010-05-29
xen/evtchn: don't do unbind_from_irqhandler under spinlock
Jeremy Fitzhardinge
1
-2
/
+11
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-11-04
xen: move Xen-testing predicates to common header
Jeremy Fitzhardinge
1
-0
/
+2
2009-09-20
includecheck fix: drivers/xen, evtchn.c
Jaswinder Singh Rajput
1
-1
/
+0
2009-09-19
xen/evtchn: remove spurious barrier
Jeremy Fitzhardinge
1
-3
/
+0
2009-09-19
xen/evtchn: ports start enabled
Jeremy Fitzhardinge
1
-5
/
+4
2009-09-19
xen/evtchn: dynamically allocate port_user array
Jeremy Fitzhardinge
1
-2
/
+8
2009-09-19
xen/evtchn: track enabled state for each port
Jeremy Fitzhardinge
1
-15
/
+56
2009-03-30
xen/dev-evtchn: clean up locking in evtchn
Jeremy Fitzhardinge
1
-12
/
+25
2009-03-30
xen: add /dev/xen/evtchn driver
Ian Campbell
1
-0
/
+494