| Commit message (Expand) | Author | Age | Files | Lines |
* | PM / Domains: Avoid a potential deadlock | Jiada Wang | 2019-03-19 | 1 | -7/+6 |
* | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2019-03-14 | 9 | -53/+52 |
|\ |
|
| * | Merge branch 'pm-domains' | Rafael J. Wysocki | 2019-03-14 | 2 | -5/+4 |
| |\ |
|
| | * | PM / domains: Remove one unnecessary blank line | Aisheng Dong | 2019-03-11 | 1 | -1/+0 |
| | * | PM / Domains: Return early for all errors in _genpd_power_off() | Aisheng Dong | 2019-03-11 | 1 | -3/+3 |
| | * | PM / Domains: Improve warn for multiple states but no governor | Aisheng Dong | 2019-03-11 | 1 | -1/+1 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'pm-core', 'pm-sleep' and 'pm-qos' | Rafael J. Wysocki | 2019-03-14 | 5 | -32/+25 |
| |\ \ \ \ |
|
| | | | * | | PM / QoS: Fix typo in file description | Aisheng Dong | 2019-03-11 | 1 | -1/+1 |
| | | | |/ |
|
| | | * | | PM / wakeup: Drop wakeup_source_drop() | Rafael J. Wysocki | 2019-03-12 | 1 | -17/+1 |
| | | * | | PM / wakeup: Rework wakeup source timer cancellation | Viresh Kumar | 2019-03-12 | 1 | -1/+7 |
| | | |/ |
|
| | * | | PM-runtime: Call pm_runtime_active|suspended_time() from sysfs | Ulf Hansson | 2019-03-07 | 2 | -11/+3 |
| | * | | PM-runtime: Consolidate code to get active/suspended time | Ulf Hansson | 2019-03-07 | 2 | -2/+13 |
| | |/ |
|
| * / | PM: Add and use pr_fmt() | Joe Perches | 2019-03-07 | 4 | -16/+23 |
| |/ |
|
* | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-06 | 2 | -33/+80 |
|\ \
| |/
|/| |
|
| * | driver core: Fix PM-runtime for links added during consumer probe | Rafael J. Wysocki | 2019-02-20 | 1 | -23/+6 |
| * | driver core: Fix possible supplier PM-usage counter imbalance | Rafael J. Wysocki | 2019-02-13 | 1 | -2/+25 |
| * | PM-runtime: Fix __pm_runtime_set_status() race with runtime resume | Rafael J. Wysocki | 2019-02-13 | 1 | -6/+18 |
| * | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 2019-02-11 | 1 | -5/+5 |
| |\ |
|
| * | | PM-runtime: Take suppliers into account in __pm_runtime_set_status() | Rafael J. Wysocki | 2019-02-08 | 1 | -5/+40 |
| * | | driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link() | Rafael J. Wysocki | 2019-02-01 | 1 | -2/+0 |
| * | | driver core: Fix handling of runtime PM flags in device_link_add() | Rafael J. Wysocki | 2019-02-01 | 1 | -15/+11 |
| * | | PM core: Use new async_schedule_dev command | Alexander Duyck | 2019-01-31 | 1 | -6/+6 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-----. \ \ | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2019-03-04 | 7 | -40/+88 |
|\ \ \ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | | * | | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 |
| | | | * | | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 |
| | | | * | | PM: domains: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-23 | 1 | -9/+2 |
| | | |/ / |
|
| | * / / | PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() | Yangtao Li | 2019-01-29 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 4 | -28/+83 |
|/| | | |
|
| * | | | PM / core: Add support to skip power management in device/driver model | Sudeep Holla | 2019-02-19 | 2 | -0/+13 |
| * | | | PM / suspend: Print debug messages for device using direct-complete | Rafael J. Wysocki | 2019-02-13 | 1 | -1/+3 |
| * | | | PM-runtime: update time accounting only when enabled | Vincent Guittot | 2019-02-05 | 1 | -7/+10 |
| * | | | PM-runtime: Switch accounting over to ktime_get_mono_fast_ns() | Vincent Guittot | 2019-02-05 | 1 | -4/+13 |
| * | | | PM-runtime: Optimize pm_runtime_autosuspend_expiration() | Ladislav Michl | 2019-02-01 | 1 | -11/+8 |
| * | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-01 | 3 | -14/+45 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | PM-runtime: Replace jiffies-based accounting with ktime-based accounting | Thara Gopinath | 2019-01-31 | 2 | -11/+17 |
| | * | | PM-runtime: update accounting_timestamp on enable | Vincent Guittot | 2019-01-31 | 1 | -3/+8 |
| | * | | PM: clock_ops: fix missing clk_prepare() return value check | Aditya Pakki | 2019-01-18 | 1 | -4/+9 |
| | * | | PM-runtime: Add new interface to get accounted time | Vincent Guittot | 2019-01-15 | 1 | -0/+15 |
| | |/ |
|
* | / | PM-runtime: Fix deadlock when canceling hrtimer | Vincent Guittot | 2019-02-21 | 1 | -1/+1 |
|/ / |
|
* / | PM-runtime: Fix deadlock with ktime_get() | Vincent Guittot | 2019-01-30 | 1 | -5/+5 |
|/ |
|
*-. | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki | 2019-01-11 | 1 | -0/+3 |
|\ \ |
|
| | * | PM: sleep: call devfreq suspend/resume | Lukasz Luba | 2019-01-02 | 1 | -0/+3 |
| |/ |
|
* | | PM-runtime: Fix autosuspend_delay on 32bits arch | Vincent Guittot | 2019-01-10 | 1 | -2/+2 |
* | | PM-runtime: Fix 'jiffies' in comments after switch to hrtimers | Ladislav Michl | 2019-01-10 | 1 | -2/+5 |
* | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2019-01-01 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | PM: Switch to use %ptR | Andy Shevchenko | 2018-12-10 | 1 | -3/+1 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2018-12-21 | 2 | -76/+58 |
|\ \ \ \
| | | |/
| | |/| |
|
| | | * | PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo... | Yangtao Li | 2018-12-19 | 1 | -47/+24 |
| | |/ |
|
| * / | PM-runtime: Switch autosuspend over to using hrtimers | Vincent Guittot | 2018-12-19 | 1 | -29/+34 |
| |/ |
|
* | | PM / Domains: Propagate performance state updates | Viresh Kumar | 2018-12-14 | 1 | -11/+82 |