aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/control
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* xenstore: fix suspension when using the xenstore deviceRoger Pau Monné2017-03-071-0/+2
* xen: add support for canceled suspendRoger Pau Monné2017-03-071-5/+9
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+25
* xen/resume: only send BITMAP IPIs if CPUs > 1Roger Pau Monné2016-05-111-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* xen/control: improve suspend/resumeRoger Pau Monné2016-05-021-2/+12
* Remove a redundant check.John Baldwin2016-04-051-1/+1
* xen: fix dropping bitmap IPIs during resumeRoger Pau Monné2015-11-181-0/+4
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-1/+1
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-061-3/+0
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-130/+0
* xen: unify gnttab initialization for PVHVM and PVHRoger Pau Monné2014-06-161-2/+2
* xen: add shutdown hook for PVHRoger Pau Monné2014-06-161-19/+18
* On XenServer the "halt" message is used instead of "poweroff", whichJustin T. Gibbs2013-11-091-8/+1
* Initialize a variable in sys/dev/xen/control/control.c, to silence a gccDimitry Andric2013-10-071-0/+1
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-12/+65
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-7/+10
* - Fix !SMP build.Marius Strobl2013-01-031-13/+11
* Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs2011-09-201-9/+31
* Remove pc_cpumask and pc_other_cpus usage from MI code.Attilio Rao2011-06-131-4/+5
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-111-2/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-8/+13
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-191-0/+493