Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | PM / OPP: Add OPP sharing information to OPP library | Viresh Kumar | 2015-08-07 | 1 | -24/+150 | |
| | * | | | | | | | | | | PM / OPP: Add clock-latency-ns support | Viresh Kumar | 2015-08-07 | 2 | -2/+45 | |
| | * | | | | | | | | | | PM / OPP: Add support to parse "operating-points-v2" bindings | Viresh Kumar | 2015-08-07 | 1 | -24/+233 | |
| | * | | | | | | | | | | PM / OPP: Break _opp_add_dynamic() into smaller functions | Viresh Kumar | 2015-08-07 | 1 | -49/+76 | |
| | * | | | | | | | | | | PM / OPP: Allocate dev_opp from _add_device_opp() | Viresh Kumar | 2015-08-07 | 1 | -23/+27 | |
| | * | | | | | | | | | | PM / OPP: Create _remove_device_opp() for freeing dev_opp | Viresh Kumar | 2015-08-07 | 1 | -5/+17 | |
| | * | | | | | | | | | | PM / OPP: Relocate few routines | Viresh Kumar | 2015-08-07 | 1 | -138/+139 | |
| | * | | | | | | | | | | PM / OPP: Create a directory for opp bindings | Viresh Kumar | 2015-08-07 | 1 | -0/+0 | |
| | * | | | | | | | | | | PM / OPP: Update bindings to make opp-hz a 64 bit value | Viresh Kumar | 2015-08-07 | 1 | -20/+20 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2015-09-01 | 28 | -458/+1280 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cpufreq: speedstep-lib: Use monotonic clock | Abhilash Jindal | 2015-09-01 | 1 | -5/+4 | |
| | * | | | | | | | | | | cpufreq: powernv: Increase the verbosity of OCC console messages | Shilpasri G Bhat | 2015-09-01 | 1 | -4/+5 | |
| | * | | | | | | | | | | cpufreq: sfi: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 2015-09-01 | 1 | -3/+1 | |
| | * | | | | | | | | | | cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor() | Viresh Kumar | 2015-09-01 | 1 | -4/+0 | |
| | * | | | | | | | | | | cpufreq: rename cpufreq_real_policy as cpufreq_user_policy | Viresh Kumar | 2015-09-01 | 1 | -2/+2 | |
| | * | | | | | | | | | | cpufreq: remove redundant 'policy' field from user_policy | Viresh Kumar | 2015-09-01 | 2 | -10/+1 | |
| | * | | | | | | | | | | cpufreq: remove redundant 'governor' field from user_policy | Viresh Kumar | 2015-09-01 | 2 | -6/+2 | |
| | * | | | | | | | | | | cpufreq: update user_policy.* on success | Viresh Kumar | 2015-09-01 | 1 | -5/+3 | |
| | * | | | | | | | | | | cpufreq: use memcpy() to copy policy | Viresh Kumar | 2015-09-01 | 1 | -6/+2 | |
| | * | | | | | | | | | | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event | Viresh Kumar | 2015-09-01 | 7 | -19/+9 | |
| | * | | | | | | | | | | cpufreq: mediatek: Add MT8173 cpufreq driver | Pi-Cheng Chen | 2015-09-01 | 3 | -0/+535 | |
| | * | | | | | | | | | | dt-bindings: mediatek: Add MT8173 CPU DVFS clock bindings | Pi-Cheng Chen | 2015-09-01 | 1 | -0/+83 | |
| | * | | | | | | | | | | intel_pstate: append more Oracle OEM table id to vendor bypass list | Ethan Zhao | 2015-08-07 | 1 | -0/+4 | |
| | * | | | | | | | | | | intel_pstate: Add SKY-S support | Kristen Carlson Accardi | 2015-08-07 | 1 | -0/+1 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | intel_pstate: Fix possible overflow complained by Coverity | Chen Yu | 2015-07-31 | 1 | -2/+2 | |
| | * | | | | | | | | | cpufreq: Correct a freq check in cpufreq_set_policy() | Pan Xinhui | 2015-07-31 | 1 | -1/+5 | |
| | * | | | | | | | | | cpufreq: Lock CPU online/offline in cpufreq_register_driver() | Rafael J. Wysocki | 2015-07-31 | 1 | -3/+10 | |
| | * | | | | | | | | | cpufreq: Replace recover_policy with new_policy in cpufreq_online() | Rafael J. Wysocki | 2015-07-31 | 1 | -12/+11 | |
| | * | | | | | | | | | cpufreq: Separate CPU device registration from CPU online | Rafael J. Wysocki | 2015-07-31 | 1 | -43/+47 | |
| | * | | | | | | | | | cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling | Shilpasri G Bhat | 2015-07-28 | 1 | -2/+29 | |
| | * | | | | | | | | | cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is set | Shilpasri G Bhat | 2015-07-28 | 1 | -9/+3 | |
| | * | | | | | | | | | cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLE | Shilpasri G Bhat | 2015-07-28 | 1 | -2/+26 | |
| | * | | | | | | | | | cpufreq: powernv: Register for OCC related opal_message notification | Shilpasri G Bhat | 2015-07-28 | 1 | -1/+73 | |
| | * | | | | | | | | | powerpc/powernv: Add definition of OPAL_MSG_OCC message type | Shilpasri G Bhat | 2015-07-28 | 1 | -0/+12 | |
| | * | | | | | | | | | cpufreq: powernv: Handle throttling due to Pmax capping at chip level | Shilpasri G Bhat | 2015-07-28 | 1 | -4/+55 | |
| | * | | | | | | | | | cpufreq: Pass CPU number to cpufreq_policy_alloc() | Rafael J. Wysocki | 2015-07-28 | 1 | -4/+8 | |
| | * | | | | | | | | | cpufreq: Do not update related_cpus on every policy activation | Rafael J. Wysocki | 2015-07-28 | 1 | -5/+5 | |
| | * | | | | | | | | | cpufreq: Drop unused dev argument from two functions | Rafael J. Wysocki | 2015-07-28 | 1 | -6/+4 | |
| | * | | | | | | | | | cpufreq: Drop unnecessary label from cpufreq_add_dev() | Rafael J. Wysocki | 2015-07-28 | 1 | -3/+2 | |
| | * | | | | | | | | | cpufreq: Drop cpufreq_policy_restore() | Rafael J. Wysocki | 2015-07-28 | 1 | -33/+11 | |
| | * | | | | | | | | | cpufreq: Rework two functions related to CPU offline | Rafael J. Wysocki | 2015-07-28 | 1 | -20/+12 | |
| | * | | | | | | | | | Merge back earlier cpufreq material for v4.3. | Rafael J. Wysocki | 2015-07-28 | 15 | -272/+341 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | cpufreq: Remove cpufreq_rwsem | Sebastian Andrzej Siewior | 2015-07-25 | 1 | -38/+3 | |
| | | * | | | | | | | | | cpufreq: ia64: Fix a memory leak in acpi_cpufreq_cpu_exit() | Pan Xinhui | 2015-07-22 | 1 | -0/+1 | |
| | | * | | | | | | | | | cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data | Pan Xinhui | 2015-07-22 | 1 | -7/+7 | |
| | | * | | | | | | | | | cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attribute | Rafael J. Wysocki | 2015-07-22 | 1 | -10/+11 | |
| | | * | | | | | | | | | cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_data | Rafael J. Wysocki | 2015-07-22 | 1 | -13/+16 | |
| | | * | | | | | | | | | ACPI / processor: Drop an unused argument of a cleanup routine | Rafael J. Wysocki | 2015-07-22 | 8 | -29/+17 | |
| | | * | | | | | | | | | cpufreq: propagate errors returned from __cpufreq_governor() | Viresh Kumar | 2015-07-21 | 1 | -7/+24 | |
| | | * | | | | | | | | | cpufreq: governor: Don't WARN on invalid states | Viresh Kumar | 2015-07-21 | 1 | -1/+1 |