index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: sleep: Call dpm_async_fn() directly in each suspend phase
Rafael J. Wysocki
2024-02-05
1
-36
/
+25
*
PM: sleep: Move devices to new lists earlier in each suspend phase
Rafael J. Wysocki
2024-02-05
1
-21
/
+3
*
PM: sleep: Move some assignments from under a lock
Rafael J. Wysocki
2024-02-05
1
-7
/
+21
*
PM: sleep: stats: Log errors right after running suspend callbacks
Rafael J. Wysocki
2024-02-05
1
-36
/
+13
*
PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
Rafael J. Wysocki
2024-02-05
1
-3
/
+17
*
PM: sleep: stats: Define suspend_stats next to the code using it
Rafael J. Wysocki
2024-02-05
1
-1
/
+0
*
PM: sleep: stats: Use an array of step failure counters
Rafael J. Wysocki
2024-02-05
1
-13
/
+9
*
PM: sleep: Relocate two device PM core functions
Rafael J. Wysocki
2024-01-26
1
-29
/
+29
*
PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
Rafael J. Wysocki
2024-01-26
1
-11
/
+5
*
PM: sleep: Restore asynchronous device resume optimization
Rafael J. Wysocki
2024-01-10
1
-53
/
+64
*
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
2024-01-03
1
-80
/
+68
*
PM: core: Remove unnecessary (void *) conversions
Li zeming
2023-04-07
1
-6
/
+6
*
-
.
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
2022-03-18
1
-5
/
+5
|
\
\
|
*
|
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
2022-03-08
1
-5
/
+5
|
|
/
*
/
PM: core: keep irq flags in device_pm_check_callbacks()
Dmitry Baryshkov
2022-03-10
1
-2
/
+4
|
/
*
PM: sleep: Fix error handling in dpm_prepare()
Rafael J. Wysocki
2021-12-17
1
-1
/
+1
*
PM: sleep: Avoid calling put_device() under dpm_list_mtx
Rafael J. Wysocki
2021-11-05
1
-27
/
+57
*
PM: sleep: Fix runtime PM based cpuidle support
Ulf Hansson
2021-11-04
1
-0
/
+1
*
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
2021-10-26
1
-7
/
+1
*
PM: suspend: Do not pause cpuidle in the suspend-to-idle path
Rafael J. Wysocki
2021-10-26
1
-5
/
+6
*
PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...
Rafael J. Wysocki
2021-10-22
1
-4
/
+5
*
PM: sleep: core: Avoid setting power.must_resume to false
Prasad Sodagudi
2021-09-07
1
-1
/
+1
*
PM: sleep: Use ktime_us_delta() in initcall_debug_report()
Mark-PK Tsai
2021-07-01
1
-4
/
+1
*
PM: sleep: Use dev_printk() when possible
Bjorn Helgaas
2021-01-27
1
-4
/
+5
*
PM: sleep: Add dev_wakeup_path() helper
Patrice Chotard
2020-11-23
1
-2
/
+2
*
PM: sleep: Print driver flags for all devices during suspend/resume
Chen Yu
2020-11-10
1
-2
/
+2
*
PM: sleep: remove unreachable break
Tom Rix
2020-10-22
1
-1
/
+0
*
PM: sleep: core: Fix the handling of pending runtime resume requests
Rafael J. Wysocki
2020-08-25
1
-6
/
+10
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
power: use show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
Merge back system-wide PM updates for v5.8.
Rafael J. Wysocki
2020-04-24
1
-237
/
+111
|
\
|
*
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
2020-04-24
1
-1
/
+1
|
*
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
2020-04-24
1
-1
/
+1
|
*
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
2020-04-24
1
-7
/
+6
|
*
PM: sleep: core: Rename dev_pm_may_skip_resume()
Rafael J. Wysocki
2020-04-24
1
-4
/
+4
|
*
PM: sleep: core: Rework the power.may_skip_resume handling
Rafael J. Wysocki
2020-04-24
1
-8
/
+2
|
*
PM: sleep: core: Do not skip callbacks in the resume phase
Rafael J. Wysocki
2020-04-24
1
-43
/
+42
|
*
PM: sleep: core: Fold functions into their callers
Rafael J. Wysocki
2020-04-20
1
-138
/
+60
|
*
PM: sleep: core: Simplify the SMART_SUSPEND flag handling
Rafael J. Wysocki
2020-04-20
1
-79
/
+39
*
|
PM: sleep: core: Switch back to async_schedule_dev()
Kai-Heng Feng
2020-04-22
1
-1
/
+1
|
/
*
PM: sleep: core: Drop racy and redundant checks from device_prepare()
Rafael J. Wysocki
2020-04-01
1
-6
/
+1
*
PM: sleep: core: Use built-in RCU list checking
Madhuparna Bhowmik
2020-03-04
1
-4
/
+8
*
PM: core: Fix handling of devices deleted during system-wide resume
Rafael J. Wysocki
2020-01-24
1
-5
/
+37
*
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
Rafael J. Wysocki
2019-07-23
1
-18
/
+12
*
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
2019-07-23
1
-5
/
+0
*
PM: sleep: Drop dev_pm_skip_next_resume_phases()
Rafael J. Wysocki
2019-07-04
1
-16
/
+3
*
PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() take
Bart Van Assche
2019-06-14
1
-6
/
+11
*
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-3
/
+1
|
\
|
*
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
2019-04-04
1
-3
/
+1
*
|
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-3
/
+3
|
\
\
[next]