aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-4/+226
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+3
2015-08-20Merge tag 'tegra-for-4.3-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 4-4/+226
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesGravatar Ingo Molnar 3-54/+57
2015-08-14cpufreq: exynos: Fix for memory leak in case SoC name does not matchGravatar Shailendra Verma 1-2/+4
2015-08-05bus: subsys: update return type of ->remove_dev() to voidGravatar Viresh Kumar 1-7/+5
2015-08-03CPUFREQ: Loongson2: Fix broken build due to incorrect include.Gravatar Ralf Baechle 1-1/+1
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesGravatar Ingo Molnar 3-10/+11
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksGravatar Rafael J. Wysocki 1-53/+55
2015-07-27intel_pstate: Add get_scaling cpu_defaults param to Knights LandingGravatar Lukasz Anaczkowski 1-0/+1
2015-07-16Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Gravatar Rafael J. Wysocki 2-9/+10
2015-07-16cpufreq: Add cpufreq driver for Tegra124Gravatar Tuomas Tynkkynen 3-0/+222
2015-07-16cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreqGravatar Tuomas Tynkkynen 3-4/+4
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsGravatar Viresh Kumar 2-9/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyGravatar Viresh Kumar 1-0/+1
2015-07-07MIPS, CPUFREQ: Fix spelling of Institute.Gravatar Ralf Baechle 1-1/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Gravatar Andy Lutomirski 1-1/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-1/+1
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-209/+1
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 13-492/+649
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2015-06-21MIPS: Loongson: Naming style cleanup and reworkGravatar Huacai Chen 1-2/+2
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportGravatar Thomas Abraham 5-209/+1
2015-06-17cpufreq: dt: allow driver to boot automaticallyGravatar Felipe Balbi 1-0/+1
2015-06-16intel_pstate: Fix overflow in busy_scaled due to long delayGravatar Prarit Bhargava 1-5/+5
2015-06-16drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Gravatar Paul Gortmaker 1-1/+1
2015-06-16drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codeGravatar Paul Gortmaker 1-0/+1
2015-06-15cpufreq: qoriq: optimize the CPU frequency switching timeGravatar Tang Yuantian 1-11/+21
2015-06-15cpufreq: gx-suspmod: Fix two typos in two commentsGravatar Shailendra Verma 1-2/+2
2015-06-15cpufreq: nforce2: Fix typo in comment to function nforce2_init()Gravatar Shailendra Verma 1-1/+1
2015-06-15cpufreq: governor: Serialize governor callbacksGravatar Viresh Kumar 4-18/+18
2015-06-15cpufreq: governor: split cpufreq_governor_dbs()Gravatar Viresh Kumar 1-140/+189
2015-06-15cpufreq: governor: register notifier from cs_init()Gravatar Viresh Kumar 4-38/+22
2015-06-11cpufreq: Remove cpufreq_update_policy()Gravatar Viresh Kumar 1-19/+4
2015-06-11cpufreq: Restart governor as soon as possibleGravatar Viresh Kumar 1-33/+26
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Gravatar Viresh Kumar 1-11/+6
2015-06-11cpufreq: Initialize policy->kobj while allocating policyGravatar Viresh Kumar 1-25/+21
2015-06-11cpufreq: Stop migrating sysfs files on hotplugGravatar Viresh Kumar 1-85/+135
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsGravatar Viresh Kumar 1-0/+11
2015-06-10intel_pstate: Force setting target pstate when requiredGravatar Doug Smythies 1-10/+11
2015-06-10intel_pstate: change some inconsistent debug informationGravatar Doug Smythies 1-4/+4
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Gravatar Stephen Rothwell 1-0/+1
2015-05-27speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask()Gravatar Bartosz Golaszewski 1-1/+1
2015-05-27acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask()Gravatar Bartosz Golaszewski 1-2/+3
2015-05-27p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask()Gravatar Bartosz Golaszewski 1-1/+1
2015-05-27powernow-k8: Replace cpu_core_mask() with topology_core_cpumask()Gravatar Bartosz Golaszewski 1-10/+3
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelyGravatar Saravana Kannan 1-4/+7