Skip to content

Commit 1da4b3f

Browse files
committed
Merge branches 'pm-runtime' and 'pm-sleep' into linux-next
* pm-runtime: PM: sysfs: Move debug runtime PM attributes to runtime_attrs[] PM: runtime: Add new devm functions * pm-sleep: PM: hibernate: add configurable delay for pm_test PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks() PM: wakeup: Add missing wakeup source attribute relax_count PM: sleep: Remove unnecessary !! PM: sleep: Use two lines for "Restarting..." / "done" messages PM: sleep: Make suspend of devices more asynchronous PM: sleep: Suspend async parents after suspending children PM: sleep: Resume children after resuming the parent PM: hibernate: Remove size arguments when calling strscpy()
3 parents e97ce89 + 495e7a6 + 50c9bb3 commit 1da4b3f

11 files changed

Lines changed: 269 additions & 53 deletions

File tree

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,13 @@
18281828
lz4: Select LZ4 compression algorithm to
18291829
compress/decompress hibernation image.
18301830

1831+
hibernate.pm_test_delay=
1832+
[HIBERNATION]
1833+
Sets the number of seconds to remain in a hibernation test
1834+
mode before resuming the system (see
1835+
/sys/power/pm_test). Only available when CONFIG_PM_DEBUG
1836+
is set. Default value is 5.
1837+
18311838
highmem=nn[KMG] [KNL,BOOT,EARLY] forces the highmem zone to have an exact
18321839
size of <nn>. This works even on boxes that have no
18331840
highmem otherwise. This also works to reduce highmem

0 commit comments

Comments
 (0)