summaryrefslogtreecommitdiff
path: root/drivers/base/power/main.c
AgeCommit message (Expand)Author
2011-11-30Revert "PM: Prevent waiting forever on asynchronous resume after abort"Colin Cross
2011-11-30Revert "PM: Wait for completion of the parent resume before resuming"Colin Cross
2011-11-30PM: Increase dpm suspend timeoutBenoit Goby
2011-11-30PM: Change dpm watchdog to support async suspendBenoit Goby
2011-11-30PM: Dump suspend thread stack on dpm suspend timeoutBenoit Goby
2011-11-30PM: Wait for completion of the parent resume before resumingBenoit Goby
2011-11-30PM: Prevent waiting forever on asynchronous resume after abortColin Cross
2011-11-30drivers: power: Add watchdog timer to catch drivers which lockup during suspend.San Mehat
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki
2011-06-21PM: Fix async resume following suspend failureAlan Stern
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki
2011-04-26PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki
2011-03-15PM: Add support for device power domainsRafael J. Wysocki
2011-03-15PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-24PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki
2010-12-24PM: Permit registration of parentless devices during system suspendRafael J. Wysocki
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-12-24PM: Remove redundant checks from core device resume routinesRafael J. Wysocki
2010-12-24PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki
2010-12-24PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki
2010-12-24PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki
2010-12-24PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-11-11PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-17PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki
2010-10-17PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki
2010-01-11power: fix kernel-doc notationRandy Dunlap
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki