index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PM
Kai-Heng Feng
1
-5
/
+0
2025-10-29
PM: runtime: Add new devm functions
Bence Csókás
1
-0
/
+44
2025-10-15
PM: sleep: core: Clear power.must_resume in noirq suspend error path
Rafael J. Wysocki
1
-1
/
+13
2025-08-28
PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
Rafael J. Wysocki
1
-0
/
+5
2025-07-24
pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_gov
Maulik Shah
1
-2
/
+16
2025-06-27
PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()
Charan Teja Kalla
1
-1
/
+1
2025-06-27
pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()
Dan Carpenter
1
-1
/
+1
2025-06-27
PM: sleep: Fix power.is_suspended cleanup for direct-complete devices
Rafael J. Wysocki
1
-1
/
+2
2025-04-10
PM: sleep: Fix handling devices with direct_complete set on errors
Rafael J. Wysocki
1
-4
/
+4
2025-04-10
PM: sleep: Adjust check before setting power.must_resume
Rafael J. Wysocki
2
-8
/
+7
2025-01-02
pmdomain: core: Add missing put_device()
Ulf Hansson
1
-0
/
+1
2024-10-17
pmdomain: core: Harden inter-column space in debug summary
Geert Uytterhoeven
1
-1
/
+1
2024-04-03
PM: sleep: wakeirq: fix wake irq warning in system suspend
Qingliang Li
1
-1
/
+3
2024-02-23
pmdomain: core: Move the unused cleanup to a _sync initcall
Konrad Dybcio
1
-1
/
+1
2024-01-31
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
1
-80
/
+68
2024-01-31
PM: core: Remove unnecessary (void *) conversions
Li zeming
1
-6
/
+6
2024-01-31
rtc: Extend timeout for waiting for UIP to clear to 1s
Mario Limonciello
1
-1
/
+1
2024-01-31
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
1
-1
/
+1
2023-08-03
PM: sleep: wakeirq: fix wake irq arming
Johan Hovold
2
-4
/
+9
2023-07-19
PM: domains: Move the verification of in-params from genpd_add_device()
Ulf Hansson
1
-3
/
+6
2023-07-19
PM: domains: fix integer overflow issues in genpd_parse_state()
Nikita Zhandarovich
1
-3
/
+3
2023-03-10
PM: domains: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2022-12-31
PM: runtime: Do not call __rpm_callback() from rpm_idle()
Rafael J. Wysocki
1
-1
/
+11
2022-10-26
PM: domains: Fix handling of unavailable/disabled idle states
Sudeep Holla
1
-0
/
+4
2022-10-04
PM: domains: log failures to register always-on domains
Johan Hovold
1
-1
/
+3
2022-10-03
Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap'
Rafael J. Wysocki
2
-2
/
+7
2022-09-24
PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT case
Rafael J. Wysocki
1
-2
/
+5
2022-09-03
PM: wakeup: Add extra debugging statement for multiple active IRQs
Mario Limonciello
1
-0
/
+2
2022-08-23
Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"
Saravana Kannan
1
-1
/
+1
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-07-29
Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
3
-30
/
+9
2022-07-14
PM: domains: Ensure genpd_debugfs_dir exists before remove
Hsin-Yi Wang
1
-0
/
+3
2022-07-08
PM: runtime: Extend support for wakeirq for force_suspend|resume
Ulf Hansson
1
-0
/
+6
2022-07-05
PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP
Bjorn Helgaas
1
-30
/
+0
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
1
-13
/
+1
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
1
-11
/
+9
2022-06-10
PM: domains: Delete usage of driver_deferred_probe_check_state()
Saravana Kannan
1
-1
/
+1
2022-05-24
Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2022-05-23
Merge branch 'pm-domains'
Rafael J. Wysocki
3
-142
/
+209
2022-05-23
Merge branches 'pm-core', 'pm-sleep' and 'powercap'
Rafael J. Wysocki
1
-11
/
+42
2022-05-19
PM: domains: Trust domain-idle-states from DT to be correct by genpd
Ulf Hansson
1
-2
/
+2
2022-05-19
PM: domains: Measure power-on/off latencies in genpd based on a governor
Ulf Hansson
1
-4
/
+4
2022-05-19
PM: domains: Allocate governor data dynamically based on a genpd governor
Ulf Hansson
2
-36
/
+61
2022-05-19
PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()
Ulf Hansson
1
-18
/
+38
2022-05-19
PM: domains: Fix initialization of genpd's next_wakeup
Ulf Hansson
1
-0
/
+1
2022-05-19
PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpd
Ulf Hansson
1
-3
/
+1
2022-05-19
PM: domains: Measure suspend/resume latencies in genpd based on governor
Ulf Hansson
1
-12
/
+9
2022-05-19
PM: domains: Move the next_wakeup variable into the struct gpd_timing_data
Ulf Hansson
2
-5
/
+6
2022-05-19
PM: domains: Allocate gpd_timing_data dynamically based on governor
Ulf Hansson
2
-18
/
+39
2022-05-19
PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()
Ulf Hansson
1
-1
/
+4
[next]