summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCsZhuoyu Zhang2014-03-201-1/+3
| * | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
| * | | | cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki2014-03-191-1/+3
| * | | | cpufreq: arm_big_little: set 'physical_cluster' for each CPUviresh kumar2014-03-191-1/+4
| * | | | cpufreq: arm_big_little: make vexpress driver depend on bL core driverviresh kumar2014-03-191-8/+9
| * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-1741-504/+271
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-121-2/+11
| | * | | cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-121-29/+22
| | * | | cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-1219-19/+0
| | * | | cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-1218-62/+16
| | * | | cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35
| | * | | cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-41/+5
| | * | | cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3
| | * | | cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7
| | * | | cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-061-0/+26
| | * | | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-061-55/+56
| | * | | cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar2014-03-061-24/+14
| | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-064-97/+76
| | |\ \ \
| | | * | | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-021-13/+9
| | | * | | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan2014-03-021-1/+3
| | | * | | cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan2014-03-021-11/+1
| | | * | | intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-021-1/+1
| | | * | | intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-021-13/+11
| | | * | | cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar2014-03-011-0/+5
| | | * | | cpufreq: enable ARM drivers on arm64Rob Herring2014-03-011-1/+1
| | | * | | cpufreq: Mark function as static in cpufreq.cRashika Kheria2014-02-271-1/+1
| | | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-02-271-56/+44
| | | |\ \ \
| | | | * | | cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-241-1/+0
| | | | * | | cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-241-55/+44
* | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-131-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-03-311-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cpufreq: enable ARM drivers on arm64Rob Herring2014-02-281-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki2014-03-131-2/+2
| |_|/ / / |/| | | |
* | | | | cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar2014-03-061-0/+2
* | | | | cpufreq: Initialize policy before making it available for others to useViresh Kumar2014-03-061-14/+14
* | | | | cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner2014-03-061-14/+7
| |_|/ / |/| | |
* | | | intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie2014-02-261-10/+18
|/ / /
* | | intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-211-3/+12
* | | intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-211-1/+1
* | | cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat2014-02-191-3/+7
* | | cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar2014-02-191-2/+1
| |/ |/|
* | intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie2014-02-131-9/+0
* | intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie2014-02-041-4/+17
|/
* Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-311-3/+4
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2014-01-291-3/+4
| |\ \
| | * | acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk2014-01-281-3/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-01-242-1/+17
|\ \ \ \ | |/ / / |/| | |
| * | | cpufreq: cpufreq-cpu0: add dt node parsing for cooling device propertiesEduardo Valentin2013-12-042-1/+17
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2440-590/+826
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud