summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2015-08-14cpufreq: exynos: Fix for memory leak in case SoC name does not matchShailendra Verma-2/+4
2015-08-03CPUFREQ: Loongson2: Fix broken build due to incorrect include.Ralf Baechle-1/+1
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki-53/+55
2015-07-27intel_pstate: Add get_scaling cpu_defaults param to Knights LandingLukasz Anaczkowski-0/+1
2015-07-16Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki-9/+10
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar-9/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyViresh Kumar-0/+1
2015-07-07MIPS, CPUFREQ: Fix spelling of Institute.Ralf Baechle-1/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+1
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-209/+1
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-492/+649
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2015-06-21MIPS: Loongson: Naming style cleanup and reworkHuacai Chen-2/+2
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportThomas Abraham-209/+1
2015-06-17cpufreq: dt: allow driver to boot automaticallyFelipe Balbi-0/+1
2015-06-16intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava-5/+5
2015-06-16drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Paul Gortmaker-1/+1
2015-06-16drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codePaul Gortmaker-0/+1
2015-06-15cpufreq: qoriq: optimize the CPU frequency switching timeTang Yuantian-11/+21
2015-06-15cpufreq: gx-suspmod: Fix two typos in two commentsShailendra Verma-2/+2
2015-06-15cpufreq: nforce2: Fix typo in comment to function nforce2_init()Shailendra Verma-1/+1
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar-18/+18
2015-06-15cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar-140/+189
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar-38/+22
2015-06-11cpufreq: Remove cpufreq_update_policy()Viresh Kumar-19/+4
2015-06-11cpufreq: Restart governor as soon as possibleViresh Kumar-33/+26
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar-11/+6
2015-06-11cpufreq: Initialize policy->kobj while allocating policyViresh Kumar-25/+21
2015-06-11cpufreq: Stop migrating sysfs files on hotplugViresh Kumar-85/+135
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar-0/+11
2015-06-10intel_pstate: Force setting target pstate when requiredDoug Smythies-10/+11
2015-06-10intel_pstate: change some inconsistent debug informationDoug Smythies-4/+4
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell-0/+1
2015-05-27speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski-1/+1
2015-05-27acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski-2/+3
2015-05-27p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski-1/+1
2015-05-27powernow-k8: Replace cpu_core_mask() with topology_core_cpumask()Bartosz Golaszewski-10/+3
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan-4/+7
2015-05-22cpufreq: Fix for typos in two commentsShailendra Verma-2/+2
2015-05-15cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar-2/+3
2015-05-15cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar-15/+15
2015-05-15cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar-9/+6
2015-05-15cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar-19/+6
2015-05-15cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar-45/+34
2015-05-15cpufreq: Create for_each_{in}active_policy()Viresh Kumar-7/+59
2015-05-15cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLESudeep Holla-6/+23
2015-05-12intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno-1/+1
2015-05-07cpufreq: Clear policy->cpus even for the last CPUViresh Kumar-3/+1