index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
2022-01-16
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
2
-31
/
+31
2021-09-22
PM: base: power: don't try to use non-existing RTC for storing data
Juergen Gross
1
-0
/
+10
2021-05-19
PM: runtime: Fix unpaired parent child_count for force_resume
Tony Lindgren
1
-3
/
+7
2021-04-07
PM: runtime: Fix ordering in pm_runtime_get_suppliers()
Adrian Hunter
1
-1
/
+1
2021-04-07
PM: runtime: Fix race getting/putting suppliers at probe
Adrian Hunter
1
-1
/
+7
2021-03-30
PM: runtime: Defer suspending suppliers
Rafael J. Wysocki
1
-6
/
+39
2021-03-24
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
1
-37
/
+25
2021-03-09
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
1
-25
/
+37
2020-11-10
PM: runtime: Drop pm_runtime_clean_up_links()
Rafael J. Wysocki
1
-36
/
+0
2020-11-10
PM: runtime: Drop runtime PM references to supplier on link removal
Rafael J. Wysocki
1
-1
/
+20
2020-11-05
PM: runtime: Remove link state checks in rpm_get/put_supplier()
Xiang Chen
1
-4
/
+1
2020-09-03
PM: sleep: core: Fix the handling of pending runtime resume requests
Rafael J. Wysocki
1
-6
/
+10
2020-07-31
PM: wakeup: Show statistics for deleted wakeup sources again
zhuguangqing
1
-0
/
+3
2020-05-02
PM: sleep: core: Switch back to async_schedule_dev()
Kai-Heng Feng
1
-1
/
+1
2020-04-17
PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there
Neeraj Upadhyay
1
-1
/
+3
2020-04-17
PM / Domains: Allow no domain-idle-states DT property in genpd when parsing
Ulf Hansson
1
-1
/
+1
2020-02-11
PM: core: Fix handling of devices deleted during system-wide resume
Rafael J. Wysocki
1
-5
/
+37
2019-10-21
PM: QoS: Drop frequency QoS types from device PM QoS
Rafael J. Wysocki
1
-68
/
+2
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-09-17
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
7
-65
/
+307
2019-09-17
Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
1
-15
/
+10
2019-09-17
Merge suspend-to-idle rework material for v5.4.
Rafael J. Wysocki
2
-24
/
+13
2019-09-02
PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()
Ulf Hansson
1
-2
/
+2
2019-09-02
PM / Domains: Simplify genpd_lookup_dev()
Ulf Hansson
1
-13
/
+8
2019-08-21
PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()
Stephen Boyd
1
-2
/
+0
2019-08-21
PM / wakeup: Register wakeup class kobj after device is added
Stephen Boyd
4
-4
/
+34
2019-08-21
PM / wakeup: Fix sysfs registration error path
Stephen Boyd
1
-4
/
+9
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
4
-5
/
+237
2019-08-21
PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()
Tri Vo
1
-20
/
+13
2019-08-13
driver/core: Convert to use built-in RCU list checking
Joel Fernandes (Google)
1
-5
/
+10
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-2
/
+2
2019-07-23
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
Rafael J. Wysocki
1
-18
/
+12
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
1
-5
/
+0
2019-07-23
PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
Rafael J. Wysocki
1
-1
/
+1
2019-07-18
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
4
-21
/
+128
2019-07-08
Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'
Rafael J. Wysocki
1
-4
/
+2
2019-07-04
PM: sleep: Drop dev_pm_skip_next_resume_phases()
Rafael J. Wysocki
1
-16
/
+3
2019-07-04
PM / QoS: Add support for MIN/MAX frequency constraints
Viresh Kumar
1
-14
/
+97
2019-07-04
PM / QOS: Pass request type to dev_pm_qos_read_value()
Viresh Kumar
2
-6
/
+13
2019-07-04
PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()
Viresh Kumar
3
-6
/
+11
2019-07-04
PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()
Viresh Kumar
2
-5
/
+17
2019-06-19
drivers: base: power: remove wakeup_sources_stats_dentry variable
Greg Kroah-Hartman
1
-4
/
+2
2019-06-14
PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() take
Bart Van Assche
1
-6
/
+11
2019-05-28
PM / clk: Remove error message on out-of-memory condition
Geert Uytterhoeven
1
-2
/
+0
2019-05-28
drivers: base: power: clock_ops: Use of_clk_get_parent_count()
Kefeng Wang
1
-2
/
+2
2019-05-15
Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-2
/
+6
2019-05-13
PM / Domains: Add GENPD_FLAG_RPM_ALWAYS_ON flag
Leonard Crestez
1
-2
/
+6
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-46
/
+14
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+3
2019-05-06
Merge branches 'pm-devfreq' and 'pm-domains'
Rafael J. Wysocki
1
-45
/
+42
[next]