aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/evtchn/evtchn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-111-150/+70
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-46/+72
* 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
* Compile fixes for xen build.Kip Macy2008-08-151-0/+1
* Import OS interfaces to Xen services.Kip Macy2008-08-121-0/+1097