summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2015-07-31cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui
2015-07-31cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki
2015-07-31cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki
2015-07-31cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki
2015-07-28cpufreq: Pass CPU number to cpufreq_policy_alloc()Rafael J. Wysocki
2015-07-28cpufreq: Do not update related_cpus on every policy activationRafael J. Wysocki
2015-07-28cpufreq: Drop unused dev argument from two functionsRafael J. Wysocki
2015-07-28cpufreq: Drop unnecessary label from cpufreq_add_dev()Rafael J. Wysocki
2015-07-28cpufreq: Drop cpufreq_policy_restore()Rafael J. Wysocki
2015-07-28cpufreq: Rework two functions related to CPU offlineRafael J. Wysocki
2015-07-28Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki
2015-07-24cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior
2015-07-20cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar
2015-07-16cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar
2015-07-16cpufreq: cpufreq_add_dev: name goto labels based on what they doViresh Kumar
2015-07-09cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar
2015-07-09cpufreq: Initialize the governor again while restoring policyViresh Kumar
2015-06-10cpufreq: Remove cpufreq_update_policy()Viresh Kumar
2015-06-10cpufreq: Restart governor as soon as possibleViresh Kumar
2015-06-10cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar
2015-06-10cpufreq: Initialize policy->kobj while allocating policyViresh Kumar
2015-06-10cpufreq: Stop migrating sysfs files on hotplugViresh Kumar
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar
2015-05-22cpufreq: 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-02cpufreq: 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