index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: sleep: Take advantage of %ps to simplify debug output
Len Brown
2024-04-08
1
-3
/
+3
*
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
[next]