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