aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen/pv.c
Commit message (Expand)AuthorAgeFilesLines
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Provide string functions for use before ifuncs get resolved.Mateusz Guzik2018-10-111-2/+2
* xen: fix initial kenv setup for legacy PVHRoger Pau Monné2018-09-131-0/+10
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-12/+6
* xen: implement early init helper for PVHv2Roger Pau Monné2018-07-191-46/+215
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-191-21/+56
* Create helper functions for parsing boot args.Warner Losh2018-07-131-16/+1
* xen/pvh: allocate dbg_stackRoger Pau Monné2018-05-241-0/+3
* xen: fix formatting of xen_init_opsRoger Pau Monné2018-05-021-1/+1
* xen: fix smp boot after r328157Mateusz Guzik2018-02-151-0/+3
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-101-2/+0
* 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