summaryrefslogtreecommitdiff
path: root/sys/dev/xen/control
AgeCommit message (Expand)Author
2025-10-06power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo
2024-10-07xen: remove PV suspend/resume support copyrightRoger Pau Monné
2024-10-07xen: expose support for poweroff/reboot/suspend on xenbusRoger Pau Monné
2023-11-28xen/dev: remove __unused from driver argument of identify functionsElliott Mitchell
2023-11-23xen: improve shutdown hookMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-26Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-07xen: switch to use headers in contribElliott Mitchell
2022-01-13xen: use an hypercall for shutdown and rebootRoger Pau Monné
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-07-28xen/control: print warning on call of xctrl_suspend()Julien Grall
2021-07-28xen/control: introduce xen_pv_shutdown_handler()Julien Grall
2021-07-28xen/control: gate x86 specific code in the preprocessorElliott Mitchell
2020-12-30xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné
2020-11-05Suspend all writeable local filesystems on power suspend.Konstantin Belousov
2020-09-01dev/xen: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-10Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov
2020-05-28xen/control: short circuit xctrl_on_watch_event on spurious eventRoger Pau Monné
2019-10-01xen/ctrl: acknowledge all control requestsRoger Pau Monné
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-07xenstore: fix suspension when using the xenstore deviceRoger Pau Monné
2017-03-07xen: add support for canceled suspendRoger Pau Monné
2016-05-14Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin
2016-05-11xen/resume: only send BITMAP IPIs if CPUs > 1Roger Pau Monné
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-05-02xen/control: improve suspend/resumeRoger Pau Monné
2016-04-05Remove a redundant check.John Baldwin
2015-11-18xen: fix dropping bitmap IPIs during resumeRoger Pau Monné
2015-10-21xen: Code cleanup and small bug fixesRoger Pau Monné
2015-08-06Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin
2015-04-30Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin
2014-06-16xen: unify gnttab initialization for PVHVM and PVHRoger Pau Monné
2014-06-16xen: add shutdown hook for PVHRoger Pau Monné
2013-11-09On XenServer the "halt" message is used instead of "poweroff", whichJustin T. Gibbs
2013-10-07Initialize a variable in sys/dev/xen/control/control.c, to silence a gccDimitry Andric
2013-09-20Add support for suspend/resume/migration operations when running as aJustin T. Gibbs
2013-08-29Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs
2013-01-03- Fix !SMP build.Marius Strobl
2011-09-20Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs
2011-06-13Remove pc_cpumask and pc_other_cpus usage from MI code.Attilio Rao
2011-06-11Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs
2011-05-05Commit the support for removing cpumask_t and replacing it directly withAttilio Rao
2010-10-19Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs