| /linux/Documentation/power/ |
| H A D | basic-pm-debugging.rst | 2 Debugging hibernation and suspend 7 1. Testing hibernation (aka suspend to disk or STD) 10 To check if hibernation works, you can try to hibernate in the "reboot" mode:: 15 and the system should create a hibernation image, reboot, resume and get back to 17 hibernation is most likely to work correctly. Still, you need to repeat the 22 systems might be necessary to make hibernation work. Thus, if your machine 29 which is the default and recommended mode of hibernation. 31 Unfortunately, the "platform" mode of hibernation does not work on some systems 32 with broken BIOSes. In such cases the "shutdown" mode of hibernation might 41 If neither "platform" nor "shutdown" hibernation mode works, you will need to [all …]
|
| H A D | freezing-of-tasks.rst | 11 kernel threads are controlled during hibernation or system-wide suspend (on some 21 system enters a sleep state as well as before a hibernation image is created 22 (hibernation is directly covered by what follows, but the description applies 25 Namely, as the first step of the hibernation procedure the function 77 After the system memory state has been restored from a hibernation image and 118 hibernation. At the moment we have no simple means of checkpointing 121 modifications. At the same time each hibernation image contains some 127 modified after the hibernation image has been created and before the 132 2. Next, to create the hibernation image we need to free a sufficient amount of 139 callbacks before hibernation, but this is a separate issue.] [all …]
|
| H A D | drivers-testing.rst | 13 several times, preferably several times in a row, and separately for hibernation 30 a) Build the driver as a module, load it and try the test modes of hibernation 37 hibernation.
|
| H A D | userland-swsusp.rst | 71 return the actual size of the hibernation image 100 enable/disable the hibernation platform support, 104 make the kernel transition the system to the hibernation
|
| H A D | swsusp.rst | 51 - If you would like to write hibernation image to swap and then suspend 69 if found, it then checks the contents for the hibernation image signature. 70 If both are found, it resumes the hibernation image. 106 parameter, it saves hibernation image without compression. 196 kernel threads are controlled during hibernation or system-wide suspend (on
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel-rapid-start | 6 1: Wake to enter hibernation when the wakeup timer expires 7 2: Wake to enter hibernation when the battery reaches a 11 indicates that the system will wake to enter hibernation when 20 remain asleep before waking up to enter hibernation.
|
| /linux/Documentation/driver-api/pm/ |
| H A D | notifiers.rst | 14 before hibernation/suspend or after restore/resume, but they require the system 24 ``->resume()`` routine. A suspend/hibernation notifier may be used for that. 36 The system memory state has been restored from a hibernation image or an 37 error occurred during hibernation. Device restore callbacks have been 41 The system is going to restore a hibernation image. If all goes well, 46 An error occurred during restore from hibernation. Device restore 66 The hibernation and suspend notifiers are called with :c:data:`pm_mutex` held.
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 23 hibernation and up to three variants of system suspend. The sleep states that 118 It takes three system state changes to put it into hibernation and two system 121 First, when hibernation is triggered, the kernel stops all system activity and 139 (referred to as the ``restore kernel``) looks for a hibernation image in 145 image kernel restores the system to the pre-hibernation state and allows user 169 :ref:`hibernation <hibernation>`, :ref:`suspend-to-idle <s2idle>` and 197 This file controls the operating mode of hibernation (Suspend-to-Disk). 199 hibernation image. 211 hibernation image (platforms with ACPI do that as a rule, for 224 the hibernation image and continue. Otherwise, use the image [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 1 What: /sys/bus/vmbus/hibernation 5 Description: Whether the host supports hibernation for the VM. 6 Users: Daemon that sets up swap partition/file for hibernation.
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | firmware-activate.rst | 42 run firmware activation from within the equivalent of the hibernation 45 firmware activation without this hibernation cycle. The
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_driver.c | 1163 static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation) in i915_drm_suspend_late() argument 1170 bool s2idle = !hibernation && suspend_to_idle(dev_priv); in i915_drm_suspend_late() 1197 static int i915_drm_suspend_noirq(struct drm_device *dev, bool hibernation) in i915_drm_suspend_noirq() argument 1217 if (hibernation && GRAPHICS_VER(dev_priv) < 6) in i915_drm_suspend_noirq()
|
| /linux/scripts/package/ |
| H A D | PKGBUILD | 61 # systemd expects to find the kernel here to allow hibernation
|
| /linux/Documentation/driver-api/ |
| H A D | rfkill.rst | 76 suspend/hibernation, in which case it will be necessary to update the rfkill
|
| /linux/Documentation/driver-api/usb/ |
| H A D | persist.rst | 58 available during hibernation (also known as swsusp or suspend-to-disk).
|
| H A D | power-management.rst | 325 waking up from hibernation, as many systems do not maintain suspend 326 current to the USB host controllers during hibernation. (It's 327 possible to work around the hibernation-forces-disconnect problem by
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 72 SWSUSP Software suspend (hibernation) is enabled. 363 signature during resume from hibernation, and gracefully 377 ACPI NVS memory during suspend/hibernation and resume. 1996 noresume Don't check if there's a hibernation image 1998 nocompress Don't compress/decompress hibernation images. 1999 no Disable hibernation and resume. 2005 used with hibernation. 2010 compress/decompress hibernation image. 2013 compress/decompress hibernation image. 2017 Sets the number of seconds to remain in a hibernation test [all …]
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 639 static BUS_ATTR_RO(hibernation);
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 8396 hibernation of the host; however the VMM needs to manually save/restore the
|