aboutsummaryrefslogtreecommitdiff
path: root/kernel/power/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Gravatar Rafael J. Wysocki 1-0/+5
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itGravatar Rafael J. Wysocki 1-13/+63
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersGravatar Rafael J. Wysocki 1-3/+3
2024-02-05PM: sleep: stats: Use an array of step failure countersGravatar Rafael J. Wysocki 1-24/+27
2024-02-05PM: sleep: stats: Use array of suspend step namesGravatar Rafael J. Wysocki 1-32/+18
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Gravatar Kevin Hao 1-16/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+27
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeGravatar Mario Limonciello 1-0/+6
2023-06-09mm: page_alloc: move pm_* function into powerGravatar Kefeng Wang 1-0/+27
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateGravatar Mario Limonciello 1-12/+47
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-3/+3
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsGravatar Peter Zijlstra 1-6/+10
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-1/+4
2022-04-22PM: CXL: Disable suspendGravatar Dan Williams 1-1/+4
2022-04-13PM: sleep: enable dynamic debug support within pm_pr_dbg()Gravatar David Cohen 1-29/+0
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingGravatar Rafael J. Wysocki 1-1/+4
2021-08-16PM: sleep: unmark 'state' functions as kernel-docGravatar Randy Dunlap 1-1/+1
2021-02-12PM: sleep: Constify static struct attribute_groupGravatar Rikard Falkeborn 1-1/+1
2020-09-01notifier: Fix broken error handling patternGravatar Peter Zijlstra 1-4/+4
2020-04-02PM: sleep: Add pm_debug_messages kernel command line optionGravatar Chen Yu 1-0/+7
2020-01-16PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorGravatar Jonas Meurer 1-0/+33
2019-10-10PM: sleep: include <linux/pm_runtime.h> for pm_wqGravatar Ben Dooks 1-0/+1
2019-08-16PM: sleep: Replace strncmp() with str_has_prefix()Gravatar Chuhong Yuan 1-1/+1
2019-08-05PM/sleep: Expose suspend stats in sysfsGravatar Kalesh Singh 1-2/+95
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-3/+1
2019-04-02PM / sleep: Measure the time of filesystems syncingGravatar Harry Pan 1-2/+7
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationGravatar Harry Pan 1-0/+9
2018-12-12PM / sleep: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-13/+2
2018-08-06PM / reboot: Eliminate race between reboot and suspendGravatar Pingfan Liu 1-6/+6
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-2/+3
2018-01-10PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesGravatar Bart Van Assche 1-0/+29
2017-08-18ACPI / PM: Check low power idle constraints for debug onlyGravatar Srinivas Pandruvada 1-1/+1
2017-07-24PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGGravatar Rafael J. Wysocki 1-5/+3
2017-07-23PM / timekeeping: Print debug messages when requestedGravatar Rafael J. Wysocki 1-3/+7
2017-07-22PM / sleep: Do not print debug messages by defaultGravatar Rafael J. Wysocki 1-0/+52
2017-07-04PM / sleep: constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2016-11-21PM / sleep: System sleep state selection interface reworkGravatar Rafael J. Wysocki 1-3/+85
2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsGravatar Sudeep Holla 1-0/+1
2016-06-28PM / sleep: make PM notifiers called symmetricallyGravatar Lianwei Wang 1-2/+9
2016-01-04PM / sleep: Add support for read-only sysfs attributesGravatar Rafael J. Wysocki 1-15/+2
2015-09-16PM / sleep: Report interrupt that caused system wakeupGravatar Alexandra Yates 1-0/+17
2015-05-13PM / sleep: Fix symbol name in a comment in kernel/power/main.cGravatar Rafael J. Wysocki 1-1/+1
2015-03-18PM / sleep: add pm-trace support for suspending phaseGravatar Zhonghui Fu 1-1/+1
2014-07-27Merge branches 'pm-apm' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-10/+11
2014-07-23PM: Create PM workqueue if runtime PM is not configured tooGravatar Rafael J. Wysocki 1-4/+0
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeGravatar Rafael J. Wysocki 1-10/+11
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterGravatar Kees Cook 1-4/+2
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationGravatar Rafael J. Wysocki 1-6/+6
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyGravatar Rafael J. Wysocki 1-4/+5
2014-05-26PM / sleep: Add state field to pm_states[] entriesGravatar Rafael J. Wysocki 1-8/+8