summaryrefslogtreecommitdiffstats
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: add a hook to perform AP startuproyger2014-03-111-0/+96
* xen: changes to hvm code in order to support PVH guestsroyger2014-03-111-5/+42
* xen: add an apic_enumerator for PVHroyger2014-03-111-0/+134
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-111-14/+10
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-111-0/+25
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+4
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-111-0/+63
* howto_names: unify declarationroyger2014-03-111-0/+1
* xen: add and enable Xen console for PVH guestsroyger2014-03-111-0/+4
* xen: add PV/PVH kernel entry pointroyger2014-03-112-0/+120
* amd64/i386: switch IPI handlers to C code.royger2014-03-111-183/+10
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-231-1/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-052-12/+29
* Correct panic caused by attaching both Xen PV and HyperV virtualizationgibbs2013-10-051-0/+1
* sys/x86/xen/hvm.c:gibbs2013-09-271-2/+3
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-11/+42
* Add support for suspend/resume/migration operations when running as agibbs2013-09-202-27/+203
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-062-9/+440
* Conform to style(9). No functional changes.gibbs2013-09-011-11/+11
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-292-0/+1382
OpenPOWER on IntegriCloud