| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs | Andrew Lunn | 2013-02-09 | 5 | -0/+294 |
* | cpufreq/x86: Add P-state driver for sandy bridge. | Dirk Brandewie | 2013-02-09 | 3 | -0/+825 |
* | cpufreq_stats: do not remove sysfs files if frequency table is not present | Dirk Brandewie | 2013-02-09 | 1 | -0/+4 |
* | cpufreq: Do not track governor name for scaling drivers with internal governors. | Dirk Brandewie | 2013-02-09 | 1 | -2/+3 |
* | cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr... | Dirk Brandewie | 2013-02-09 | 1 | -1/+1 |
* | cpufreq: Retrieve current frequency from scaling drivers with internal governors | Dirk Brandewie | 2013-02-09 | 1 | -1/+5 |
* | cpufreq: Fix locking issues | Viresh Kumar | 2013-02-09 | 1 | -34/+38 |
* | cpufreq: Create a macro for unlock_policy_rwsem{read,write} | Viresh Kumar | 2013-02-09 | 1 | -15/+9 |
* | cpufreq: Remove unused HOTPLUG_CPU code | Viresh Kumar | 2013-02-09 | 1 | -15/+2 |
* | cpufreq: governors: Fix WARN_ON() for multi-policy platforms | Viresh Kumar | 2013-02-09 | 2 | -15/+23 |
* | cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold | Stratos Karafotis | 2013-02-09 | 2 | -7/+11 |
* | cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR | Viresh Kumar | 2013-02-09 | 1 | -12/+6 |
* | cpufreq: Don't check cpu_online(policy->cpu) | Viresh Kumar | 2013-02-09 | 4 | -23/+4 |
* | cpufreq: add imx6q-cpufreq driver | Shawn Guo | 2013-02-09 | 3 | -0/+346 |
* | cpufreq: Don't remove sysfs link for policy->cpu | Viresh Kumar | 2013-02-05 | 1 | -2/+3 |
* | cpufreq: Remove unnecessary use of policy->shared_type | Viresh Kumar | 2013-02-02 | 5 | -8/+3 |
* | cpufreq: Set all cpus in policy->cpus for single cluster SoCs | Viresh Kumar | 2013-02-02 | 3 | -3/+3 |
* | cpufreq: TEGRA: Set policy->cpus from driver->init() | Viresh Kumar | 2013-02-02 | 1 | -1/+1 |
* | cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() | Viresh Kumar | 2013-02-02 | 3 | -8/+21 |
* | cpufreq: governors: Remove code redundancy between governors | Viresh Kumar | 2013-02-02 | 4 | -97/+53 |
* | cpufreq: governors: Get rid of dbs_data->enable field | Viresh Kumar | 2013-02-02 | 2 | -39/+20 |
* | cpufreq: governors: fix misuse of cdbs.cpu | Fabio Baltieri | 2013-02-02 | 3 | -5/+7 |
* | cpufreq: governors: implement generic policy_is_shared | Fabio Baltieri | 2013-02-02 | 7 | -13/+9 |
* | cpufreq: SPEAr: Notify all policy->cpus of frequency change | Viresh Kumar | 2013-02-02 | 1 | -2/+5 |
* | cpufreq: Update Documentation for cpus and related_cpus | Viresh Kumar | 2013-02-02 | 3 | -6/+14 |
* | cpufreq: instantiate cpufreq-cpu0 as a platform_driver | Shawn Guo | 2013-02-02 | 3 | -13/+29 |
* | cpufreq: governors: clean timer init and exit code | Fabio Baltieri | 2013-02-02 | 1 | -30/+13 |
* | cpufreq: Simplify cpufreq_add_dev() | Viresh Kumar | 2013-02-02 | 2 | -101/+58 |
* | cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis... | Viresh Kumar | 2013-02-02 | 1 | -7/+0 |
* | PM / OPP: Export more symbols for module usage | Mark Langsdorf | 2013-02-02 | 1 | -0/+3 |
* | PM / OPP: switch exported symbols to GPL variant | Nishanth Menon | 2013-02-02 | 1 | -8/+8 |
* | cpufreq / highbank: add support for highbank cpufreq | Mark Langsdorf | 2013-02-02 | 6 | -2/+149 |
* | ARM / highbank: add support for pl320 IPC | Rob Herring | 2013-02-02 | 7 | -0/+241 |
* | clk / highbank: Prevent glitches in non-bypass reset mode | Mark Langsdorf | 2013-02-02 | 1 | -0/+2 |
* | ARM: use device tree to get smp_twd clock | Rob Herring | 2013-02-02 | 1 | -34/+19 |
* | cpufreq: Sort function prototypes properly | Borislav Petkov | 2013-02-02 | 1 | -3/+3 |
* | powernow-k8: Cleanup init function | Borislav Petkov | 2013-02-02 | 1 | -11/+14 |
* | powernow-k8: Cleanup module request | Borislav Petkov | 2013-02-02 | 1 | -2/+19 |
* | cpufreq: Add a get_current_driver helper | Borislav Petkov | 2013-02-02 | 2 | -0/+15 |
* | cpufreq: Make acpi-cpufreq link first | Borislav Petkov | 2013-02-02 | 1 | -2/+3 |
* | acpi-cpufreq: Do not load on K8 | Matthew Garrett | 2013-02-02 | 1 | -0/+6 |
* | cpufreq: handle cpufreq being disabled for all exported function. | Dirk Brandewie | 2013-02-02 | 1 | -0/+18 |
* | cpufreq: Simplify __cpufreq_remove_dev() | Viresh Kumar | 2013-02-02 | 4 | -98/+113 |
* | cpufreq: SPEAr: Fix sparse warning for cpufreq driver | Viresh Kumar | 2013-02-02 | 1 | -1/+1 |
* | cpufreq: Don't use cpu removed during cpufreq_driver_unregister | Viresh Kumar | 2013-02-02 | 1 | -1/+7 |
* | cpufreq: Notify governors when cpus are hot-[un]plugged | Viresh Kumar | 2013-02-02 | 1 | -0/+10 |
* | cpufreq: Manage only online cpus | Viresh Kumar | 2013-02-02 | 1 | -0/+7 |
* | cpufreq: ondemand: use all CPUs in update_sampling_rate | Fabio Baltieri | 2013-02-02 | 1 | -3/+2 |
* | cpufreq: conservative: call dbs_check_cpu only when necessary | Fabio Baltieri | 2013-02-02 | 1 | -6/+41 |
* | cpufreq: ondemand: call dbs_check_cpu only when necessary | Fabio Baltieri | 2013-02-02 | 3 | -10/+52 |