aboutsummaryrefslogtreecommitdiff
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-0/+3
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-141-13/+4
* Add support for Xen blkif indirect segment I/Os. This makes it possible forColin Percival2015-07-301-11/+160
* Garbage collect comments which related to the pre-r284296 support for aColin Percival2015-06-211-69/+3
* xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné2015-06-122-44/+6
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-082-0/+102
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1
* Pacify clang 3.3 by ending the file with a newline. This is commonWarner Losh2015-01-061-1/+1
* xen: convert the Grant-table code to a NewBus deviceRoger Pau Monné2014-12-101-2/+0
* xen: move grant table codeRoger Pau Monné2014-12-101-720/+0
* xen: create a new PCI bus overrideRoger Pau Monné2014-12-091-0/+37
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-1/+0
* xen: implement the privcmd user-space deviceRoger Pau Monné2014-10-223-0/+92
* xen: add a Xen to BSD error translationRoger Pau Monné2014-10-221-0/+305
* xen: import a proper event channel user-space deviceRoger Pau Monné2014-10-221-358/+0
* xen: allow to register event channels without handlersRoger Pau Monné2014-10-221-0/+19
* xen: convert the xenstore user-space char device to a newbus deviceRoger Pau Monné2014-09-301-3/+0
* xen: move xenstore devicesRoger Pau Monné2014-09-302-1864/+0
* msi: add Xen MSI implementationRoger Pau Monné2014-09-303-0/+62
* xen: implement event channel PIRQ supportRoger Pau Monné2014-08-041-0/+12
* Remove ia64.Marcel Moolenaar2014-07-075-1127/+0
* xen: add missing filesRoger Pau Monné2014-06-161-0/+34
* xen: unify gnttab initialization for PVHVM and PVHRoger Pau Monné2014-06-162-15/+29
* xen: init gnttab from xenpvRoger Pau Monné2014-06-161-15/+0
* xen: xenstore changes to support PVHRoger Pau Monné2014-06-161-9/+9
* xen: introduce xenpv busRoger Pau Monné2014-06-161-5/+1
* Make this compile with gcc.Warner Losh2014-04-051-1/+0
* Revert last change, it breaks other things.Warner Losh2014-03-191-0/+1
* Remove redunant declaration. gcc complains while clang doesn't.Warner Losh2014-03-191-1/+0
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-111-0/+4
* xen: add macro to detect if running as Dom0Roger Pau Monné2014-03-111-0/+7
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-111-0/+4
* 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