aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2014-11-08cpufreq: Avoid crash in resume on SMP without OPPGeert Uytterhoeven
2014-10-23cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie
2014-10-21cpufreq: allow driver-specific dataThomas Petazzoni
2014-10-03Merge back cpufreq material for v3.18.Rafael J. Wysocki
2014-09-30cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar
2014-09-29cpufreq: Replace strnicmp with strncasecmpRasmus Villemoes
2014-09-29cpufreq: Allow stop CPU callback to be used by all cpufreq driversPreeti U Murthy
2014-09-22cpufreq: release policy->rwsem on errorPrarit Bhargava
2014-09-22cpufreq: fix cpufreq suspend/resume for intel_pstateLan Tianyu
2014-07-21cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar
2014-07-21cpufreq: propagate error returned by kobject_move()Viresh Kumar
2014-07-21cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar
2014-07-17cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar
2014-06-18cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar
2014-05-29cpufreq: handle calls to ->target_index() in separate routineViresh Kumar
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat
2014-03-26cpufreq: resume drivers before enabling governorsViresh Kumar
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie
2014-03-20cpufreq: Remove unnecessary bracesStratos Karafotis
2014-03-20cpufreq: Fix checkpatch errors and warningsStratos Karafotis
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar
2014-03-19cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki
2014-03-17Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki
2014-03-12cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar
2014-03-12cpufreq: Reformat printk() statementsJoe Perches
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner
2014-03-01cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar
2014-02-27cpufreq: Mark function as static in cpufreq.cRashika Kheria
2014-02-24cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar
2014-02-24cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar