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.13.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
2017-03-30
PM / Domains: Ignore domain-idle-states that are not compatible
Lina Iyer
1
-7
/
+9
2017-03-29
PM / Domains: Don't warn about IRQ safe device for an always on PM domain
Ulf Hansson
1
-2
/
+6
2017-03-29
PM / Domains: Respect errors from genpd's ->power_off() callback
Ulf Hansson
1
-1
/
+2
2017-03-29
PM / Domains: Enable users of genpd to specify always on PM domains
Ulf Hansson
1
-2
/
+12
2017-03-29
PM / Domains: Clean up code validating genpd's status
Ulf Hansson
1
-10
/
+9
2017-03-29
PM / Domain: remove conditional from error case
Viresh Kumar
1
-5
/
+5
2017-02-24
PM / Domains: Power off masters immediately in the power off sequence
Ulf Hansson
1
-6
/
+11
2017-02-24
PM / Domains: Rename is_async to one_dev_on for genpd_power_off()
Ulf Hansson
1
-6
/
+9
2017-02-24
PM / Domains: Move genpd_power_off() above genpd_power_on()
Ulf Hansson
1
-81
/
+81
2017-02-09
PM / Domains: Fix asynchronous execution of *noirq() callbacks
Ulf Hansson
1
-29
/
+39
2017-02-08
PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()
Ulf Hansson
1
-1
/
+1
2017-01-27
PM / Domains: Rename functions in genpd for power on/off
Ulf Hansson
1
-36
/
+36
2016-12-31
PM / domains: Fix 'may be used uninitialized' build warning
Augusto Mecking Caringi
1
-0
/
+1
2016-12-26
avoid spurious "may be used uninitialized" warning
Linus Torvalds
1
-0
/
+1
2016-12-07
PM / Domains: Fix compatible for domain idle state
Lina Iyer
1
-1
/
+1
2016-12-01
PM / Domains: Do not print PM domain add error message if EPROBE_DEFER
Geert Uytterhoeven
1
-2
/
+3
2016-11-11
PM / Domains: Fix a warning message
Dan Carpenter
1
-1
/
+1
2016-10-27
PM / Domains: check for negative return from of_count_phandle_with_args()
Colin Ian King
1
-1
/
+1
2016-10-21
PM / Domains: Support IRQ safe PM domains
Lina Iyer
1
-10
/
+101
2016-10-21
PM / Domains: Abstract genpd locking
Lina Iyer
1
-40
/
+81
2016-10-21
PM / Domains: Save the fwnode in genpd_power_state
Lina Iyer
1
-0
/
+1
2016-10-21
PM / Domains: Allow domain power states to be read from DT
Lina Iyer
1
-0
/
+94
2016-10-21
PM / Domains: Make genpd state allocation dynamic
Lina Iyer
1
-12
/
+23
2016-09-24
PM / Domains: Rename pm_genpd_sync_poweron|poweroff()
Ulf Hansson
1
-12
/
+12
2016-09-24
PM / Domains: Don't measure latency of ->power_on|off() during system PM
Ulf Hansson
1
-15
/
+11
2016-09-24
PM / Domains: Remove redundant system PM callbacks
Ulf Hansson
1
-12
/
+0
2016-09-24
PM / Domains: Simplify detaching a device from its genpd
Ulf Hansson
1
-14
/
+19
2016-09-17
PM / Domains: Allow holes in genpd_data.domains array
Tomeu Vizoso
1
-0
/
+4
2016-09-13
PM / Domains: Add support for removing nested PM domains by provider
Jon Hunter
1
-0
/
+35
2016-09-13
PM / Domains: Add support for removing PM domains
Jon Hunter
1
-0
/
+60
2016-09-13
PM / Domains: Store the provider in the PM domain structure
Jon Hunter
1
-5
/
+37
2016-09-13
PM / Domains: Prepare for adding support to remove PM domains
Jon Hunter
1
-24
/
+73
2016-09-13
PM / Domains: Verify the PM domain is present when adding a provider
Jon Hunter
1
-3
/
+38
2016-09-13
PM / Domains: Don't expose xlate and provider helper functions
Jon Hunter
1
-12
/
+37
2016-09-13
PM / Domains: Don't expose generic_pm_domain structure to clients
Jon Hunter
1
-10
/
+9
2016-09-13
PM / Domains: Add new helper functions for device-tree
Jon Hunter
1
-0
/
+46
2016-08-12
PM / Domains: Always enable debugfs support if available
Jon Hunter
1
-2
/
+2
2016-06-29
PM / Domains: Convert pm_genpd_init() to return an error code
Ulf Hansson
1
-3
/
+7
2016-06-16
PM / Domains: Stop/start devices during system PM suspend/resume in genpd
Ulf Hansson
1
-4
/
+27
2016-06-16
PM / Domains: Allow runtime PM during system PM phases
Ulf Hansson
1
-26
/
+8
2016-06-16
PM / Domains: Remove redundant pm_request_idle() call in genpd
Ulf Hansson
1
-1
/
+0
2016-06-16
PM / Domains: Remove redundant wrapper functions for system PM
Ulf Hansson
1
-191
/
+12
2016-06-16
PM / Domains: Allow genpd to power on during system PM phases
Ulf Hansson
1
-53
/
+31
2016-04-26
PM / Domains: Drop unnecessary wakeup code from pm_genpd_prepare()
Ulf Hansson
1
-6
/
+0
2016-04-26
PM / Domains: Remove redundant pm_runtime_get|put*() in pm_genpd_prepare()
Ulf Hansson
1
-8
/
+2
2016-04-22
PM / Domains: Remove ->save|restore_state() callbacks
Ulf Hansson
1
-64
/
+49
2016-04-22
PM / Domains: Rename pm_genpd_runtime_suspend|resume()
Ulf Hansson
1
-6
/
+6
2016-04-22
PM / Domains: Rename stop_ok to suspend_ok for the genpd governor
Ulf Hansson
1
-3
/
+3
2016-03-09
PM / Domains: Fix potential NULL pointer dereference
Jon Hunter
1
-0
/
+3
2016-03-09
PM / Domains: Fix removal of a subdomain
Jon Hunter
1
-1
/
+1
[next]