aboutsummaryrefslogtreecommitdiff
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silenceDimitry Andric2013-10-181-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-201-1/+0
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-1/+1
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-061-6/+5
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-2918-1451/+518
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-4/+2
* Adjust i386 Xen PV support for updated Xen interface files.Justin T. Gibbs2013-06-172-3/+3
* Upgrade Xen interface headers to Xen 4.2.1.Justin T. Gibbs2013-06-1454-526/+4533
* Fix loss of the emulated keyboard on Xen PV HVM domains.Justin T. Gibbs2013-05-221-27/+50
* xenstore/xenstore.c:Justin T. Gibbs2013-04-291-1/+2
* Move the corresponding MTX_SYSINIT() next to their struct mtx declarationAndre Oppermann2012-10-261-7/+8
* Make xen python scripts work with python3Eitan Adler2012-10-221-1/+1
* blkif interface comment cleanups. No functional changesJustin T. Gibbs2012-02-291-15/+19
* Fix "_" vs. "-" typo in a comment. No functional changes.Justin T. Gibbs2012-02-161-1/+1
* Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs2012-02-152-33/+477
* Add the GSO prefix descriptor define.Kenneth D. Merry2012-02-011-0/+4
* Xen netback driver rewrite.Kenneth D. Merry2012-01-261-3/+5
* s/timout/timeoutKevin Lo2011-12-151-1/+1
* Use C99 initializers for members of evtchn_devsw.John Baldwin2011-11-301-9/+8
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs2011-09-204-9/+18
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-1110-85/+292
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-5/+5
* Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr methodColin Percival2010-12-301-0/+16
* Fix a typo in a comment.Justin T. Gibbs2010-12-141-1/+1
* Remove spurious printf left over from debugging our XenStore support.Justin T. Gibbs2010-12-141-1/+0
* 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-1930-2687/+4363
* don't hold spin lock across freeKip Macy2010-02-211-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Correct bug introduced while purging the -ERRNO Linuxism from theJustin T. Gibbs2009-12-291-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* 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
* Don't call the watch callback if its NULL.Adrian Chadd2009-05-281-4/+11
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-012-3/+7
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-1113-250/+569
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-2916-1269/+1487
* Integrate 185578 from dfrKip Macy2008-12-0411-1007/+640
* merge fix for boot-time hang on centos' xenKip Macy2008-11-141-24/+38
* 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
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-2633-717/+1929
* partial update to interface headers to 3.2Kip Macy2008-09-2513-60/+411
* - add more debug cruft to xenbusKip Macy2008-08-203-13/+47
* Check for watch events when doing inline message processingKip Macy2008-08-201-16/+39
* Xen 3.2 now interleaves watch events with regular message notifications.Kip Macy2008-08-206-44/+79
* avoid evtchn_init name collision in gdbKip Macy2008-08-191-2/+2