aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAge
...
| * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-11
| | * | | cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-11
| | * | | cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-11
| | * | | cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-11
| | * | | cpufreq: Reformat printk() statementsJoe Perches2014-03-11
| | * | | cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-06
| | * | | cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-06
| | * | | cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-06
| | * | | cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-06
| | * | | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-06
| | * | | cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar2014-03-06
| | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-06
| | |\ \ \
| | | * | | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-01
| | | * | | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan2014-03-01
| | | * | | cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan2014-03-01
| | | * | | intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-01
| | | * | | intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-01
| | | * | | cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar2014-02-28
| | | * | | cpufreq: enable ARM drivers on arm64Rob Herring2014-02-28
| | | * | | cpufreq: Mark function as static in cpufreq.cRashika Kheria2014-02-26
| | | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-02-26
| | | |\ \ \
| | | | * | | cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-24
| | | | * | | cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-24
* | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\ \ \ \ \ \ \
| * | | | | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-03-31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cpufreq: enable ARM drivers on arm64Rob Herring2014-02-28
| | |_|_|/ / | |/| | | |
* | | | | | cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki2014-03-12
| |_|/ / / |/| | | |
* | | | | cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar2014-03-06
* | | | | cpufreq: Initialize policy before making it available for others to useViresh Kumar2014-03-06
* | | | | cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner2014-03-06
| |_|/ / |/| | |
* | | | intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie2014-02-25
|/ / /
* | | intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-20
* | | intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-20
* | | cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat2014-02-18
* | | cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar2014-02-18
| |/ |/|
* | intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie2014-02-12
* | intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie2014-02-04
|/
* Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-31
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2014-01-29
| |\ \
| | * | acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk2014-01-28
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-01-24
|\ \ \ \ | |/ / / |/| | |
| * | | cpufreq: cpufreq-cpu0: add dt node parsing for cooling device propertiesEduardo Valentin2013-12-04
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-24
|\ \ \ \ | | |/ / | |/| |
| * | | cpufreq: exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski2014-01-16
| * | | cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski2014-01-16
| * | | cpufreq / boost: Kconfig: Support for software-managed BOOSTLukasz Majewski2014-01-16
| * | | acpi-cpufreq: Adjust the code to use the common boost attributeLukasz Majewski2014-01-16
| * | | cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-16