index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-18
Merge branches 'pm-opp' and 'pm-cpufreq-fixes'
Rafael J. Wysocki
5
-114
/
+85
2016-06-16
PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table
Viresh Kumar
3
-6
/
+24
2016-05-25
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'
Rafael J. Wysocki
1
-2
/
+3
2016-05-20
PM / sleep: Handle failures in device_suspend_late() consistently
Rafael J. Wysocki
1
-2
/
+3
2016-05-16
Merge branches 'pm-avs', 'pm-clk', 'powercap' and 'pm-tools'
Rafael J. Wysocki
1
-1
/
+1
2016-05-16
Merge branches 'pm-core' and 'pm-domains'
Rafael J. Wysocki
4
-111
/
+81
2016-05-06
Merge back new material for v4.7.
Rafael J. Wysocki
5
-521
/
+724
2016-05-06
PM / OPP: Move CONFIG_OF dependent code in a separate file
Viresh Kumar
5
-579
/
+618
2016-05-05
PM / OPP: Remove useless check
Viresh Kumar
1
-3
/
+0
2016-05-05
PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table
Sudeep Holla
2
-30
/
+88
2016-05-05
PM / OPP: pass cpumask by reference
Arnd Bergmann
1
-5
/
+5
2016-04-28
PM / OPP: Add dev_pm_opp_get_sharing_cpus()
Viresh Kumar
1
-0
/
+45
2016-04-28
PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()
Viresh Kumar
1
-1
/
+2
2016-04-28
PM / sleep: Drop unused `info' variable
Thierry Reding
1
-13
/
+5
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-26
PM / clk: ensure we don't allocate a -ve size of count clks
Colin Ian King
1
-1
/
+1
2016-04-25
PM / OPP: Mark shared-opp for non-dt case
Viresh Kumar
1
-0
/
+3
2016-04-25
PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()
Viresh Kumar
1
-56
/
+56
2016-04-25
PM / OPP: Add missing doc style comments
Viresh Kumar
1
-1
/
+58
2016-04-25
PM / OPP: Propagate the error returned by _find_opp_table()
Viresh Kumar
1
-1
/
+1
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
2
-13
/
+13
2016-04-21
PM / Runtime: Fix error path in pm_runtime_force_resume()
Ulf Hansson
1
-2
/
+7
2016-04-07
PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
Strashko, Grygorii
1
-0
/
+2
2016-03-25
Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+89
2016-03-17
PM / clk: Add support for obtaining clocks from device-tree
Jon Hunter
1
-0
/
+89
2016-03-14
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
3
-34
/
+94
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
2016-03-09
PM / Domains: Propagate start and restore errors during runtime resume
Laurent Pinchart
1
-2
/
+18
2016-03-09
PM / Domains: Join state name and index in debugfs output
Geert Uytterhoeven
1
-1
/
+1
2016-03-09
PM / Domains: Restore alignment of slaves in debugfs output
Geert Uytterhoeven
1
-4
/
+6
2016-02-21
PM / OPP: Rename structures for clarity
Viresh Kumar
4
-459
/
+461
2016-02-21
PM / OPP: Fix incorrect comments
Viresh Kumar
1
-3
/
+3
2016-02-16
PM / OPP: Initialize regulator pointer to an error value
Viresh Kumar
1
-6
/
+9
2016-02-15
PM / Domains: remove old power on/off latencies
Axel Haslam
1
-7
/
+1
2016-02-15
PM / Domains: Support for multiple states
Axel Haslam
2
-29
/
+74
2016-02-15
PM / OPP: Initialize u_volt_min/max to a valid value
Viresh Kumar
1
-2
/
+8
2016-02-11
PM / OPP: Fix NULL pointer dereference crash when disabling OPPs
Jon Hunter
1
-1
/
+1
2016-02-11
PM / sleep: declare __tracedata symbols as char[] rather than char
Eric Biggers
1
-2
/
+2
2016-02-10
PM / OPP: Add dev_pm_opp_set_rate()
Viresh Kumar
1
-0
/
+176
2016-02-10
PM / OPP: Manage device clk
Viresh Kumar
2
-0
/
+18
2016-02-10
PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
Viresh Kumar
2
-0
/
+26
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
Viresh Kumar
1
-0
/
+17
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
Viresh Kumar
1
-0
/
+59
2016-02-10
PM / OPP: Disable OPPs that aren't supported by the regulator
Viresh Kumar
1
-0
/
+22
2016-02-10
PM / OPP: get/put regulators from OPP core
Viresh Kumar
2
-0
/
+115
2016-02-06
Merge branches 'pm-core' and 'pm-domains'
Rafael J. Wysocki
2
-21
/
+8
[next]