summaryrefslogtreecommitdiffstats
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple vulnerabilities of ntp. [SA-17:03]delphij2017-04-124-0/+35
* MFC: r292969araujo2016-01-081-2/+0
* MFC r286999:royger2015-11-241-0/+5
* MFC r286062, r286063cperciva2015-09-141-11/+160
* MFC r284618, r284663, r284664, r284670, r284723cperciva2015-09-141-69/+3
* MFC: r284296royger2015-07-212-44/+6
* MFC r278844:royger2015-03-031-24/+31
* MFC r256746:dim2013-10-181-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-1/+0
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-1/+1
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-061-6/+5
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2918-1451/+518
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-4/+2
* Adjust i386 Xen PV support for updated Xen interface files.gibbs2013-06-172-3/+3
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-1454-526/+4533
* Fix loss of the emulated keyboard on Xen PV HVM domains.gibbs2013-05-221-27/+50
* xenstore/xenstore.c:gibbs2013-04-291-1/+2
* Move the corresponding MTX_SYSINIT() next to their struct mtx declarationandre2012-10-261-7/+8
* Make xen python scripts work with python3eadler2012-10-221-1/+1
* blkif interface comment cleanups. No functional changesgibbs2012-02-291-15/+19
* Fix "_" vs. "-" typo in a comment. No functional changes.gibbs2012-02-161-1/+1
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-152-33/+477
* Add the GSO prefix descriptor define.ken2012-02-011-0/+4
* Xen netback driver rewrite.ken2012-01-261-3/+5
* s/timout/timeoutkevlo2011-12-151-1/+1
* Use C99 initializers for members of evtchn_devsw.jhb2011-11-301-9/+8
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+2
* Properly handle suspend/resume events in the Xen devicegibbs2011-09-204-9/+18
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-1110-85/+292
* 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
OpenPOWER on IntegriCloud