Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| | | * | | | | | | | Merge back intel_pstate fixes for v4.6. | Rafael J. Wysocki | 2016-04-02 | 1 | -12/+32 | |
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 2016-05-05 | 3 | -6/+14 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 2 | -20/+189 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ | Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes' | Rafael J. Wysocki | 2016-05-06 | 3 | -19/+37 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | intel_pstate: Fix intel_pstate_get() | Rafael J. Wysocki | 2016-05-04 | 1 | -6/+8 | |
| * | | | | | | | cpufreq: intel_pstate: Fix HWP on boot CPU after system resume | Rafael J. Wysocki | 2016-05-02 | 2 | -13/+25 | |
| * | | | | | | | cpufreq: st: enable selective initialization based on the platform | Sudeep Holla | 2016-04-28 | 1 | -0/+4 | |
* | | | | | | | | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2016-04-29 | 2 | -6/+7 | |
|\| | | | | | | | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | cpufreq: intel_pstate: Fix processing for turbo activation ratio | Srinivas Pandruvada | 2016-04-25 | 1 | -0/+5 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG... | Rafael J. Wysocki | 2016-04-25 | 1 | -6/+2 | |
* | | | | | | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2016-04-21 | 2 | -0/+7 | |
|\| | | | | | |_|/ / / |/| | | | | ||||||
| * | | | | cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set | Rafael J. Wysocki | 2016-04-18 | 1 | -0/+3 | |
| * | | | | intel_pstate: Avoid getting stuck in high P-states when idle | Rafael J. Wysocki | 2016-04-10 | 1 | -0/+4 | |
| | |/ / | |/| | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' | Rafael J. Wysocki | 2016-04-08 | 2 | -20/+189 | |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | |