summaryrefslogtreecommitdiffstats
path: root/kernel/power/main.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada2017-08-181-1/+1
* PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki2017-07-241-5/+3
* PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2017-07-231-3/+7
* PM / sleep: Do not print debug messages by defaultRafael J. Wysocki2017-07-221-0/+52
* PM / sleep: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
* PM / sleep: System sleep state selection interface reworkRafael J. Wysocki2016-11-211-3/+85
* PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla2016-09-131-0/+1
* PM / sleep: make PM notifiers called symmetricallyLianwei Wang2016-06-281-2/+9
* PM / sleep: Add support for read-only sysfs attributesRafael J. Wysocki2016-01-041-15/+2
* PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-161-0/+17
* PM / sleep: Fix symbol name in a comment in kernel/power/main.cRafael J. Wysocki2015-05-131-1/+1
* PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-181-1/+1
*-. Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki2014-07-271-10/+11
|\ \
| | * PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki2014-07-211-10/+11
| |/
* | PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki2014-07-231-4/+0
|/
* PM / hibernate: introduce "nohibernate" boot parameterKees Cook2014-06-161-4/+2
* PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki2014-05-261-6/+6
* PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki2014-05-261-4/+5
* PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki2014-05-261-8/+8
* PM: Add missing "freeze" stateGeert Uytterhoeven2014-03-121-2/+2
* PM / Sleep: Warn about system time after resume with pm_traceShuah Khan2013-06-271-0/+4
* PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-211-0/+2
* suspend: enable freeze timeout configuration through sysLi Fei2013-02-091-0/+27
* PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-091-1/+1
* PM / sysfs: replace strict_str* with kstrto*Daniel Walter2012-11-151-1/+1
* PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki2012-07-011-32/+44
* PM / Sleep: add knob for printing device resume timesSameer Nanda2012-07-011-0/+33
* PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg2012-05-051-1/+1
* PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-011-0/+41
* PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-011-19/+100
* PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki2012-02-171-5/+3
* PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2012-02-091-5/+1
* PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-2/+6
* PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-081-2/+2
* PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat2011-11-231-3/+3
* PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat2011-11-191-1/+2
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki2011-10-161-2/+2
* PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2011-10-161-0/+102
* PM: Improve error code of pm_notifier_call_chain()Akinobu Mita2011-07-151-2/+3
* PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki2011-05-171-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-13/+0
* PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki2011-03-151-1/+11
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+18
* PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-171-4/+4
* PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki2010-10-171-0/+1
* PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki2010-10-171-1/+1
* PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-191-0/+55
OpenPOWER on IntegriCloud