aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-18cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended setRafael J. Wysocki1-0/+3
2016-03-22cpufreq: Always update current frequency before startig governorRafael J. Wysocki1-11/+3
2016-03-22cpufreq: Introduce cpufreq_update_current_freq()Rafael J. Wysocki1-9/+19
2016-03-22cpufreq: Introduce cpufreq_start_governor()Rafael J. Wysocki1-22/+22
2016-03-18cpufreq: Make cpufreq_quick_get() safe to callRichard Cochran1-2/+10
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki1-98/+67
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki1-53/+0
2016-03-09Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar1-11/+10
2016-03-09cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki1-8/+17
2016-03-09cpufreq: Remove 'policy->governor_enabled'Viresh Kumar1-17/+0
2016-03-09cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar1-23/+21
2016-03-09cpufreq: Relocate handle_update() to kill its declarationViresh Kumar1-10/+9
2016-03-09cpufreq: Remove cpufreq_governor_lockViresh Kumar1-8/+0
2016-03-09cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar1-16/+33
2016-03-09cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar1-26/+10
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar1-5/+0
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+45
2016-02-26cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki1-24/+19
2016-02-22cpufreq: simplify for_each_suitable_policy() macroEric Biggers1-41/+3
2016-02-22cpufreq: fix comment about return value of cpufreq_register_driver()Eric Biggers1-1/+1
2016-02-12cpufreq: Drop unnecessary checks from show() and store()Rafael J. Wysocki1-16/+5
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki1-16/+21
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