Age | Commit message (Expand) | Author | Files | Lines |
2014-04-14 | cpufreq: Fix governor start/stop race condition | Xiaoguang Chen | 1 | -0/+24 |
2013-08-12 | cpufreq: Fix cpufreq driver module refcount balance after suspend/resume | Rafael J. Wysocki | 1 | -9/+10 |
2013-07-26 | cpufreq: Revert commit a66b2e to fix suspend/resume regression | Srivatsa S. Bhat | 1 | -1/+3 |
2013-05-22 | cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT | Viresh Kumar | 1 | -2/+7 |
2013-05-15 | cpufreq: Preserve sysfs files across suspend/resume | Srivatsa S. Bhat | 1 | -3/+1 |
2013-05-12 | cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount | Viresh Kumar | 1 | -3/+3 |
2013-04-29 | cpufreq: Revert incorrect commit 5800043 | Rafael J. Wysocki | 1 | -214/+69 |
2013-04-22 | cpufreq: Don't call __cpufreq_governor() for drivers without target() | Viresh Kumar | 1 | -5/+13 |
2013-04-12 | cpufreq: Call __cpufreq_governor() with correct policy->cpus mask | Viresh Kumar | 1 | -1/+3 |
2013-04-10 | cpufreq: convert cpufreq_driver to using RCU | Nathan Zimmer | 1 | -67/+208 |
2013-04-02 | cpufreq: Notify all policy->cpus in cpufreq_notify_transition() | Viresh Kumar | 1 | -19/+26 |
2013-04-01 | cpufreq: governor: Implement per policy instances of governors | Viresh Kumar | 1 | -4/+11 |
2013-04-01 | cpufreq: Add per policy governor-init/exit infrastructure | Viresh Kumar | 1 | -3/+18 |
2013-04-01 | cpufreq: Convert the cpufreq_driver_lock to a rwlock | Nathan Zimmer | 1 | -26/+26 |
2013-02-15 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -244/+215 |
2013-02-09 | cpufreq: Do not track governor name for scaling drivers with internal governors. | Dirk Brandewie | 1 | -2/+3 |
2013-02-09 | cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr... | Dirk Brandewie | 1 | -1/+1 |
2013-02-09 | cpufreq: Retrieve current frequency from scaling drivers with internal governors | Dirk Brandewie | 1 | -1/+5 |
2013-02-09 | cpufreq: Fix locking issues | Viresh Kumar | 1 | -34/+38 |
2013-02-09 | cpufreq: Create a macro for unlock_policy_rwsem{read,write} | Viresh Kumar | 1 | -15/+9 |
2013-02-09 | cpufreq: Remove unused HOTPLUG_CPU code | Viresh Kumar | 1 | -15/+2 |
2013-02-09 | cpufreq: governors: Fix WARN_ON() for multi-policy platforms | Viresh Kumar | 1 | -2/+4 |
2013-02-09 | cpufreq: Don't check cpu_online(policy->cpu) | Viresh Kumar | 1 | -14/+3 |
2013-02-06 | cpufreq: Don't remove sysfs link for policy->cpu | Viresh Kumar | 1 | -2/+3 |
2013-02-02 | cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() | Viresh Kumar | 1 | -0/+4 |
2013-02-02 | cpufreq: Simplify cpufreq_add_dev() | Viresh Kumar | 1 | -100/+58 |
2013-02-02 | cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis... | Viresh Kumar | 1 | -7/+0 |
2013-02-02 | cpufreq: Add a get_current_driver helper | Borislav Petkov | 1 | -0/+14 |
2013-02-02 | cpufreq: handle cpufreq being disabled for all exported function. | Dirk Brandewie | 1 | -0/+18 |
2013-02-02 | cpufreq: Simplify __cpufreq_remove_dev() | Viresh Kumar | 1 | -91/+70 |
2013-02-02 | cpufreq: Don't use cpu removed during cpufreq_driver_unregister | Viresh Kumar | 1 | -1/+7 |
2013-02-02 | cpufreq: Notify governors when cpus are hot-[un]plugged | Viresh Kumar | 1 | -0/+10 |
2013-02-02 | cpufreq: Manage only online cpus | Viresh Kumar | 1 | -0/+7 |
2013-01-26 | PM / tracing: remove deprecated power trace API | Paul Gortmaker | 1 | -1/+0 |
2012-11-15 | cpufreq: Remove unnecessary initialization of a local variable | Jingoo Han | 1 | -2/+2 |
2012-11-15 | cpufreq: Make sure target freq is within limits | Viresh Kumar | 1 | -2/+9 |
2012-11-15 | cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po... | Viresh Kumar | 1 | -0/+4 |
2012-11-15 | cpufreq: Fix sparse warning by making local function static | Viresh Kumar | 1 | -1/+1 |
2012-11-15 | cpufreq: return early from __cpufreq_driver_getavg() | Viresh Kumar | 1 | -2/+4 |
2012-11-15 | cpufreq: Improve debug prints | Viresh Kumar | 1 | -0/+2 |
2012-11-15 | cpufreq / core: Fix printing of governor and driver name | viresh kumar | 1 | -3/+3 |
2012-11-15 | cpufreq / core: Fix typo in comment describing show_bios_limit() | viresh kumar | 1 | -1/+1 |
2012-07-20 | cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switch | Stephen Boyd | 1 | -8/+27 |
2012-03-14 | provide disable_cpufreq() function to disable the API. | Konrad Rzeszutek Wilk | 1 | -0/+24 |
2012-01-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 1 | -2/+1 |
2012-01-06 | [CPUFREQ] update lpj only if frequency has changed | Afzal Mohammed | 1 | -2/+1 |
2011-12-22 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 1 | -40/+39 |
2011-06-29 | cpufreq: expose a cpufreq_quick_get_max routine | Jesse Barnes | 1 | -0/+20 |
2011-05-04 | [CPUFREQ] remove redundant sprintf from request_module call. | Kees Cook | 1 | -13/+6 |
2011-05-04 | [CPUFREQ] use dynamic debug instead of custom infrastructure | Dominik Brodowski | 1 | -143/+37 |