index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-08-03
[CPUFREQ] fix brace coding style issue.
Neal Buckendahl
1
-2
/
+1
2010-08-03
[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent
Thomas Renninger
1
-0
/
+5
2010-08-03
[CPUFREQ] unexport (un)lock_policy_rwsem* functions
Amerigo Wang
1
-7
/
+3
2010-08-03
[CPUFREQ] fix memory leak in cpufreq_add_dev
Xiaotian Feng
1
-0
/
+1
2010-08-03
[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...
Andrej Gelenberg
1
-10
/
+1
2010-05-08
Merge commit 'v2.6.34-rc6' into x86/cpu
H. Peter Anvin
1
-5
/
+14
2010-04-09
cpufreq: Unify sysfs attribute definition macros
Borislav Petkov
1
-26
/
+14
[next]