summaryrefslogtreecommitdiffstats
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-5/+5
* Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr methodcperciva2010-12-301-0/+16
* Fix a typo in a comment.gibbs2010-12-141-1/+1
* Remove spurious printf left over from debugging our XenStore support.gibbs2010-12-141-1/+0
* Postpone the unmasking of event channels (aka. interrupts) until aftercperciva2010-12-071-20/+33
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-1930-2687/+4363
* don't hold spin lock across freekmacy2010-02-211-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Correct bug introduced while purging the -ERRNO Linuxism from thegibbs2009-12-291-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+4
* Catch up with r195249, "Improve the handling of cpuset with interrupts."alc2009-07-211-2/+3
* Make ipi_cpu() function as intended.adrian2009-05-301-1/+4
* Don't call the watch callback if its NULL.adrian2009-05-281-4/+11
* Fix the Xen build for i386 PV mode.dfr2009-04-012-3/+7
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-1113-250/+569
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-2272-16333/+0
| * merge fix for boot-time hang on centos' xenkmacy2008-11-141-24/+38
| * Merge basic SMP support from HEADkmacy2008-10-251-24/+69
| * Update interfaces to build against RELENG_6kmacy2008-10-154-61/+16
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2916-1269/+1487
* | Integrate 185578 from dfrkmacy2008-12-0411-1007/+640
* | merge fix for boot-time hang on centos' xenkmacy2008-11-141-24/+38
* | Fix evtchn initialization on SMPkmacy2008-10-241-12/+47
* | Fix IPI supportkmacy2008-10-231-15/+26
|/
* move ipi_pcpu to evtchn.ckmacy2008-09-261-7/+15
* Update xen/interface includes to the latest in mercurialkmacy2008-09-2633-717/+1929
* partial update to interface headers to 3.2kmacy2008-09-2513-60/+411
* - add more debug cruft to xenbuskmacy2008-08-203-13/+47
* Check for watch events when doing inline message processingkmacy2008-08-201-16/+39
* Xen 3.2 now interleaves watch events with regular message notifications.kmacy2008-08-206-44/+79
* avoid evtchn_init name collision in gdbkmacy2008-08-191-2/+2
* Make sure we don't lose the most significant bits of the frame number on PAE ...kmacy2008-08-171-1/+1
* Import check for xen features.kmacy2008-08-151-0/+24
* Compile fixes for xen build.kmacy2008-08-157-0/+8
* Import OS interfaces to Xen services.kmacy2008-08-1268-0/+14624
OpenPOWER on IntegriCloud