aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/control/control.c
Commit message (Expand)AuthorAgeFilesLines
* xen: remove PV suspend/resume support copyrightRoger Pau Monné2024-10-071-34/+1
* xen: expose support for poweroff/reboot/suspend on xenbusRoger Pau Monné2024-10-071-0/+25
* xen/dev: remove __unused from driver argument of identify functionsElliott Mitchell2023-11-281-1/+1
* xen: improve shutdown hookMitchell Horne2023-11-231-5/+11
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric2022-07-261-5/+5
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-071-2/+2
* xen: use an hypercall for shutdown and rebootRoger Pau Monné2022-01-131-12/+6
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-5/+4
* xen/control: print warning on call of xctrl_suspend()Julien Grall2021-07-281-1/+9
* xen/control: introduce xen_pv_shutdown_handler()Julien Grall2021-07-281-1/+1
* xen/control: gate x86 specific code in the preprocessorElliott Mitchell2021-07-281-0/+4
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-301-0/+6
* Suspend all writeable local filesystems on power suspend.Konstantin Belousov2020-11-051-0/+3
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+3
* Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov2020-06-101-1/+0
* xen/control: short circuit xctrl_on_watch_event on spurious eventRoger Pau Monné2020-05-281-1/+1
* xen/ctrl: acknowledge all control requestsRoger Pau Monné2019-10-011-6/+5
* 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