summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar
2015-07-10cpufreq: Initialize the governor again while restoring policyViresh Kumar
2015-06-11cpufreq: Remove cpufreq_update_policy()Viresh Kumar
2015-06-11cpufreq: Restart governor as soon as possibleViresh Kumar
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar
2015-06-11cpufreq: Initialize policy->kobj while allocating policyViresh Kumar
2015-06-11cpufreq: Stop migrating sysfs files on hotplugViresh Kumar
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan
2015-05-22cpufreq: Fix for typos in two commentsShailendra Verma
2015-05-15cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar
2015-05-15cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar
2015-05-15cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar
2015-05-15cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar
2015-05-15cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar
2015-05-15cpufreq: Create for_each_{in}active_policy()Viresh Kumar
2015-05-07cpufreq: Clear policy->cpus even for the last CPUViresh Kumar
2015-05-07cpufreq: Keep a single path for adding managed CPUsViresh Kumar
2015-05-07cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar
2015-05-07cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar
2015-05-07cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()Viresh Kumar
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