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