-
pm-fixes-for-3.3-rc3d020283d · ·
Power management fixes for 3.3-rc3 Three power management regression fixes, one for a recent regression introcuded by the freezer changes during the 3.3 merge window and two for regressions in cpuidle (resulting from PM QoS changes) and in the hibernate user space interface, both introduced during the 3.2 development cycle.
-
pm-fix-for-3.3-rc2181e9bde · ·
Power management fix for 3.3-rc2 Fix for a hibernate (s2disk) regression introduced during the 3.2 merge window that causes s2disk to trigger BUG_ON() in freeze_workqueues_begin() if there is not enough swap space to save the image.
-
pm-fixes-for-3.3e4c89a50 · ·
Power management fixes for 3.3 Two fixes for regressions introduced during the merge window, one fix for a long-standing obscure issue in the computation of hibernate image size and two small PM documentation fixes. Namhyung Kim (1): PM / Hibernate: Correct additional pages number calculation Srivatsa S. Bhat (1): PM / Hibernate: Rewrite unlock_system_sleep() to fix s2disk regression Tetsuo Handa (1): PM / Sleep: Fix read_unlock_usermodehelper() call. Viresh Kumar (2): PM / Documentation: Fix spelling mistake in basic-pm-debugging.txt PM / Documentation: Fix minor issue in freezing_of_tasks.txt Documentation/power/basic-pm-debugging.txt | 2 +- Documentation/power/freezing-of-tasks.txt | 8 ++++---- drivers/base/firmware_class.c | 3 +-- include/linux/suspend.h | 19 +++++++++++++++++-- kernel/power/snapshot.c | 3 ++- 5 files changed, 25 insertions(+), 10 deletions(-)