aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16PM: sleep: unmark 'state' functions as kernel-docRandy Dunlap1-1/+1
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra1-4/+4
2020-04-02PM: sleep: Add pm_debug_messages kernel command line optionChen Yu1-0/+7
2020-01-16PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorJonas Meurer1-0/+33
2019-10-10PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks1-0/+1
2019-08-16PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan1-1/+1
2019-08-05PM/sleep: Expose suspend stats in sysfsKalesh Singh1-2/+95
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan1-2/+7
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan1-0/+9
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+2
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-6/+6
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-2/+3
2018-01-10PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesBart Van Assche1-0/+29
2017-08-18ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada1-1/+1
2017-07-24PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki1-5/+3
2017-07-23PM / timekeeping: Print debug messages when requestedRafael J. Wysocki1-3/+7
2017-07-22PM / sleep: Do not print debug messages by defaultRafael J. Wysocki1-0/+52
2017-07-04PM / sleep: constify attribute_group structuresArvind Yadav1-1/+1
2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki1-3/+85
2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla1-0/+1
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang1-2/+9
2016-01-04PM / sleep: Add support for read-only sysfs attributesRafael J. Wysocki1-15/+2
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates1-0/+17
2015-05-13PM / sleep: Fix symbol name in a comment in kernel/power/main.cRafael J. Wysocki1-1/+1
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu1-1/+1
2014-07-27Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki1-10/+11
2014-07-23PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki1-4/+0
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki1-10/+11
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook1-4/+2
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki1-6/+6
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki1-4/+5
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki1-8/+8
2014-03-12PM: Add missing "freeze" stateGeert Uytterhoeven1-2/+2
2013-06-27PM / Sleep: Warn about system time after resume with pm_traceShuah Khan1-0/+4
2013-06-21PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner1-0/+2
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei1-0/+27
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter1-1/+1
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki1-32/+44
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda1-0/+33
2012-05-05PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg1-1/+1
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+41
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki1-19/+100
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki1-5/+3
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza1-5/+1
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-2/+6
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat1-2/+2
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat1-3/+3