summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2015-04-03cpufreq: Schedule work for the first-online CPU on resumeViresh Kumar
2015-02-03cpufreq: Create for_each_governor()Viresh Kumar
2015-02-03cpufreq: Create for_each_policy()Viresh Kumar
2015-02-03cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()Viresh Kumar
2015-02-03cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectViresh Kumar
2015-01-23cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar
2015-01-23cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar
2015-01-23cpufreq: move some initialization stuff to cpufreq_policy_alloc()Viresh Kumar
2015-01-23cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUsViresh Kumar
2015-01-23cpufreq: limit the scope of l_p_j variablesViresh Kumar
2015-01-23cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()Viresh Kumar
2015-01-23cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()Viresh Kumar
2015-01-23cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} messViresh Kumar
2015-01-23cpufreq: update driver_data->flags only if we are registering driverViresh Kumar
2015-01-23cpufreq: pass policy to __cpufreq_get()Viresh Kumar
2015-01-23cpufreq: pass policy to cpufreq_out_of_syncViresh Kumar
2015-01-23cpufreq: No need to check for has_target()Viresh Kumar
2015-01-23cpufreq: s/__find_governor/find_governorViresh Kumar
2015-01-23cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()Viresh Kumar
2015-01-23cpufreq: don't need line break in show_scaling_cur_freq()Viresh Kumar
2015-01-23cpufreq: remove extra parenthesisViresh Kumar
2015-01-23cpufreq: remove dangling commentViresh Kumar
2015-01-23cpufreq: suspend cpufreq governors on shutdownDoug Anderson
2014-12-19cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao
2014-11-29cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar
2014-11-25cpufreq: Ref the policy object soonerTomeu Vizoso
2014-11-18Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki
2014-11-11cpufreq: respect the min/max settings from user spaceVince Hsu
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