summaryrefslogtreecommitdiffstats
path: root/kernel/power/main.c
AgeCommit message (Expand)AuthorLines
2017-07-04PM / sleep: constify attribute_group structuresArvind Yadav-1/+1
2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki-3/+85
2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla-0/+1
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang-2/+9
2016-01-04PM / sleep: Add support for read-only sysfs attributesRafael J. Wysocki-15/+2
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates-0/+17
2015-05-13PM / sleep: Fix symbol name in a comment in kernel/power/main.cRafael J. Wysocki-1/+1
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu-1/+1
2014-07-27Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki-10/+11
2014-07-23PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki-4/+0
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki-10/+11
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook-4/+2
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki-6/+6
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki-4/+5
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki-8/+8
2014-03-12PM: Add missing "freeze" stateGeert Uytterhoeven-2/+2
2013-06-27PM / Sleep: Warn about system time after resume with pm_traceShuah Khan-0/+4
2013-06-21PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner-0/+2
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei-0/+27
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter-1/+1
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki-32/+44
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda-0/+33
2012-05-05PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg-1/+1
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki-0/+41
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki-19/+100
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki-5/+3
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/+6
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat-2/+2
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat-3/+3
2011-11-19PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat-1/+2
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-10-16PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki-2/+2
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu-0/+102
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita-2/+3
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki-13/+0
2011-03-15PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki-1/+11
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo-1/+1
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan-0/+18
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki-4/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki-0/+1
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki-1/+1
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki-0/+55
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki-1/+30
2009-12-06PM / Runtime: Export the PM runtime workqueueAlan Stern-0/+1
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki-0/+17
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki-503/+0