summaryrefslogtreecommitdiffstats
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud