aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar1-0/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyViresh Kumar1-0/+1
2015-06-11cpufreq: Remove cpufreq_update_policy()Viresh Kumar1-19/+4
2015-06-11cpufreq: Restart governor as soon as possibleViresh Kumar1-33/+26
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar1-11/+6
2015-06-11cpufreq: Initialize policy->kobj while allocating policyViresh Kumar1-25/+21
2015-06-11cpufreq: Stop migrating sysfs files on hotplugViresh Kumar1-85/+135
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar1-0/+11
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan1-4/+7
2015-05-22cpufreq: Fix for typos in two commentsShailendra Verma1-2/+2
2015-05-15cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar1-2/+3
2015-05-15cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar1-15/+15
2015-05-15cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar1-9/+6
2015-05-15cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar1-19/+6
2015-05-15cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar1-45/+34
2015-05-15cpufreq: Create for_each_{in}active_policy()Viresh Kumar1-7/+59
2015-05-07cpufreq: Clear policy->cpus even for the last CPUViresh Kumar1-3/+1
2015-05-07cpufreq: Keep a single path for adding managed CPUsViresh Kumar1-7/+5
2015-05-07cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar1-1/+1
2015-05-07cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar1-17/+12
2015-05-07cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()Viresh Kumar1-0/+27
2015-04-03cpufreq: Schedule work for the first-online CPU on resumeViresh Kumar1-8/+11
2015-02-03cpufreq: Create for_each_governor()Viresh Kumar1-3/+7
2015-02-03cpufreq: Create for_each_policy()Viresh Kumar1-5/+10
2015-02-03cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()Viresh Kumar1-4/+1
2015-02-03cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectViresh Kumar1-3/+3
2015-01-23cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar1-3/+0
2015-01-23cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar1-3/+0
2015-01-23cpufreq: move some initialization stuff to cpufreq_policy_alloc()Viresh Kumar1-3/+2
2015-01-23cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUsViresh Kumar1-16/+5
2015-01-23cpufreq: limit the scope of l_p_j variablesViresh Kumar1-10/+5
2015-01-23cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()Viresh Kumar1-4/+2
2015-01-23cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()Viresh Kumar1-4/+4
2015-01-23cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} messViresh Kumar1-10/+1
2015-01-23cpufreq: update driver_data->flags only if we are registering driverViresh Kumar1-3/+3
2015-01-23cpufreq: pass policy to __cpufreq_get()Viresh Kumar1-6/+5
2015-01-23cpufreq: pass policy to cpufreq_out_of_syncViresh Kumar1-14/+6
2015-01-23cpufreq: No need to check for has_target()Viresh Kumar1-1/+1
2015-01-23cpufreq: s/__find_governor/find_governorViresh Kumar1-5/+5
2015-01-23cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()Viresh Kumar1-2/+1
2015-01-23cpufreq: don't need line break in show_scaling_cur_freq()Viresh Kumar1-2/+1
2015-01-23cpufreq: remove extra parenthesisViresh Kumar1-1/+1
2015-01-23cpufreq: remove dangling commentViresh Kumar1-4/+0
2015-01-23cpufreq: suspend cpufreq governors on shutdownDoug Anderson1-0/+11
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