index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-22
cpufreq: Don't call __cpufreq_governor() for drivers without target()
Viresh Kumar
1
-5
/
+13
2013-04-11
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-05
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-11
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-21
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
Kay Sievers
1
-40
/
+39
2011-06-28
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
2011-05-04
[CPUFREQ] CPU hotplug, re-create sysfs directory and symlinks
Jacob Shin
1
-2
/
+18
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)
Rafael J. Wysocki
1
-40
/
+26
2011-03-16
[CPUFREQ] Remove the pm_message_t argument from driver suspend
Rafael J. Wysocki
1
-1
/
+1
2011-03-01
[CPUFREQ] fix BUG on cpufreq policy init failure
Jiri Slaby
1
-12
/
+15
2011-01-04
perf: Clean up power events by introducing new, more generic ones
Thomas Renninger
1
-0
/
+1
2010-10-22
[CPUFREQ] drivers/cpufreq: Adjust confusing if indentation
Julia Lawall
1
-2
/
+2
[next]