Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cpufreq: tango: Use generic platdev driver | Marc Gonzalez | 2016-05-05 | 1 | -0/+2 | |
| * | | | | | | | | cpufreq: Fix GOV_LIMITS handling for the userspace governor | Sai Gurrappadi | 2016-05-05 | 1 | -5/+38 | |
| * | | | | | | | | cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/ | Viresh Kumar | 2016-04-28 | 2 | -0/+108 | |
| * | | | | | | | | cpufreq: dt: Kill platform-data | Viresh Kumar | 2016-04-28 | 1 | -5/+1 | |
| * | | | | | | | | cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2 | Viresh Kumar | 2016-04-28 | 1 | -7/+9 | |
| * | | | | | | | | cpufreq: governor: Change confusing struct field and variable names | Rafael J. Wysocki | 2016-04-28 | 2 | -12/+12 | |
| * | | | | | | | | cpufreq: intel_pstate: Enable PPC enforcement for servers | Srinivas Pandruvada | 2016-04-28 | 1 | -1/+11 | |
| * | | | | | | | | cpufreq: intel_pstate: Adjust policy->max | Srinivas Pandruvada | 2016-04-28 | 1 | -0/+11 | |
| * | | | | | | | | cpufreq: intel_pstate: Enforce _PPC limits | Srinivas Pandruvada | 2016-04-28 | 2 | -2/+135 | |
| * | | | | | | | | cpufreq: powernv: Ramp-down global pstate slower than local-pstate | Akshay Adiga | 2016-04-27 | 1 | -7/+251 | |
| * | | | | | | | | cpufreq: powernv: Remove flag use-case of policy->driver_data | Shilpasri G Bhat | 2016-04-27 | 1 | -6/+5 | |
| * | | | | | | | | cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m... | Javier Martinez Canillas | 2016-04-27 | 2 | -8/+8 | |
| * | | | | | | | | cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start() | Rafael J. Wysocki | 2016-04-25 | 1 | -4/+4 | |
| * | | | | | | | | cpufreq: hisilicon: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 4 | -52/+2 | |
| * | | | | | | | | cpufreq: zynq: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+2 | |
| * | | | | | | | | cpufreq: sunxi: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+12 | |
| * | | | | | | | | cpufreq: shmobile: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+12 | |
| * | | | | | | | | cpufreq: rockchip: Use generic platdev driver | Finley Xiao | 2016-04-25 | 1 | -0/+11 | |
| * | | | | | | | | cpufreq: omap: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+5 | |
| * | | | | | | | | cpufreq: imx: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+5 | |
| * | | | | | | | | cpufreq: berlin: Use generic platdev driver | Viresh Kumar | 2016-04-25 | 1 | -0/+2 | |
| * | | | | | | | | cpufreq: dt: Mark platdev machines array as __initconst | Viresh Kumar | 2016-04-25 | 1 | -1/+1 | |
| * | | | | | | | | cpufreq: qoriq: Fix cooling device registration issue during suspend | Jia Hongtao | 2016-04-25 | 1 | -0/+1 | |
| * | | | | | | | | cpufreq: qoriq: Remove __exit macro from .exit callback | Jia Hongtao | 2016-04-25 | 1 | -2/+2 | |
| * | | | | | | | | cpufreq: qoriq: Don't show cooling device messages if THERMAL_OF undefined | Jia Hongtao | 2016-04-25 | 1 | -2/+2 | |
| * | | | | | | | | cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driver | Ashwin Chaugule | 2016-04-25 | 1 | -0/+21 | |
| * | | | | | | | | cpufreq: intel_pstate: Use average P-State instead of current P-State | Philippe Longepe | 2016-04-25 | 1 | -1/+7 | |
| * | | | | | | | | Merge back cpufreq changes for v4.7. | Rafael J. Wysocki | 2016-04-25 | 39 | -580/+779 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data | Viresh Kumar | 2016-04-09 | 1 | -29/+34 | |
| | * | | | | | | | | cpufreq: ACPI: policy->driver_data can't be NULL in ->exit() | Viresh Kumar | 2016-04-09 | 1 | -8/+6 | |
| | * | | | | | | | | cpufreq: Rearrange cpufreq_add_dev() | Rafael J. Wysocki | 2016-04-09 | 1 | -14/+12 | |
| | * | | | | | | | | cpufreq: Simplify switch () in cpufreq_cpu_callback() | Rafael J. Wysocki | 2016-04-09 | 1 | -4/+1 | |
| | * | | | | | | | | cpufreq: Use consistent prefixing via pr_fmt | Joe Perches | 2016-04-09 | 25 | -146/+181 | |
| | * | | | | | | | | cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2016-04-09 | 25 | -265/+199 | |
| | * | | | | | | | | intel_pstate: Use pr_fmt | Joe Perches | 2016-04-09 | 1 | -8/+10 | |
| | * | | | | | | | | cpufreq: mt8173: use list_for_each_entry*() | Geliang Tang | 2016-04-09 | 1 | -10/+4 | |
| | * | | | | | | | | intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp() | Rafael J. Wysocki | 2016-04-09 | 1 | -18/+13 | |
| | * | | | | | | | | cpufreq: exynos: Use generic platdev driver | Viresh Kumar | 2016-04-09 | 1 | -0/+9 | |
| | * | | | | | | | | cpufreq: dt: Add generic platform-device creation support | Viresh Kumar | 2016-04-09 | 3 | -0/+43 | |
| | * | | | | | | | | cpufreq: tegra124: No need of setting platform-data | Viresh Kumar | 2016-04-09 | 1 | -7/+0 | |
| | * | | | | | | | | cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modular | Paul Gortmaker | 2016-04-09 | 1 | -13/+2 | |
| | * | | | | | | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 2016-04-09 | 14 | -182/+389 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() | Rafael J. Wysocki | 2016-04-08 | 1 | -8/+11 | |
| | | * | | | | | | | cpufreq: schedutil: New governor based on scheduler utilization data | Rafael J. Wysocki | 2016-04-02 | 1 | -0/+30 | |
| | | * | | | | | | | cpufreq: Support for fast frequency switching | Rafael J. Wysocki | 2016-04-02 | 2 | -5/+167 | |
| | | * | | | | | | | cpufreq: Move governor symbols to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 1 | -14/+0 | |
| | | * | | | | | | | cpufreq: Move governor attribute set headers to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 1 | -21/+0 | |
| | | * | | | | | | | cpufreq: governor: Move abstract gov_attr_set code to seperate file | Rafael J. Wysocki | 2016-04-02 | 5 | -82/+95 | |
| | | * | | | | | | | cpufreq: governor: New data type for management part of dbs_data | Rafael J. Wysocki | 2016-04-02 | 4 | -72/+107 | |
| | | * | | | | | | | cpufreq: sched: Helpers to add and remove update_util hooks | Rafael J. Wysocki | 2016-04-02 | 2 | -42/+41 |