aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-27cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy1-3/+3
2016-01-01cpufreq: Simplify core code related to boost supportRafael J. Wysocki1-15/+7
2016-01-01cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki1-6/+2
2015-12-02cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada1-4/+10
2015-11-23cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()Viresh Kumar1-5/+2
2015-10-28cpufreq: postfix policy directory with the first CPU in related_cpusViresh Kumar1-10/+11
2015-10-28cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar1-30/+4
2015-10-28cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar1-17/+5
2015-10-28cpufreq: create cpu/cpufreq at boot timeViresh Kumar1-30/+2
2015-10-28cpufreq: Use cpumask_copy instead of cpumask_or to copy a maskViresh Kumar1-1/+1
2015-10-14cpufreq: Drop redundant check for inactive policiesViresh Kumar1-7/+0
2015-10-08cpufreq: prevent lockup on reading scaling_available_frequenciesSrinivas Pandruvada1-1/+3
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki1-2/+2
2015-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki1-5/+4
2015-09-09cpufreq: allow cpufreq_generic_suspend() to work without suspend frequencyBartlomiej Zolnierkiewicz1-2/+2
2015-09-07cpufreq: Use __func__ to print function's nameViresh Kumar1-2/+1
2015-09-07cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar1-1/+1
2015-09-03Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki1-20/+48
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-224/+195
2015-09-01Merge branch 'pm-opp'Rafael J. Wysocki1-20/+48
2015-09-01cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh Kumar1-4/+0
2015-09-01cpufreq: remove redundant 'policy' field from user_policyViresh Kumar1-9/+1
2015-09-01cpufreq: remove redundant 'governor' field from user_policyViresh Kumar1-5/+2
2015-09-01cpufreq: update user_policy.* on successViresh Kumar1-5/+3
2015-09-01cpufreq: use memcpy() to copy policyViresh Kumar1-6/+2
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar1-4/+0
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2015-08-07cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar1-20/+48
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-7/+5
2015-07-31cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui1-1/+5
2015-07-31cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki1-3/+10
2015-07-31cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki1-12/+11
2015-07-31cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki1-43/+47
2015-07-28cpufreq: Pass CPU number to cpufreq_policy_alloc()Rafael J. Wysocki1-4/+8
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-16cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar1-9/+11
2015-07-16cpufreq: 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