aboutsummaryrefslogtreecommitdiff
path: root/sys/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/xen: remove PVHv1 codeRoger Pau Monné2021-05-174-121/+0
* xen: remove hypervisor_infoMitchell Horne2021-05-171-21/+6
* xen: move x86-specific xen_vector_callback_enabled to sys/x86Julien Grall2021-03-151-3/+0
* xen/xenusb: always include xen/xen-os.h rather than machine/xen/xen-os.hJulien Grall2021-03-152-2/+2
* xen: remove .swp file from public headersRoger Pau Monné2021-01-111-0/+0
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-111-0/+2
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-112-0/+14
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-111-0/+15
* xen: update interface headersRoger Pau Monné2021-01-1167-1202/+8785
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-302-0/+26
* xen/xenstore: remove unused functionsRoger Pau Monné2020-12-302-98/+0
* xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0124-75/+10
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-5/+5
* xen: introduce a new way to setup event channel upcallRoger Pau Monné2019-01-301-0/+1
* xen: legacy PVH fixes for the new interrupt countRoger Pau Monné2018-09-131-0/+10
* xen: add missing file from r336474Roger Pau Monné2018-07-191-0/+159
* xen: implement early init helper for PVHv2Roger Pau Monné2018-07-191-0/+3
* xen: allow very early initialization of the hypercall pageRoger Pau Monné2018-07-191-0/+8
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-192-10/+73
* xen: add PVHv2 entry pointRoger Pau Monné2018-07-191-1/+11
* xen: remove dead code from gnttab.hRoger Pau Monné2018-05-251-42/+0
* xen: fix gntdevRoger Pau Monné2018-05-021-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+6
* xenstore: fix suspension when using the xenstore deviceRoger Pau Monné2017-03-071-0/+11
* xen: add support for canceled suspendRoger Pau Monné2017-03-072-0/+7
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-3/+3
* xen: fix IPI setup with EARLY_AP_STARTUPRoger Pau Monné2016-12-221-3/+2
* xen: add a grant-table user-space deviceRoger Pau Monné2016-10-311-0/+192
* xen/intr: add reference counts to event channelsRoger Pau Monné2016-10-311-0/+12
* xen/vchan: change license of header from Lesser GPL v2.1 to BSDRoger Pau Monné2016-09-301-10/+15
* xen: Correct typo in #undef for symbol NBPLRoger Pau Monné2016-06-061-1/+1
* xen: rewrite Xen error translationRoger Pau Monné2016-06-021-205/+1
* xen: add missing #define in include guard.Roger Pau Monné2016-06-021-0/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* xenbus: add a comment with the names of the generated accessorsRoger Pau Monné2016-01-151-1/+7
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-2/+0
* 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-214-58/+29
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-0669-2494/+4059
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-0/+3
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-141-13/+4
* Add support for Xen blkif indirect segment I/Os. This makes it possible forColin Percival2015-07-301-11/+160
* Garbage collect comments which related to the pre-r284296 support for aColin Percival2015-06-211-69/+3
* xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné2015-06-122-44/+6
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-082-0/+102