Age | Commit message (Expand) | Author | Files | Lines |
2015-08-14 | cpufreq: exynos: Fix for memory leak in case SoC name does not match | Shailendra Verma | 1 | -2/+4 |
2015-08-03 | CPUFREQ: Loongson2: Fix broken build due to incorrect include. | Ralf Baechle | 1 | -1/+1 |
2015-07-28 | cpufreq: Avoid attempts to create duplicate symbolic links | Rafael J. Wysocki | 1 | -53/+55 |
2015-07-27 | intel_pstate: Add get_scaling cpu_defaults param to Knights Landing | Lukasz Anaczkowski | 1 | -0/+1 |
2015-07-17 | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources' | Rafael J. Wysocki | 2 | -9/+10 |
2015-07-10 | cpufreq: Allow freq_table to be obtained for offline CPUs | Viresh Kumar | 2 | -9/+9 |
2015-07-10 | cpufreq: Initialize the governor again while restoring policy | Viresh Kumar | 1 | -0/+1 |
2015-07-07 | MIPS, CPUFREQ: Fix spelling of Institute. | Ralf Baechle | 1 | -1/+1 |
2015-07-02 | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+1 |
2015-07-02 | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2015-07-02 | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -209/+1 |
2015-06-27 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -2/+2 |
2015-06-24 | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 13 | -492/+649 |
2015-06-23 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2015-06-21 | MIPS: Loongson: Naming style cleanup and rework | Huacai Chen | 1 | -2/+2 |
2015-06-20 | cpufreq: exynos: remove Exynos4210 specific cpufreq driver support | Thomas Abraham | 5 | -209/+1 |
2015-06-17 | cpufreq: dt: allow driver to boot automatically | Felipe Balbi | 1 | -0/+1 |
2015-06-16 | intel_pstate: Fix overflow in busy_scaled due to long delay | Prarit Bhargava | 1 | -5/+5 |
2015-06-16 | drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor... | Paul Gortmaker | 1 | -1/+1 |
2015-06-16 | drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code | Paul Gortmaker | 1 | -0/+1 |
2015-06-15 | cpufreq: qoriq: optimize the CPU frequency switching time | Tang Yuantian | 1 | -11/+21 |
2015-06-15 | cpufreq: gx-suspmod: Fix two typos in two comments | Shailendra Verma | 1 | -2/+2 |
2015-06-15 | cpufreq: nforce2: Fix typo in comment to function nforce2_init() | Shailendra Verma | 1 | -1/+1 |
2015-06-15 | cpufreq: governor: Serialize governor callbacks | Viresh Kumar | 4 | -18/+18 |
2015-06-15 | cpufreq: governor: split cpufreq_governor_dbs() | Viresh Kumar | 1 | -140/+189 |
2015-06-15 | cpufreq: governor: register notifier from cs_init() | Viresh Kumar | 4 | -38/+22 |
2015-06-11 | cpufreq: Remove cpufreq_update_policy() | Viresh Kumar | 1 | -19/+4 |
2015-06-11 | cpufreq: Restart governor as soon as possible | Viresh Kumar | 1 | -33/+26 |
2015-06-11 | cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free() | Viresh Kumar | 1 | -11/+6 |
2015-06-11 | cpufreq: Initialize policy->kobj while allocating policy | Viresh Kumar | 1 | -25/+21 |
2015-06-11 | cpufreq: Stop migrating sysfs files on hotplug | Viresh Kumar | 1 | -85/+135 |
2015-06-10 | cpufreq: Don't allow updating inactive policies from sysfs | Viresh Kumar | 1 | -0/+11 |
2015-06-10 | intel_pstate: Force setting target pstate when required | Doug Smythies | 1 | -10/+11 |
2015-06-10 | intel_pstate: change some inconsistent debug information | Doug Smythies | 1 | -4/+4 |
2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 1 | -0/+1 |
2015-05-27 | speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-27 | acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski | 1 | -2/+3 |
2015-05-27 | p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-27 | powernow-k8: Replace cpu_core_mask() with topology_core_cpumask() | Bartosz Golaszewski | 1 | -10/+3 |
2015-05-23 | cpufreq: Track cpu managing sysfs kobjects separately | Saravana Kannan | 1 | -4/+7 |
2015-05-23 | cpufreq: Fix for typos in two comments | Shailendra Verma | 1 | -2/+2 |
2015-05-15 | cpufreq: Mark policy->governor = NULL for inactive policies | Viresh Kumar | 1 | -2/+3 |
2015-05-15 | cpufreq: Manage governor usage history with 'policy->last_governor' | Viresh Kumar | 1 | -15/+15 |
2015-05-15 | cpufreq: Don't traverse all active policies to find policy for a cpu | Viresh Kumar | 1 | -9/+6 |
2015-05-15 | cpufreq: Get rid of cpufreq_cpu_data_fallback | Viresh Kumar | 1 | -19/+6 |
2015-05-15 | cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policies | Viresh Kumar | 1 | -45/+34 |
2015-05-15 | cpufreq: Create for_each_{in}active_policy() | Viresh Kumar | 1 | -7/+59 |
2015-05-15 | cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLE | Sudeep Holla | 2 | -6/+23 |
2015-05-13 | intel_pstate: set BYT MSR with wrmsrl_on_cpu() | Joe Konno | 1 | -1/+1 |
2015-05-08 | cpufreq: Clear policy->cpus even for the last CPU | Viresh Kumar | 1 | -3/+1 |