summaryrefslogtreecommitdiffstats
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* MCF r310418: xen: fix IPI setup with EARLY_AP_STARTUProyger2017-05-161-3/+2
* MFC r314840:royger2017-03-212-0/+7
* MFC r314841:royger2017-03-211-0/+11
* xen: Correct typo in #undef for symbol NBPLroyger2016-06-061-1/+1
* xen: rewrite Xen error translationroyger2016-06-021-205/+1
* xen: add missing #define in include guard.royger2016-06-021-0/+1
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* xenbus: add a comment with the names of the generated accessorsroyger2016-01-151-1/+7
* Clean up unused-but-set-variable spotted by gcc-4.9.araujo2015-12-311-2/+0
* xen/intr: fix the event channel enabled per-cpu maskroyger2015-11-051-0/+6
* xen: Code cleanup and small bug fixesroyger2015-10-214-58/+29
* xen/console: Introduce a new console driver for Xen guestroyger2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6royger2015-10-0669-2494/+4059
* xen: allow disabling PV disks and nicsroyger2015-08-211-0/+3
* Remove another remnant of PV domU support and assume that we always runjhb2015-08-141-13/+4
* Add support for Xen blkif indirect segment I/Os. This makes it possible forcperciva2015-07-301-11/+160
* Garbage collect comments which related to the pre-r284296 support for acperciva2015-06-211-69/+3
* xen-blk{front/back}: remove broken FreeBSD extensionsroyger2015-06-122-44/+6
* xen: introduce a newbus function to allocate unused memoryroyger2015-05-082-0/+102
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* Pacify clang 3.3 by ending the file with a newline. This is commonimp2015-01-061-1/+1
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-2/+0
* xen: move grant table coderoyger2014-12-101-720/+0
* xen: create a new PCI bus overrideroyger2014-12-091-0/+37
* opt_global.h is included automatically in the build. No need toimp2014-11-181-1/+0
* xen: implement the privcmd user-space deviceroyger2014-10-223-0/+92
* xen: add a Xen to BSD error translationroyger2014-10-221-0/+305
* xen: import a proper event channel user-space deviceroyger2014-10-221-358/+0
* xen: allow to register event channels without handlersroyger2014-10-221-0/+19
* xen: convert the xenstore user-space char device to a newbus deviceroyger2014-09-301-3/+0
* xen: move xenstore devicesroyger2014-09-302-1864/+0
* msi: add Xen MSI implementationroyger2014-09-303-0/+62
* xen: implement event channel PIRQ supportroyger2014-08-041-0/+12
* Remove ia64.marcel2014-07-075-1127/+0
* xen: add missing filesroyger2014-06-161-0/+34
* xen: unify gnttab initialization for PVHVM and PVHroyger2014-06-162-15/+29
* xen: init gnttab from xenpvroyger2014-06-161-15/+0
* xen: xenstore changes to support PVHroyger2014-06-161-9/+9
* xen: introduce xenpv busroyger2014-06-161-5/+1
* Make this compile with gcc.imp2014-04-051-1/+0
* Revert last change, it breaks other things.imp2014-03-191-0/+1
* Remove redunant declaration. gcc complains while clang doesn't.imp2014-03-191-1/+0
* xen: add and enable Xen console for PVH guestsroyger2014-03-111-0/+4
* xen: add macro to detect if running as Dom0royger2014-03-111-0/+7
* xen: add PV/PVH kernel entry pointroyger2014-03-111-0/+4
* Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silencedim2013-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
OpenPOWER on IntegriCloud