Age | Commit message (Expand) | Author |
2014-11-08 | PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is set | Dmitry Eremin-Solenikov |
2014-09-30 | ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idle | Rafael J. Wysocki |
2014-09-30 | PM / sleep: Rename platform suspend/resume functions in suspend.c | Rafael J. Wysocki |
2014-09-30 | PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq() | Rafael J. Wysocki |
2014-09-22 | PM / sleep: new suspend_resume trace event for console resume | Todd E Brandt |
2014-09-03 | PM / sleep: Fix test_suspend= command line option | Rafael J. Wysocki |
2014-08-06 | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-08-04 | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2014-07-23 | PM / sleep: Move platform suspend operations to separate functions | Rafael J. Wysocki |
2014-07-21 | PM / sleep: Simplify sleep states sysfs interface code | Rafael J. Wysocki |
2014-07-17 | PM / Sleep: Remove ftrace_stop/start() from suspend and hibernate | Steven Rostedt (Red Hat) |
2014-07-15 | PM / sleep: fix freeze_ops NULL pointer dereferences | Zhang Rui |
2014-06-07 | PM / sleep: trace events for suspend/resume | Todd E Brandt |
2014-06-07 | Merge branch 'acpi-pm' into pm-sleep | Rafael J. Wysocki |
2014-05-26 | PM / sleep: Introduce command line argument for sleep state enumeration | Rafael J. Wysocki |
2014-05-26 | PM / sleep: Use valid_state() for platform-dependent sleep states only | Rafael J. Wysocki |
2014-05-26 | PM / sleep: Add state field to pm_states[] entries | Rafael J. Wysocki |
2014-05-20 | Merge branch 'pm-sleep' into acpi-pm | Rafael J. Wysocki |
2014-05-16 | ACPI / PM: Hold ACPI scan lock over the "freeze" sleep state | Rafael J. Wysocki |
2014-05-07 | PM / suspend: Always use deepest C-state in the "freeze" sleep state | Rafael J. Wysocki |
2014-04-21 | PM / suspend: Make cpuidle work in the "freeze" state | Rafael J. Wysocki |
2014-04-07 | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza |
2014-03-11 | PM / suspend: Remove unnecessary !! | Viresh Kumar |
2013-07-26 | PM / Sleep: increase ftrace coverage in suspend/resume | Brandt, Todd E |
2013-06-11 | PM / wakeup: Adjust messaging for wake events during suspend | Bernie Thompson |
2013-04-05 | PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze state | Zhang Rui |
2013-04-05 | PM / sleep: add TEST_PLATFORM support for freeze state | Zhang Rui |
2013-02-09 | PM: Introduce suspend state PM_SUSPEND_FREEZE | Zhang Rui |
2012-08-08 | Revert "NMI watchdog: fix for lockup detector breakage on resume" | Rafael J. Wysocki |
2012-07-30 | NMI watchdog: fix for lockup detector breakage on resume | Sameer Nanda |
2012-07-01 | ftrace: Disable function tracing during suspend/resume and hibernation, again | Srivatsa S. Bhat |
2012-03-28 | PM / Sleep: Move disabling of usermode helpers to the freezer | Rafael J. Wysocki |
2012-02-17 | PM / Sleep: Drop suspend_stats_update() | Rafael J. Wysocki |
2012-02-17 | PM / Sleep: Make enter_state() in kernel/power/suspend.c static | Rafael J. Wysocki |
2012-02-17 | PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.c | Rafael J. Wysocki |
2012-02-09 | PM / Suspend: Avoid code duplication in suspend statistics update | Marcos Paulo de Souza |
2012-01-29 | PM / Sleep: Introduce "late suspend" and "early resume" of devices | Rafael J. Wysocki |
2011-12-08 | PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep() | Srivatsa S. Bhat |
2011-11-21 | freezer: clean up freeze_processes() failure path | Tejun Heo |
2011-10-31 | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker |
2011-10-31 | kernel: fix several implicit usasges of kmod.h | Paul Gortmaker |
2011-10-16 | PM / Suspend: Off by one in pm_suspend() | Dan Carpenter |
2011-10-16 | PM / Suspend: Add statistics debugfs file for suspend to RAM | ShuoX Liu |
2011-07-15 | PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem | Kevin Hilman |
2011-07-15 | PM / Suspend: Add .suspend_again() callback to suspend_ops | MyungJoo Ham |
2011-05-17 | Merge branch 'syscore' into for-linus | Rafael J. Wysocki |
2011-05-17 | PM / Suspend: Do not ignore error codes returned by suspend_enter() | MyungJoo Ham |
2011-05-11 | PM: Remove sysdev suspend, resume and shutdown operations | Rafael J. Wysocki |
2011-05-11 | PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctl | Rafael J. Wysocki |
2011-04-18 | PM: Fix error code paths executed after failing syscore_suspend() | Rafael J. Wysocki |