| Commit message (Expand) | Author | Age | Files | Lines |
* | PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle | Paul E. McKenney | 2016-08-31 | 1 | -3/+3 |
* | PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle | Paul E. McKenney | 2016-08-31 | 1 | -2/+2 |
* | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-06 | 2 | -23/+26 |
|\ |
|
| *---. | Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' | Rafael J. Wysocki | 2016-08-05 | 2 | -23/+26 |
| |\ \ \ |
|
| | | | * | PM / OPP: optimize dev_pm_opp_set_rate() performance a bit | Jisheng Zhang | 2016-07-28 | 1 | -12/+19 |
| | | |/
| | |/| |
|
| | | * | PM-wakeup: Delete unnecessary checks before three function calls | Markus Elfring | 2016-07-28 | 1 | -11/+7 |
* | | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 | 1 | -3/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | char/genrtc: x86: remove remnants of asm/rtc.h | Arnd Bergmann | 2016-06-04 | 1 | -3/+3 |
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci' | Rafael J. Wysocki | 2016-07-25 | 3 | -250/+109 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| | | * | | PM / Domains: Convert pm_genpd_init() to return an error code | Ulf Hansson | 2016-06-29 | 1 | -3/+7 |
| | | * | | PM / Domains: Stop/start devices during system PM suspend/resume in genpd | Ulf Hansson | 2016-06-16 | 1 | -4/+27 |
| | | * | | PM / Domains: Allow runtime PM during system PM phases | Ulf Hansson | 2016-06-16 | 1 | -26/+8 |
| | | * | | PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume() | Ulf Hansson | 2016-06-16 | 1 | -0/+3 |
| | | * | | PM / Domains: Remove redundant pm_request_idle() call in genpd | Ulf Hansson | 2016-06-16 | 1 | -1/+0 |
| | | * | | PM / Domains: Remove redundant wrapper functions for system PM | Ulf Hansson | 2016-06-16 | 1 | -191/+12 |
| | | * | | PM / Domains: Allow genpd to power on during system PM phases | Ulf Hansson | 2016-06-16 | 1 | -53/+31 |
| | | |/ |
|
| | * | | PM / clk: Add support for adding a specific clock from device-tree | Jon Hunter | 2016-06-28 | 1 | -0/+32 |
| | * | | PM / clk: export symbols for existing pm_clk_<...> API fcns | Paul Gortmaker | 2016-06-15 | 1 | -0/+13 |
| | |/ |
|
| * | | PM / runtime: Asynchronous "idle" in pm_runtime_allow() | Rafael J. Wysocki | 2016-07-02 | 1 | -1/+1 |
| * | | PM / runtime: print error when activating a child to unactive parent | Linus Walleij | 2016-06-28 | 1 | -2/+6 |
|/ / |
|
* | | Merge branches 'pm-opp' and 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2016-06-18 | 5 | -114/+85 |
|\| |
|
| *---. | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' | Rafael J. Wysocki | 2016-05-25 | 1 | -2/+3 |
| |\ \ \ |
|
| | | | * | PM / sleep: Handle failures in device_suspend_late() consistently | Rafael J. Wysocki | 2016-05-20 | 1 | -2/+3 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'pm-avs', 'pm-clk', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 2016-05-16 | 1 | -1/+1 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | * | | | PM / clk: ensure we don't allocate a -ve size of count clks | Colin Ian King | 2016-04-26 | 1 | -1/+1 |
| | |/ / / |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'pm-core' and 'pm-domains' | Rafael J. Wysocki | 2016-05-16 | 4 | -111/+81 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | | * | | | PM / Domains: Drop unnecessary wakeup code from pm_genpd_prepare() | Ulf Hansson | 2016-04-26 | 1 | -6/+0 |
| | | * | | | PM / Domains: Remove redundant pm_runtime_get|put*() in pm_genpd_prepare() | Ulf Hansson | 2016-04-26 | 1 | -8/+2 |
| | | * | | | PM / Domains: Remove ->save|restore_state() callbacks | Ulf Hansson | 2016-04-22 | 1 | -64/+49 |
| | | * | | | PM / Domains: Rename pm_genpd_runtime_suspend|resume() | Ulf Hansson | 2016-04-22 | 1 | -6/+6 |
| | | * | | | PM / Domains: Rename stop_ok to suspend_ok for the genpd governor | Ulf Hansson | 2016-04-22 | 2 | -13/+13 |
| | | |/ / |
|
| | * | | | PM / sleep: Drop unused `info' variable | Thierry Reding | 2016-04-28 | 1 | -13/+5 |
| | * | | | PM / Runtime: Fix error path in pm_runtime_force_resume() | Ulf Hansson | 2016-04-21 | 1 | -2/+7 |
| | |/ / |
|
* | / / | PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table | Viresh Kumar | 2016-06-16 | 3 | -6/+24 |
|/ / / |
|
* | | | Merge back new material for v4.7. | Rafael J. Wysocki | 2016-05-06 | 5 | -521/+724 |
|\ \ \ |
|
| * | | | PM / OPP: Move CONFIG_OF dependent code in a separate file | Viresh Kumar | 2016-05-06 | 5 | -579/+618 |
| | |/
| |/| |
|
| * | | PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table | Sudeep Holla | 2016-05-05 | 2 | -30/+88 |
| * | | PM / OPP: pass cpumask by reference | Arnd Bergmann | 2016-05-05 | 1 | -5/+5 |
| * | | PM / OPP: Add dev_pm_opp_get_sharing_cpus() | Viresh Kumar | 2016-04-28 | 1 | -0/+45 |
| * | | PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus() | Viresh Kumar | 2016-04-28 | 1 | -1/+2 |
| * | | PM / OPP: Mark shared-opp for non-dt case | Viresh Kumar | 2016-04-25 | 1 | -0/+3 |
| * | | PM / OPP: Relocate dev_pm_opp_set_sharing_cpus() | Viresh Kumar | 2016-04-25 | 1 | -56/+56 |
| * | | PM / OPP: Add missing doc style comments | Viresh Kumar | 2016-04-25 | 1 | -1/+58 |
| * | | PM / OPP: Propagate the error returned by _find_opp_table() | Viresh Kumar | 2016-04-25 | 1 | -1/+1 |
| |/ |
|
* / | PM / OPP: Remove useless check | Viresh Kumar | 2016-05-05 | 1 | -3/+0 |
|/ |
|
* | PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs | Strashko, Grygorii | 2016-04-07 | 1 | -0/+2 |
*---. | Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki | 2016-03-25 | 1 | -0/+89 |
|\ \ \ |
|
| * | | | PM / clk: Add support for obtaining clocks from device-tree | Jon Hunter | 2016-03-17 | 1 | -0/+89 |
| |/ / |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains' | Rafael J. Wysocki | 2016-03-14 | 3 | -34/+94 |
|\ \ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | | * | PM / Domains: Fix potential NULL pointer dereference | Jon Hunter | 2016-03-09 | 1 | -0/+3 |