summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki2015-07-162-9/+10
|\ \
| | * cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar2015-07-102-9/+9
| | * cpufreq: Initialize the governor again while restoring policyViresh Kumar2015-07-101-0/+1
| |/
* / MIPS, CPUFREQ: Fix spelling of Institute.Ralf Baechle2015-07-071-1/+1
|/
* Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds2015-07-021-1/+1
|\
| * drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Paul Gortmaker2015-06-161-1/+1
* | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-0/+1
|\ \
| * | drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codePaul Gortmaker2015-06-161-0/+1
| |/
* | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-025-209/+1Star
|\ \
| * | cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportThomas Abraham2015-06-205-209/+1Star
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-271-2/+2
|\ \
| * | MIPS: Loongson: Naming style cleanup and reworkHuacai Chen2015-06-211-2/+2
| |/
* | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-2313-492/+649
|\ \
| * | cpufreq: dt: allow driver to boot automaticallyFelipe Balbi2015-06-171-0/+1
| * | intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava2015-06-161-5/+5
| * | cpufreq: qoriq: optimize the CPU frequency switching timeTang Yuantian2015-06-151-11/+21
| * | cpufreq: gx-suspmod: Fix two typos in two commentsShailendra Verma2015-06-151-2/+2
| * | cpufreq: nforce2: Fix typo in comment to function nforce2_init()Shailendra Verma2015-06-151-1/+1
| * | cpufreq: governor: Serialize governor callbacksViresh Kumar2015-06-154-18/+18
| * | cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar2015-06-151-140/+189
| * | cpufreq: governor: register notifier from cs_init()Viresh Kumar2015-06-154-38/+22Star
| * | cpufreq: Remove cpufreq_update_policy()Viresh Kumar2015-06-111-19/+4Star
| * | cpufreq: Restart governor as soon as possibleViresh Kumar2015-06-111-33/+26Star
| * | cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar2015-06-111-11/+6Star
| * | cpufreq: Initialize policy->kobj while allocating policyViresh Kumar2015-06-111-25/+21Star
| * | cpufreq: Stop migrating sysfs files on hotplugViresh Kumar2015-06-111-85/+135
| * | cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar2015-06-101-0/+11
| * | intel_pstate: Force setting target pstate when requiredDoug Smythies2015-06-101-10/+11
| * | intel_pstate: change some inconsistent debug informationDoug Smythies2015-06-101-4/+4
| * | cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan2015-05-231-4/+7
| * | cpufreq: Fix for typos in two commentsShailendra Verma2015-05-221-2/+2
| * | cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar2015-05-151-2/+3
| * | cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar2015-05-151-15/+15
| * | cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar2015-05-151-9/+6Star
| * | cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar2015-05-151-19/+6Star
| * | cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar2015-05-151-45/+34Star
| * | cpufreq: Create for_each_{in}active_policy()Viresh Kumar2015-05-151-7/+59
| * | cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLESudeep Holla2015-05-152-6/+23
| * | intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno2015-05-121-1/+1
| * | cpufreq: Clear policy->cpus even for the last CPUViresh Kumar2015-05-071-3/+1Star
| * | cpufreq: Keep a single path for adding managed CPUsViresh Kumar2015-05-071-7/+5Star
| * | cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar2015-05-071-1/+1
| * | cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar2015-05-071-17/+12Star
| * | cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()Viresh Kumar2015-05-071-0/+27
| * | intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies2015-05-051-10/+21
| * | cpufreq: arm_big_little: remove unused cpu-cluster.<n> clock nameSudeep Holla2015-05-051-3/+1Star
| * | cpufreq: arm_big_little: check if the frequency is set correctlySudeep Holla2015-05-051-0/+9
| * | cpufreq: pxa: make pxa_freqs arrays constFabian Frederick2015-05-051-6/+6
| * | cpufreq: pxa: replace typedef pxa_freqs_t by structureFabian Frederick2015-05-051-10/+10
| |/
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-0/+1
|\ \