summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0214-39/+72
|\
| * cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-261-4/+2Star
| * cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar2014-03-2613-29/+28Star
| * cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-261-0/+37
| * intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie2014-03-261-1/+1
| * cpufreq: resume drivers before enabling governorsViresh Kumar2014-03-261-5/+4Star
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-0141-534/+315Star
|\|
| * intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-201-8/+11
| * cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-201-0/+2
| * cpufreq: Remove unnecessary bracesStratos Karafotis2014-03-201-2/+1Star
| * cpufreq: Fix checkpatch errors and warningsStratos Karafotis2014-03-201-11/+14
| * 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/+1Star
| * 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/+271Star
| |\
| | * cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-121-2/+11
| | * cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-121-29/+22Star
| | * cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-1219-19/+0Star
| | * cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-1218-62/+16Star
| | * cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35Star
| | * cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-41/+5Star
| | * cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3Star
| | * cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7Star
| | * 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/+14Star
| | * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-064-97/+76Star
| | |\
| | | * cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-021-13/+9Star
| | | * 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/+1Star
| | | * 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/+11Star
| | | * 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/+44Star
| | | |\
| | | | * cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-241-1/+0Star
| | | | * cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-241-55/+44Star
* | | | | 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-04-011-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/+7Star
| |_|/ |/| |
* | | 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