Age | Commit message (Expand) | Author |
2012-11-15 | cpufreq: Remove unnecessary initialization of a local variable | Jingoo Han |
2012-11-15 | cpufreq: Make sure target freq is within limits | Viresh Kumar |
2012-11-15 | cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po... | Viresh Kumar |
2012-11-15 | cpufreq: Fix sparse warning by making local function static | Viresh Kumar |
2012-11-15 | cpufreq: return early from __cpufreq_driver_getavg() | Viresh Kumar |
2012-11-15 | cpufreq: Improve debug prints | Viresh Kumar |
2012-11-15 | cpufreq / core: Fix printing of governor and driver name | viresh kumar |
2012-11-15 | cpufreq / core: Fix typo in comment describing show_bios_limit() | viresh kumar |
2012-07-20 | cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switch | Stephen Boyd |
2012-03-14 | provide disable_cpufreq() function to disable the API. | Konrad Rzeszutek Wilk |
2012-01-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds |
2012-01-06 | [CPUFREQ] update lpj only if frequency has changed | Afzal Mohammed |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers |
2011-06-28 | cpufreq: expose a cpufreq_quick_get_max routine | Jesse Barnes |
2011-05-04 | [CPUFREQ] remove redundant sprintf from request_module call. | Kees Cook |
2011-05-04 | [CPUFREQ] use dynamic debug instead of custom infrastructure | Dominik Brodowski |
2011-05-04 | [CPUFREQ] CPU hotplug, re-create sysfs directory and symlinks | Jacob Shin |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-23 | cpufreq: Use syscore_ops for boot CPU suspend/resume (v2) | Rafael J. Wysocki |
2011-03-16 | [CPUFREQ] Remove the pm_message_t argument from driver suspend | Rafael J. Wysocki |
2011-03-01 | [CPUFREQ] fix BUG on cpufreq policy init failure | Jiri Slaby |
2011-01-04 | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger |
2010-10-22 | [CPUFREQ] drivers/cpufreq: Adjust confusing if indentation | Julia Lawall |
2010-08-03 | [CPUFREQ] fix brace coding style issue. | Neal Buckendahl |
2010-08-03 | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent | Thomas Renninger |
2010-08-03 | [CPUFREQ] unexport (un)lock_policy_rwsem* functions | Amerigo Wang |
2010-08-03 | [CPUFREQ] fix memory leak in cpufreq_add_dev | Xiaotian Feng |
2010-08-03 | [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec... | Andrej Gelenberg |
2010-05-08 | Merge commit 'v2.6.34-rc6' into x86/cpu | H. Peter Anvin |
2010-04-09 | cpufreq: Unify sysfs attribute definition macros | Borislav Petkov |
2010-03-31 | [CPUFREQ] fix a lockdep warning | Amerigo Wang |
2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2009-11-24 | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface | Thomas Renninger |
2009-11-24 | [CPUFREQ] make internal cpufreq_add_dev_* static | Alex Chiang |
2009-11-17 | [CPUFREQ] Fix stale cpufreq_cpu_governor pointer | Prarit Bhargava |
2009-11-17 | [CPUFREQ] Fix use after free on governor restore | Dmitry Monakhov |
2009-10-29 | percpu: make percpu symbols in cpufreq unique | Tejun Heo |
2009-09-01 | [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site) | Mathieu Desnoyers |
2009-09-01 | [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq | Thomas Renninger |
2009-09-01 | [CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got created | Thomas Renninger |
2009-09-01 | [CPUFREQ] Factor out policy setting from cpufreq_add_dev | Dave Jones |
2009-09-01 | [CPUFREQ] Factor out interface creation from cpufreq_add_dev | Dave Jones |
2009-09-01 | [CPUFREQ] Factor out symlink creation from cpufreq_add_dev | Dave Jones |
2009-09-01 | [CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_dev | Dave Jones |
2009-09-01 | [CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_dev | Dave Jones |
2009-09-01 | [CPUFREQ] Re-enable cpufreq suspend and resume code | Dominik Brodowski |
2009-08-04 | [CPUFREQ] Make cpufreq suspend code conditional on powerpc. | Dave Jones |
2009-08-04 | [CPUFREQ] Fix a kobject reference bug related to managed CPUs | Thomas Renninger |
2009-08-04 | [CPUFREQ] Do not set policy for offline cpus | Prarit Bhargava |