index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-03
PM: sleep: Add locking to dpm_async_resume_children()
Rafael J. Wysocki
1
-0
/
+7
2025-06-03
PM: sleep: Fix power.is_suspended cleanup for direct-complete devices
Rafael J. Wysocki
1
-1
/
+2
2025-06-03
PM: sleep: Fix list splicing in device suspend error paths
Rafael J. Wysocki
1
-3
/
+3
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-31
/
+185
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
1
-1
/
+1
2025-04-22
PM: sleep: Make suspend of devices more asynchronous
Rafael J. Wysocki
1
-8
/
+56
2025-04-22
PM: sleep: Suspend async parents after suspending children
Rafael J. Wysocki
1
-4
/
+63
2025-04-22
PM: sleep: Resume children after resuming the parent
Rafael J. Wysocki
1
-19
/
+66
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-22
PM: sleep: Fix bit masking operation
Colin Ian King
1
-1
/
+1
2025-03-14
PM: sleep: Fix handling devices with direct_complete set on errors
Rafael J. Wysocki
1
-4
/
+4
2025-03-12
PM: sleep: core: Fix indentation in dpm_wait_for_children()
Geert Uytterhoeven
1
-1
/
+1
2025-03-03
PM: sleep: Rearrange dpm_async_fn() and async state clearing
Rafael J. Wysocki
1
-14
/
+30
2025-03-03
PM: sleep: Rename power.async_in_progress to power.work_in_progress
Rafael J. Wysocki
1
-6
/
+6
2025-03-03
PM: core: Tweak pm_runtime_block_if_disabled() return value
Rafael J. Wysocki
1
-1
/
+1
2025-03-03
PM: sleep: Update power.smart_suspend under PM spinlock
Rafael J. Wysocki
1
-16
/
+19
2025-03-03
PM: sleep: Adjust check before setting power.must_resume
Rafael J. Wysocki
1
-7
/
+6
2025-03-03
PM: sleep: Suppress sleeping parent warning in special case
Xu Yang
1
-0
/
+7
2025-03-03
PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()
Rafael J. Wysocki
1
-7
/
+9
2025-02-19
PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally
Rafael J. Wysocki
1
-14
/
+49
2025-02-18
PM: Block enabling of runtime PM during system suspend
Rafael J. Wysocki
1
-0
/
+9
2025-02-18
PM: Rearrange documentation related to __pm_runtime_disable()
Rafael J. Wysocki
1
-0
/
+4
2025-02-09
PM: sleep: core: Restrict power.set_active propagation
Rafael J. Wysocki
1
-12
/
+9
2025-01-29
PM: sleep: core: Synchronize runtime PM status of parents and children
Rafael J. Wysocki
1
-9
/
+20
2025-01-14
PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic
Douglas Anderson
1
-5
/
+19
2024-12-05
PM: sleep: Update stale comment in device_resume()
Rafael J. Wysocki
1
-1
/
+1
2024-04-08
PM: sleep: Take advantage of %ps to simplify debug output
Len Brown
1
-3
/
+3
2024-02-05
PM: sleep: Call dpm_async_fn() directly in each suspend phase
Rafael J. Wysocki
1
-36
/
+25
2024-02-05
PM: sleep: Move devices to new lists earlier in each suspend phase
Rafael J. Wysocki
1
-21
/
+3
2024-02-05
PM: sleep: Move some assignments from under a lock
Rafael J. Wysocki
1
-7
/
+21
2024-02-05
PM: sleep: stats: Log errors right after running suspend callbacks
Rafael J. Wysocki
1
-36
/
+13
2024-02-05
PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
Rafael J. Wysocki
1
-3
/
+17
2024-02-05
PM: sleep: stats: Define suspend_stats next to the code using it
Rafael J. Wysocki
1
-1
/
+0
2024-02-05
PM: sleep: stats: Use an array of step failure counters
Rafael J. Wysocki
1
-13
/
+9
2024-01-26
PM: sleep: Relocate two device PM core functions
Rafael J. Wysocki
1
-29
/
+29
2024-01-26
PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
Rafael J. Wysocki
1
-11
/
+5
2024-01-10
PM: sleep: Restore asynchronous device resume optimization
Rafael J. Wysocki
1
-53
/
+64
2024-01-03
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
1
-80
/
+68
2023-04-07
PM: core: Remove unnecessary (void *) conversions
Li zeming
1
-6
/
+6
2022-03-18
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
1
-5
/
+5
2022-03-10
PM: core: keep irq flags in device_pm_check_callbacks()
Dmitry Baryshkov
1
-2
/
+4
2022-03-08
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
1
-5
/
+5
2021-12-17
PM: sleep: Fix error handling in dpm_prepare()
Rafael J. Wysocki
1
-1
/
+1
2021-11-05
PM: sleep: Avoid calling put_device() under dpm_list_mtx
Rafael J. Wysocki
1
-27
/
+57
2021-11-04
PM: sleep: Fix runtime PM based cpuidle support
Ulf Hansson
1
-0
/
+1
2021-10-26
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
1
-7
/
+1
2021-10-26
PM: suspend: Do not pause cpuidle in the suspend-to-idle path
Rafael J. Wysocki
1
-5
/
+6
2021-10-22
PM: sleep: Do not let "syscore" devices runtime-suspend during system transitions
Rafael J. Wysocki
1
-4
/
+5
2021-09-07
PM: sleep: core: Avoid setting power.must_resume to false
Prasad Sodagudi
1
-1
/
+1
[next]