forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Documentation/power/00-INDEX Signed-off-by: Rob Landley <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
00-INDEX | ||
- This file | ||
basic-pm-debugging.txt | ||
- Debugging suspend and resume | ||
devices.txt | ||
- How drivers interact with system-wide power management | ||
drivers-testing.txt | ||
- Testing suspend and resume support in device drivers | ||
freezing-of-tasks.txt | ||
- How processes and controlled during suspend | ||
interface.txt | ||
- Power management user interface in /sys/power | ||
notifiers.txt | ||
- Registering suspend notifiers in device drivers | ||
pci.txt | ||
- How the PCI Subsystem Does Power Management | ||
s2ram.txt | ||
- How to get suspend to ram working (and debug it when it isn't) | ||
states.txt | ||
- System power management states | ||
swsusp-and-swap-files.txt | ||
- Using swap files with software suspend (to disk) | ||
swsusp-dmcrypt.txt | ||
- How to use dm-crypt and software suspend (to disk) together | ||
swsusp.txt | ||
- Goals, implementation, and usage of software suspend (ACPI S3) | ||
tricks.txt | ||
- How to trick software suspend (to disk) into working when it isn't | ||
userland-swsusp.txt | ||
- Experimental implementation of software suspend in userspace | ||
video_extension.txt | ||
- ACPI video extensions | ||
video.txt | ||
- Video issues during resume from suspend |