aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-19cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao1-0/+6
2014-11-29cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar1-0/+5
2014-11-25cpufreq: Ref the policy object soonerTomeu Vizoso1-21/+21
2014-11-18Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki1-2/+4
2014-11-11cpufreq: respect the min/max settings from user spaceVince Hsu1-2/+4
2014-11-08cpufreq: Avoid crash in resume on SMP without OPPGeert Uytterhoeven1-1/+2
2014-10-23cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie1-6/+17
2014-10-21cpufreq: allow driver-specific dataThomas Petazzoni1-0/+15
2014-10-03Merge back cpufreq material for v3.18.Rafael J. Wysocki1-4/+4
2014-09-30cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar1-3/+4
2014-09-29cpufreq: Replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-09-29cpufreq: Allow stop CPU callback to be used by all cpufreq driversPreeti U Murthy1-1/+1
2014-09-22cpufreq: release policy->rwsem on errorPrarit Bhargava1-0/+2
2014-09-22cpufreq: fix cpufreq suspend/resume for intel_pstateLan Tianyu1-4/+4
2014-07-21cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar1-38/+33
2014-07-21cpufreq: propagate error returned by kobject_move()Viresh Kumar1-3/+5
2014-07-21cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar1-5/+0
2014-07-17cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar1-2/+4
2014-06-18cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner1-6/+4
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar1-7/+60
2014-05-29cpufreq: handle calls to ->target_index() in separate routineViresh Kumar1-23/+33
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis1-11/+0
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat1-0/+14
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis1-0/+11
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar1-4/+2
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-5/+4
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat1-0/+37
2014-03-26cpufreq: resume drivers before enabling governorsViresh Kumar1-5/+4
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie1-0/+2
2014-03-20cpufreq: Remove unnecessary bracesStratos Karafotis1-2/+1
2014-03-20cpufreq: Fix checkpatch errors and warningsStratos Karafotis1-11/+14
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-03-19cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki1-1/+3
2014-03-17Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-206/+209
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki1-2/+2
2014-03-12cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar1-29/+22
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-1/+6
2014-03-12cpufreq: Reformat printk() statementsJoe Perches1-40/+35
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar1-0/+26
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-55/+56
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar1-24/+14
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-57/+50
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar1-0/+2
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar1-14/+14
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner1-14/+7
2014-03-01cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar1-0/+5
2014-02-27cpufreq: Mark function as static in cpufreq.cRashika Kheria1-1/+1
2014-02-24cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar1-1/+0
2014-02-24cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki1-55/+44
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar1-2/+1