aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2011-02-23PM: Add support for device power domainsRafael J. Wysocki
2011-02-23PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern
2011-01-18PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern
2011-01-18PM / Runtime: Fix typo in status comparison causing warningKevin Winchester
2011-01-18PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei
2011-01-18PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki
2011-01-18PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki
2011-01-18PM / Runtime: Implement autosuspend supportAlan Stern
2011-01-18PM / Runtime: Add no_callbacks flagAlan Stern
2011-01-18PM / Runtime: Combine runtime PM entry pointsAlan Stern
2011-01-18PM / Runtime: Merge synchronous and async runtime routinesAlan Stern
2011-01-18PM / Runtime: Replace boolean arguments with bitflagsAlan Stern
2011-01-18PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern
2011-01-18PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven
2011-01-18PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen
2011-01-18PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen
2010-12-15[Android]: suspend/resume: Dump stack trace on resume hangJonas Aaberg
2010-10-08Merge remote branch 'stable/linux-2.6.35.y' into android-2.6.35Dima Zavin
2010-09-26PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross
2010-09-01PM: Prevent waiting forever on asynchronous resume after abortColin Cross
2010-07-22drivers: power: Add watchdog timer to catch drivers which lockup during suspend.San Mehat
2010-05-10PM / Runtime: Add sysfs debug filesDominik Brodowski
2010-05-10PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern
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-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki
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 facility for advanced testing of async suspend/resumeRafael 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-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki
2010-01-11power: fix kernel-doc notationRandy Dunlap
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki
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
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek
2009-11-03PM: Fix warning on suspend errorsRomit Dasgupta
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng