Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c32e9c2f9f7efdac97fc06685ec07b9d07996917
/
drivers
/
base
/
power
39ac5ba
PM / domains: Add pd_ignore_unused to keep power domains enabled
by Tushar Behera
· 11 years ago
70f6c08
Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
158e0d3
Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
7b5c393
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 11 years ago
9accff5
PM / Runtime: Spelling s/competing/completing/
by Geert Uytterhoeven
· 11 years ago
5a2d853
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
36cc86e
Merge branches 'pm-runtime' and 'pm-sleep'
by Rafael J. Wysocki
· 11 years ago
165f5fd
Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'
by Rafael J. Wysocki
· 11 years ago
7b60894
PM / Runtime: Add missing "it" in comment
by Geert Uytterhoeven
· 11 years ago
2f0aea9
cpufreq: suspend governors on system suspend/hibernate
by Viresh Kumar
· 11 years ago
37f2041
PM: Add pm_runtime_suspend|resume_force functions
by Ulf Hansson
· 11 years ago
5f59df7
PM / runtime: Fetch runtime PM callbacks using a macro
by Ulf Hansson
· 11 years ago
7d1af28
PM / domains: Turn latency warning into debug message
by Philipp Zabel
· 11 years ago
de377b3
PM / sleep: Asynchronous threads for suspend_late
by Liu, Chuansheng
· 11 years ago
28b6fd6
PM / sleep: Asynchronous threads for suspend_noirq
by Liu, Chuansheng
· 11 years ago
9e5e791
PM / sleep: Asynchronous threads for resume_early
by Liu, Chuansheng
· 11 years ago
76569fa
PM / sleep: Asynchronous threads for resume_noirq
by Liu, Chuansheng
· 11 years ago
3d2699b
PM / sleep: Two flags for async suspend_noirq and suspend_late
by Liu, Chuansheng
· 11 years ago
4272b96
drivers/base: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
71d821f
PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments
by Rafael J. Wysocki
· 11 years ago
2d984ad
PM / QoS: Introcuce latency tolerance device PM QoS type
by Rafael J. Wysocki
· 11 years ago
327adae
PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
by Rafael J. Wysocki
· 11 years ago
b02f669
PM / QoS: Rename device resume latency QoS items
by Rafael J. Wysocki
· 11 years ago
380062b
Merge branch 'pm-clk'
by Rafael J. Wysocki
· 11 years ago
5cda3fb
PM / clock_ops: report clock errors from clk_enable()
by Ben Dooks
· 11 years ago
afdd3ab
PM / clock_ops: check return of clk_enable() in pm_clk_resume()
by Ben Dooks
· 11 years ago
8a6720e
PM / clock_ops: fix up clk prepare/unprepare count
by Ben Dooks
· 11 years ago
717e5d4
PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
by Ulf Hansson
· 11 years ago
12205a4
Revert "cpufreq: suspend governors on system suspend/hibernate"
by Rafael J. Wysocki
· 11 years ago
7cdcec9
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
5a87182
cpufreq: suspend governors on system suspend/hibernate
by Viresh Kumar
· 11 years ago
82023bb
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
77aa265
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
aa1b9f1
PM / Runtime: Fix error path for prepare
by Ulf Hansson
· 11 years ago
93658cb
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
6e0ca95
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 11 years ago
e4db1c7
PM / OPP: rename header to linux/pm_opp.h
by Nishanth Menon
· 11 years ago
47d43ba
PM / OPP: rename data structures to dev_pm equivalents
by Nishanth Menon
· 11 years ago
5d4879c
PM / OPP: rename functions to dev_pm_opp*
by Nishanth Menon
· 11 years ago
70fea60
PM / Sleep: Detect device suspend/resume lockup and log event
by Benoit Goby
· 11 years ago
d66e6db
PM / Runtime: Respect autosuspend when idle triggers suspend
by Ulf Hansson
· 11 years ago
40031da
Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
95b6fcb
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 11 years ago
b071f2b
PM / OPP: Export opp_add()
by Viresh Kumar
· 11 years ago
5364467
PM / Sleep: new trace event to print device suspend and resume times
by Shuah Khan
· 11 years ago
34da5e6
driver core: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
e52cff8
Merge branch 'pm-assorted'
by Rafael J. Wysocki
· 11 years ago
96d9d0b
PM / QoS: Add dev_pm_qos_request tracepoints
by Sahara
· 11 years ago
bb177fe
PM / Sleep: Print last wakeup source on failed wakeup_count write
by Julius Werner
· 11 years ago
9350de06
PM / wakeup: Adjust messaging for wake events during suspend
by Bernie Thompson
· 12 years ago
5070158
cpufreq: rename index as driver_data in cpufreq_frequency_table
by Viresh Kumar
· 12 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 12 years ago
d5e1670
PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()
by Shuah Khan
· 12 years ago
355c63e
Merge branch 'pm-assorted'
by Rafael J. Wysocki
· 12 years ago
8416703
PM / Runtime: Improve prepare handling at system suspend for genpd
by Ulf Hansson
· 12 years ago
db28dfa
PM / Runtime: Asyncronous idle|suspend parent devices at removal
by Ulf Hansson
· 12 years ago
af93933
PM / Runtime: Asyncronous idle|suspend devices at system resume
by Ulf Hansson
· 12 years ago
cd787b34
PM / OPP: add documentation to RCU head in struct opp
by Nishanth Menon
· 12 years ago
0f70306
PM / QoS: Avoid possible deadlock related to sysfs access
by Rafael J. Wysocki
· 12 years ago
37530f2
PM / QoS: Remove device PM QoS sysfs attributes at the right place
by Rafael J. Wysocki
· 12 years ago
b81ea1b
PM / QoS: Fix concurrency issues and memory leaks in device PM QoS
by Rafael J. Wysocki
· 12 years ago
db88175
pm / runtime: force memory allocation with no I/O during Runtime PM callbcack
by Ming Lei
· 12 years ago
e823407
pm / runtime: introduce pm_runtime_set_memalloc_noio()
by Ming Lei
· 12 years ago
74e1a2a
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
4419fbd
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 12 years ago
7e73c5a
PM: Introduce suspend state PM_SUSPEND_FREEZE
by Zhang Rui
· 12 years ago
74c46c6
PM / OPP: Export more symbols for module usage
by Mark Langsdorf
· 12 years ago
b2ccd76
PM / OPP: switch exported symbols to GPL variant
by Nishanth Menon
· 12 years ago
a4ca26a
PM / Domains: don't use [delayed_]work_pending()
by Tejun Heo
· 12 years ago
6802771
PM/Qos: Expose dev_pm_qos_flags symbol
by Lan Tianyu
· 12 years ago
f67ffa9
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 12 years ago
9f6d8f6
PM: Move disabling/enabling runtime PM to late suspend/early resume
by Rafael J. Wysocki
· 12 years ago
4ce4780
PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request()
by Rafael J. Wysocki
· 12 years ago
64adb01
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 12 years ago
26ab934
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 12 years ago
c8b6817
Merge branch 'pm-qos'
by Rafael J. Wysocki
· 12 years ago
35546bd
PM / QoS: Handle device PM QoS flags while removing constraints
by Rafael J. Wysocki
· 12 years ago
a7227a0
PM / QoS: fix wrong error-checking condition
by Guennadi Liakhovetski
· 12 years ago
c122f27
base: power - use clk_prepare_enable and clk_prepare_disable
by Murali Karicheri
· 12 years ago
ea83f81
PM / OPP: using kfree_rcu() to simplify the code
by Wei Yongjun
· 12 years ago
0779726
PM / OPP: predictable fail results for opp_find* functions, v2
by Nishanth Menon
· 12 years ago
80126ce
PM / OPP: Export symbols for module usage.
by Liam Girdwood
· 12 years ago
dde8437
PM / OPP: RCU reclaim
by Vincent Guittot
· 12 years ago
7e4d684
PM / QoS: Resume device before exposing/hiding PM QoS flags
by Lan Tianyu
· 12 years ago
436ede8
PM / QoS: Document request manipulation requirement for flags
by Rafael J. Wysocki
· 12 years ago
9eaee2c
PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy()
by Lan,Tianyu
· 12 years ago
f965287
PM / QoS: Fix the return value of dev_pm_qos_update_request()
by Rafael J. Wysocki
· 12 years ago
34b1f76
PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()
by Rafael J. Wysocki
· 12 years ago
e39473d
PM / QoS: Make it possible to expose PM QoS device flags to user space
by Rafael J. Wysocki
· 12 years ago
ae0fb4b
PM / QoS: Introduce PM QoS device flags support
by Rafael J. Wysocki
· 12 years ago
021c870
PM / QoS: Prepare struct dev_pm_qos_request for more request types
by Rafael J. Wysocki
· 12 years ago
5f986c5
PM / QoS: Prepare device structure for adding more constraint types
by Rafael J. Wysocki
· 12 years ago
debe081
PM / Domains: Fix memory leak on error path in pm_genpd_attach_cpuidle
by jhbird.choi@samsung.com
· 12 years ago
16642a2
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
b914216
Merge branch 'pm-qos'
by Rafael J. Wysocki
· 12 years ago
8376869
Revert "PM QoS: Use spinlock in the per-device PM QoS constraints code"
by Rafael J. Wysocki
· 12 years ago
057d51a
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 12 years ago
071f582
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 12 years ago
c26d411
Merge branch 'pm-qos'
by Rafael J. Wysocki
· 12 years ago
Next »