aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix build with SMP disabled.John Baldwin2014-07-152-0/+8
* Fix compile warning: Remove duplicate external declaration.Hans Petter Selasky2014-06-191-2/+0
* xen: fix out-of-bounds access to ipi_handleRoger Pau Monné2014-06-181-1/+1
* xen: add missing filesRoger Pau Monné2014-06-163-0/+744
* xen: add hooks for Xen PV APICRoger Pau Monné2014-06-162-253/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.Roger Pau Monné2014-06-161-2/+1
* xen: fix style in pv.cRoger Pau Monné2014-06-161-8/+17
* Make this compile with gcc.Warner Losh2014-04-051-0/+1
* Fix build without SMP.John Baldwin2014-03-261-1/+5
* xen: add a hook to perform AP startupRoger Pau Monné2014-03-111-0/+96
* xen: changes to hvm code in order to support PVH guestsRoger Pau Monné2014-03-111-5/+42
* xen: add an apic_enumerator for PVHRoger Pau Monné2014-03-111-0/+134
* xen: use the same hypercall mechanism for XEN and XENHVMRoger Pau Monné2014-03-111-14/+10
* xen: implement hook to fetch and parse e820 memory mapRoger Pau Monné2014-03-111-0/+25
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-111-0/+4
* amd64: introduce hook for custom preload metadata parsersRoger Pau Monné2014-03-111-0/+63
* howto_names: unify declarationRoger Pau Monné2014-03-111-0/+1
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-111-0/+4
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-112-0/+120
* amd64/i386: switch IPI handlers to C code.Roger Pau Monné2014-03-111-183/+10
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-231-1/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-052-12/+29
* Correct panic caused by attaching both Xen PV and HyperV virtualizationJustin T. Gibbs2013-10-051-0/+1
* sys/x86/xen/hvm.c:Justin T. Gibbs2013-09-271-2/+3
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-201-11/+42
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-202-27/+203
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-062-9/+440
* Conform to style(9). No functional changes.Justin T. Gibbs2013-09-011-11/+11
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-292-0/+1382