index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
domain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
PM: domains: Ensure genpd_debugfs_dir exists before remove
Hsin-Yi Wang
1
-0
/
+3
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
1
-16
/
+33
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
1
-4
/
+5
2022-05-19
PM: domains: Allocate gpd_timing_data dynamically based on governor
Ulf Hansson
1
-15
/
+33
2022-05-19
PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()
Ulf Hansson
1
-1
/
+4
2022-05-19
PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpd
Ulf Hansson
1
-7
/
+7
2022-05-19
PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd
Ulf Hansson
1
-6
/
+0
2022-05-19
PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor
Ulf Hansson
1
-0
/
+4
2022-04-22
PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()
Ulf Hansson
1
-34
/
+43
2022-03-01
PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()
Shawn Guo
1
-1
/
+1
2022-03-01
PM: domains: use dev_err_probe() to simplify error handling
Ahmad Fatoum
1
-15
/
+6
2022-03-01
PM: domains: Prevent power off for parent unless child is in deepest state
Ulf Hansson
1
-0
/
+19
2021-08-30
Merge back new PM domains material for v5.15.
Rafael J. Wysocki
1
-2
/
+28
2021-08-27
PM: domains: Fix domain attach for CONFIG_PM_OPP=n
Geert Uytterhoeven
1
-1
/
+1
2021-08-25
PM: domains: Improve runtime PM performance state handling
Dmitry Osipenko
1
-2
/
+8
2021-08-16
PM: domains: Add support for 'required-opps' to set default perf state
Rajendra Nayak
1
-2
/
+28
2021-07-05
PM: domains: Shrink locking area of the gpd_list_lock
Stephen Boyd
1
-21
/
+17
2021-06-11
PM: domains: Drop/restore performance state votes for devices at runtime PM
Ulf Hansson
1
-2
/
+25
2021-06-11
PM: domains: Return early if perf state is already set for the device
Ulf Hansson
1
-0
/
+3
2021-06-11
PM: domains: Split code in dev_pm_genpd_set_performance_state()
Ulf Hansson
1
-12
/
+19
2021-06-08
PM: domains: fix some kernel-doc issues
Yang Yingliang
1
-1
/
+2
2021-03-18
PM: domains: Don't runtime resume devices at genpd_prepare()
Ulf Hansson
1
-36
/
+0
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2021-02-09
PM: domains: Mark fwnodes when their powerdomain is added/removed
Saravana Kannan
1
-0
/
+2
2021-02-01
PM: domains: Simplify the calculation of variables
Abaci Team
1
-2
/
+1
2021-01-22
PM: domains: Add "performance" column to debug summary
Dmitry Osipenko
1
-4
/
+15
2021-01-22
PM: domains: Make of_genpd_add_subdomain() return -EPROBE_DEFER
Dmitry Osipenko
1
-1
/
+1
2021-01-22
PM: domains: Make set_performance_state() callback optional
Dmitry Osipenko
1
-15
/
+18
2021-01-22
PM: domains: inform PM domain of a device's next wakeup
Lina Iyer
1
-0
/
+30
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
1
-30
/
+47
2020-12-15
Merge branches 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
1
-16
/
+35
2020-12-11
PM: domains: create debugfs nodes when adding power domains
Thierry Strudel
1
-28
/
+45
2020-12-09
opp: Don't create an OPP table from dev_pm_opp_get_opp_table()
Viresh Kumar
1
-1
/
+1
2020-11-23
PM: sleep: Add dev_wakeup_path() helper
Patrice Chotard
1
-2
/
+2
2020-11-10
PM: domains: Enable dev_pm_genpd_suspend|resume() for suspend-to-idle
Ulf Hansson
1
-4
/
+16
2020-11-10
PM: domains: Rename pm_genpd_syscore_poweroff|poweron()
Ulf Hansson
1
-14
/
+21
2020-10-20
PM: domains: Fix build error for genpd notifiers
Ulf Hansson
1
-14
/
+11
2020-10-16
PM: domains: enable domain idle state accounting
Lina Iyer
1
-3
/
+7
2020-10-16
PM: domains: Add curly braces to delimit comment + statement block
Geert Uytterhoeven
1
-1
/
+2
2020-10-16
PM: domains: Add support for PM domain on/off notifiers for genpd
Ulf Hansson
1
-12
/
+149
2020-10-13
Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'
Rafael J. Wysocki
1
-34
/
+23
2020-10-02
PM: domains: Allow to abort power off when no ->power_off() callback
Ulf Hansson
1
-17
/
+7
2020-10-02
PM: domains: Rename power state enums for genpd
Ulf Hansson
1
-17
/
+16
2020-08-25
opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
Stephan Gerhold
1
-6
/
+8
[next]