aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/evtchn
Commit message (Expand)AuthorAgeFilesLines
* xen: switch to use headers in contribElliott Mitchell2022-02-071-1/+1
* x86/xen: remove PVHv1 codeRoger Pau Monné2021-05-171-1/+0
* xen: import a proper event channel user-space deviceRoger Pau Monné2014-10-221-358/+0
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-293-1186/+117
* Adjust i386 Xen PV support for updated Xen interface files.Justin T. Gibbs2013-06-171-2/+2
* Move the corresponding MTX_SYSINIT() next to their struct mtx declarationAndre Oppermann2012-10-261-7/+8
* Use C99 initializers for members of evtchn_devsw.John Baldwin2011-11-301-9/+8
* Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr methodColin Percival2010-12-301-0/+16
* Postpone the unmasking of event channels (aka. interrupts) until afterColin Percival2010-12-071-20/+33
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-191-3/+3
* don't hold spin lock across freeKip Macy2010-02-211-1/+1
* Catch up with r195249, "Improve the handling of cpuset with interrupts."Alan Cox2009-07-211-2/+3
* Make ipi_cpu() function as intended.Adrian Chadd2009-05-301-1/+4
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-011-1/+1
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-112-158/+76
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-292-49/+75
* Fix evtchn initialization on SMPKip Macy2008-10-241-12/+47
* Fix IPI supportKip Macy2008-10-231-15/+26
* move ipi_pcpu to evtchn.cKip Macy2008-09-261-7/+15
* partial update to interface headers to 3.2Kip Macy2008-09-251-2/+11
* avoid evtchn_init name collision in gdbKip Macy2008-08-191-2/+2
* Compile fixes for xen build.Kip Macy2008-08-151-0/+1
* Import OS interfaces to Xen services.Kip Macy2008-08-122-0/+1491