index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
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
drivers: Enable building of Kirkwood drivers for mach-mvebu
Andrew Lunn
1
-1
/
+1
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
2014-01-29
Merge branches 'pm-cpufreq' and 'pm-devfreq'
Rafael J. Wysocki
1
-3
/
+4
2014-01-28
acpi-cpufreq: De-register CPU notifier and free struct msr on error.
Konrad Rzeszutek Wilk
1
-3
/
+4
2014-01-24
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2
-1
/
+17
2014-01-24
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
40
-590
/
+826
2014-01-23
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-5
/
+22
2014-01-17
cpufreq: exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQ
Lukasz Majewski
1
-1
/
+1
2014-01-17
cpufreq: exynos: Extend Exynos cpufreq driver to support boost
Lukasz Majewski
1
-0
/
+3
2014-01-17
cpufreq / boost: Kconfig: Support for software-managed BOOST
Lukasz Majewski
2
-0
/
+19
2014-01-17
acpi-cpufreq: Adjust the code to use the common boost attribute
Lukasz Majewski
1
-57
/
+29
2014-01-17
cpufreq: Add boost frequency support in core
Lukasz Majewski
2
-8
/
+166
2014-01-17
intel_pstate: Add trace point to report internal state.
Dirk Brandewie
1
-0
/
+24
2014-01-17
cpufreq: introduce cpufreq_generic_get() routine
Viresh Kumar
17
-229
/
+109
2014-01-17
cpufreq: stats: create sysfs entries when cpufreq_stats is a module
Viresh Kumar
1
-2
/
+25
2014-01-17
cpufreq: stats: free table and remove sysfs entry in a single routine
Viresh Kumar
1
-31
/
+19
2014-01-17
cpufreq: stats: remove hotplug notifiers
Viresh Kumar
1
-36
/
+2
2014-01-17
cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly
Viresh Kumar
2
-7
/
+22
2014-01-17
cpufreq: speedstep: remove unused speedstep_get_state
Paul Bolle
1
-32
/
+0
2014-01-14
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
33
-206
/
+426
2014-01-06
intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.
Dirk Brandewie
1
-1
/
+2
2014-01-06
powernow-k6: reorder frequencies
Mikulas Patocka
1
-7
/
+10
2014-01-06
powernow-k6: correctly initialize default parameters
Mikulas Patocka
1
-4
/
+72
2014-01-06
powernow-k6: disable cache when changing frequency
Mikulas Patocka
1
-17
/
+39
2014-01-06
cpufreq: exynos: Convert exynos-cpufreq to platform driver
Lukasz Majewski
1
-2
/
+11
2014-01-06
cpufreq: Make sure CPU is running on a freq from freq-table
Viresh Kumar
2
-0
/
+62
2014-01-06
cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
Viresh Kumar
19
-13
/
+22
2014-01-06
cpufreq: imx6q: add of_init_opp_table
John Tobias
1
-4
/
+17
2014-01-06
cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs
Shawn Guo
1
-3
/
+3
[prev]
[next]