summaryrefslogtreecommitdiffstats
path: root/kernel/power/suspend.c
AgeCommit message (Expand)AuthorLines
2012-03-28PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki-7/+0
2012-02-17PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki-6/+12
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki-1/+1
2012-02-17PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki-29/+27
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza-5/+1
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki-2/+2
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat-2/+2
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo-5/+3
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker-0/+1
2011-10-16PM / Suspend: Off by one in pm_suspend()Dan Carpenter-1/+1
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu-3/+14
2011-07-15PM / Suspend: Export suspend_set_ops, suspend_valid_only_memKevin Hilman-0/+2
2011-07-15PM / Suspend: Add .suspend_again() callback to suspend_opsMyungJoo Ham-6/+12
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki-7/+1
2011-05-17PM / Suspend: Do not ignore error codes returned by suspend_enter()MyungJoo Ham-1/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki-7/+1
2011-05-11PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctlRafael J. Wysocki-2/+2
2011-04-18PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki-1/+4
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki-0/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2011-01-05perf: Add calls to suspend trace pointJean Pihet-0/+3
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina-3/+2
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki-3/+2
2010-11-16suspend: constify platform_suspend_opsLionel Debroux-2/+2
2010-07-19PM / Suspend: Fix ordering of calls in suspend error pathsRafael J. Wysocki-5/+4
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki-1/+3
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki-0/+3
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki-0/+300