summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-28cpufreq: Do not update related_cpus on every policy activationRafael J. Wysocki1-5/+5
2015-07-28cpufreq: Drop unused dev argument from two functionsRafael J. Wysocki1-6/+4
2015-07-28cpufreq: Drop unnecessary label from cpufreq_add_dev()Rafael J. Wysocki1-3/+2
2015-07-28cpufreq: Drop cpufreq_policy_restore()Rafael J. Wysocki1-33/+11
2015-07-28cpufreq: Rework two functions related to CPU offlineRafael J. Wysocki1-20/+12
2015-07-28Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki1-62/+45
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki1-53/+55
2015-07-25cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior1-38/+3
2015-07-21cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar1-7/+24
2015-07-17cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar1-9/+11
2015-07-17cpufreq: cpufreq_add_dev: name goto labels based on what they doViresh Kumar1-8/+7
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-23cpufreq: 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-08cpufreq: Clear policy->cpus even for the last CPUViresh Kumar1-3/+1
2015-05-08cpufreq: Keep a single path for adding managed CPUsViresh Kumar1-7/+5
2015-05-08cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar1-1/+1
2015-05-08cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar1-17/+12
2015-05-08cpufreq: 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-04cpufreq: Create for_each_governor()Viresh Kumar1-3/+7
2015-02-04cpufreq: Create for_each_policy()Viresh Kumar1-5/+10
2015-02-04cpufreq: 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-24cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar1-3/+0
2015-01-24cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar1-3/+0
2015-01-24cpufreq: move some initialization stuff to cpufreq_policy_alloc()Viresh Kumar1-3/+2
2015-01-24cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUsViresh Kumar1-16/+5
2015-01-24cpufreq: limit the scope of l_p_j variablesViresh Kumar1-10/+5
2015-01-24cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()Viresh Kumar1-4/+2
2015-01-24cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()Viresh Kumar1-4/+4
2015-01-24cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} messViresh Kumar1-10/+1
2015-01-24cpufreq: update driver_data->flags only if we are registering driverViresh Kumar1-3/+3
2015-01-24cpufreq: pass policy to __cpufreq_get()Viresh Kumar1-6/+5
2015-01-24cpufreq: pass policy to cpufreq_out_of_syncViresh Kumar1-14/+6
2015-01-24cpufreq: No need to check for has_target()Viresh Kumar1-1/+1
2015-01-24cpufreq: s/__find_governor/find_governorViresh Kumar1-5/+5