summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie2013-02-091-0/+4
* cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie2013-02-091-2/+3
* cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie2013-02-091-1/+1
* cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie2013-02-091-1/+5
* cpufreq: Fix locking issuesViresh Kumar2013-02-091-34/+38
* cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar2013-02-091-15/+9
* cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar2013-02-091-15/+2
* cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2013-02-092-15/+23
* cpufreq: ondemand: Replace down_differential tuner with adj_up_thresholdStratos Karafotis2013-02-092-7/+11
* cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTRViresh Kumar2013-02-091-12/+6
* cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar2013-02-094-23/+4
* cpufreq: add imx6q-cpufreq driverShawn Guo2013-02-093-0/+346
* cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar2013-02-051-2/+3
* cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar2013-02-023-6/+1
* cpufreq: Set all cpus in policy->cpus for single cluster SoCsViresh Kumar2013-02-023-3/+3
* cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2013-02-022-8/+20
* cpufreq: governors: Remove code redundancy between governorsViresh Kumar2013-02-024-97/+53
* cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar2013-02-022-39/+20
* cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri2013-02-023-5/+7
* cpufreq: governors: implement generic policy_is_sharedFabio Baltieri2013-02-026-13/+4
* cpufreq: SPEAr: Notify all policy->cpus of frequency changeViresh Kumar2013-02-021-2/+5
* cpufreq: instantiate cpufreq-cpu0 as a platform_driverShawn Guo2013-02-023-13/+29
* cpufreq: governors: clean timer init and exit codeFabio Baltieri2013-02-021-30/+13
* cpufreq: Simplify cpufreq_add_dev()Viresh Kumar2013-02-022-101/+58
* cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar2013-02-021-7/+0
* cpufreq / highbank: add support for highbank cpufreqMark Langsdorf2013-02-024-2/+137
* powernow-k8: Cleanup init functionBorislav Petkov2013-02-021-11/+14
* powernow-k8: Cleanup module requestBorislav Petkov2013-02-021-2/+19
* cpufreq: Add a get_current_driver helperBorislav Petkov2013-02-021-0/+14
* cpufreq: Make acpi-cpufreq link firstBorislav Petkov2013-02-021-2/+3
* acpi-cpufreq: Do not load on K8Matthew Garrett2013-02-021-0/+6
* cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie2013-02-021-0/+18
* cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar2013-02-023-93/+104
* cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar2013-02-021-1/+1
* cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar2013-02-021-1/+7
* cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar2013-02-021-0/+10
* cpufreq: Manage only online cpusViresh Kumar2013-02-021-0/+7
* cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri2013-02-021-3/+2
* cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-021-6/+41
* cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-023-10/+52
* cpufreq: handle SW coordinated CPUsRickard Andersson2013-02-024-8/+43
* cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett2013-01-221-0/+7
* cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon2013-01-221-0/+5
* cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon2013-01-221-0/+3
* powernow-k8: Add a kconfig dependency on acpi-cpufreqBorislav Petkov2013-01-181-1/+1
* cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservativeLarry Finger2013-01-032-2/+8
* cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski2013-01-031-1/+9
* cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov2013-01-031-4/+7
* Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1117-937/+1219
|\
| * cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri2012-11-271-0/+8