aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen/pv.c
Commit message (Expand)AuthorAgeFilesLines
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-3/+6
* Remove redundant declarations in sys/x86/xen which are now handled in other s...Enji Cooper2015-12-231-5/+0
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+1
* loader: fix the size of MODINFOMD_MODULEPRoger Pau Monné2015-01-201-1/+1
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-5/+35
* xen: fix usage of kern_getenv in PVH codeRoger Pau Monné2014-10-221-1/+4
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* msi: add Xen MSI implementationRoger Pau Monné2014-09-301-0/+3
* xen: add proper copyright attributionRoger Pau Monné2014-09-261-0/+1
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-251-0/+79
* Fix build with SMP disabled.John Baldwin2014-07-151-0/+2
* xen: add hooks for Xen PV APICRoger Pau Monné2014-06-161-0/+2
* xen: fix style in pv.cRoger Pau Monné2014-06-161-8/+17
* Make this compile with gcc.Warner Losh2014-04-051-0/+1
* xen: add a hook to perform AP startupRoger Pau Monné2014-03-111-0/+96
* 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-111-0/+119