index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
41
-534
/
+315
2014-04-01
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2014-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2014-03-20
intel_pstate: Set core to min P state during core offline
Dirk Brandewie
1
-8
/
+11
2014-03-20
cpufreq: Add stop CPU callback to cpufreq_driver interface
Dirk Brandewie
1
-0
/
+2
2014-03-20
cpufreq: Remove unnecessary braces
Stratos Karafotis
1
-2
/
+1
2014-03-20
cpufreq: Fix checkpatch errors and warnings
Stratos Karafotis
1
-11
/
+14
2014-03-20
cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCs
Zhuoyu Zhang
1
-1
/
+3
2014-03-19
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Viresh Kumar
1
-2
/
+1
2014-03-19
cpufreq: Do not allow ->setpolicy drivers to provide ->target
Rafael J. Wysocki
1
-1
/
+3
2014-03-19
cpufreq: arm_big_little: set 'physical_cluster' for each CPU
viresh kumar
1
-1
/
+4
2014-03-19
cpufreq: arm_big_little: make vexpress driver depend on bL core driver
viresh kumar
1
-8
/
+9
2014-03-17
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
41
-504
/
+271
2014-03-13
cputime: Default implementation of nsecs -> cputime conversion
Frederic Weisbecker
1
-1
/
+1
2014-03-13
cpufreq: Skip current frequency initialization for ->setpolicy drivers
Rafael J. Wysocki
1
-2
/
+2
2014-03-12
cpufreq: SPEAr: Instantiate as platform_driver
Viresh Kumar
1
-2
/
+11
2014-03-12
cpufreq: Remove unnecessary variable/parameter 'frozen'
Viresh Kumar
1
-29
/
+22
2014-03-12
cpufreq: Remove cpufreq_generic_exit()
Viresh Kumar
19
-19
/
+0
2014-03-12
cpufreq: add 'freq_table' in struct cpufreq_policy
Viresh Kumar
18
-62
/
+16
2014-03-12
cpufreq: Reformat printk() statements
Joe Perches
1
-40
/
+35
2014-03-06
cpufreq: Tegra: Use cpufreq_generic_suspend()
Viresh Kumar
1
-41
/
+5
2014-03-06
cpufreq: s5pv210: Use cpufreq_generic_suspend()
Viresh Kumar
1
-46
/
+3
2014-03-06
cpufreq: exynos: Use cpufreq_generic_suspend()
Viresh Kumar
1
-89
/
+7
2014-03-06
cpufreq: Implement cpufreq_generic_suspend()
Viresh Kumar
1
-0
/
+26
2014-03-06
cpufreq: suspend governors on system suspend/hibernate
Viresh Kumar
1
-55
/
+56
2014-03-06
cpufreq: move call to __find_governor() to cpufreq_init_policy()
viresh kumar
1
-24
/
+14
2014-03-06
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
4
-97
/
+76
2014-03-06
cpufreq: Initialize governor for a new policy under policy->rwsem
Viresh Kumar
1
-0
/
+2
2014-03-06
cpufreq: Initialize policy before making it available for others to use
Viresh Kumar
1
-14
/
+14
2014-03-06
cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditions
Aaron Plattner
1
-14
/
+7
2014-03-02
cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()
Saravana Kannan
1
-13
/
+9
2014-03-02
cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()
Saravana Kannan
1
-1
/
+3
2014-03-02
cpufreq: stats: Remove redundant cpufreq_cpu_get() call
Saravana Kannan
1
-11
/
+1
2014-03-02
intel_pstate: fix pid_reset to use fixed point values
Dirk Brandewie
1
-1
/
+1
2014-03-02
intel_pstate: remove unneeded sample buffers
Dirk Brandewie
1
-13
/
+11
2014-03-01
cpufreq: Return error if ->get() failed in cpufreq_update_policy()
Viresh Kumar
1
-0
/
+5
2014-03-01
cpufreq: enable ARM drivers on arm64
Rob Herring
1
-1
/
+1
2014-02-28
cpufreq: enable ARM drivers on arm64
Rob Herring
1
-1
/
+1
2014-02-27
cpufreq: Mark function as static in cpufreq.c
Rashika Kheria
1
-1
/
+1
2014-02-27
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
1
-56
/
+44
2014-02-26
intel_pstate: Change busy calculation to use fixed point math.
Dirk Brandewie
1
-10
/
+18
2014-02-24
cpufreq: don't call cpufreq_update_policy() on CPU addition
Viresh Kumar
1
-1
/
+0
2014-02-24
cpufreq: Refactor cpufreq_set_policy()
Rafael J. Wysocki
1
-55
/
+44
2014-02-21
intel_pstate: Add support for Baytrail turbo P states
Dirk Brandewie
1
-3
/
+12
2014-02-21
intel_pstate: Use LFM bus ratio as min ratio/P state
Dirk Brandewie
1
-1
/
+1
2014-02-19
cpufreq: powernow-k8: Initialize per-cpu data-structures properly
Srivatsa S. Bhat
1
-3
/
+7
2014-02-19
cpufreq: remove sysfs link when a cpu != policy->cpu, is removed
viresh kumar
1
-2
/
+1
2014-02-13
intel_pstate: Remove energy reporting from pstate_sample tracepoint
Dirk Brandewie
1
-9
/
+0
2014-02-04
intel_pstate: Take core C0 time into account for core busy calculation
Dirk Brandewie
1
-4
/
+17
2014-01-31
Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+4
[next]