aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/xen-os.h
Commit message (Expand)AuthorAgeFilesLines
* xen: introduce a per-arch scratch mapping rangesRoger Pau Monné2024-07-301-0/+5
* x86/xen: introduce non-hypercall based emergency printRoger Pau Monné2024-02-221-0/+7
* xen: add atomic #defines to accomodate differing xen_ulong_t sizesElliott Mitchell2023-12-151-6/+6
* xen: remove xen_domain_type enum/variableElliott Mitchell2023-11-281-14/+6
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* xen: move vcpu_info to common, leave hook for setupElliott Mitchell2023-07-211-0/+5
* xen: bump used interface versionRoger Pau Monné2023-03-091-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-071-2/+2
* xen: introduce xen_pv_disks_disabled()Julien Grall2021-07-281-2/+0
* xen/netfront: introduce xen_pv_nics_disabled()Julien Grall2021-07-281-1/+0
* xen/xen-os: move inclusion of machine/xen-os.h laterElliott Mitchell2021-07-281-6/+6
* xen/xen-os: don't let anyone else defining __XEN_INTERFACE_VERSION__Julien Grall2021-07-281-2/+0
* xen: remove hypervisor_infoMitchell Horne2021-05-171-21/+6
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-191-8/+52
* xen: add support for canceled suspendRoger Pau Monné2017-03-071-0/+2
* xen: Correct typo in #undef for symbol NBPLRoger Pau Monné2016-06-061-1/+1
* xen/intr: fix the event channel enabled per-cpu maskRoger Pau Monné2015-11-051-0/+6
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-3/+25
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-0/+3
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-081-0/+7
* Make this compile with gcc.Warner Losh2014-04-051-1/+0
* Revert last change, it breaks other things.Warner Losh2014-03-191-0/+1
* Remove redunant declaration. gcc complains while clang doesn't.Warner Losh2014-03-191-1/+0
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-111-0/+4
* xen: add macro to detect if running as Dom0Roger Pau Monné2014-03-111-0/+7
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-111-0/+4
* Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silenceDimitry Andric2013-10-181-2/+0
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-0/+95