summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2016-03-09cpufreq: governor: Reset sample delay in store_sampling_rate()Rafael J. Wysocki1-12/+4
2016-03-09cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki4-32/+27
2016-03-09cpufreq: governor: Clean up load-related computationsRafael J. Wysocki1-14/+10
2016-03-09cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()Rafael J. Wysocki1-15/+3
2016-03-09cpufreq: governor: Avoid atomic operations in hot pathsRafael J. Wysocki2-16/+38
2016-03-09cpufreq: governor: Simplify gov_cancel_work() slightlyRafael J. Wysocki1-8/+0
2016-03-09cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARMRafael J. Wysocki1-10/+1
2016-03-09cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar1-5/+4
2016-03-09cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar4-83/+65
2016-03-09cpufreq: governor: No need to manage state machine nowViresh Kumar1-22/+5
2016-03-09cpufreq: Remove cpufreq_governor_lockViresh Kumar2-9/+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-09cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar3-64/+54
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar1-5/+0
2016-03-09cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar1-89/+0
2016-03-09cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar4-103/+144
2016-03-09cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar4-83/+47
2016-03-09cpufreq: governor: Create generic macro for common tunablesViresh Kumar3-24/+28
2016-03-09cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki1-4/+3
2016-03-09cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki2-8/+8
2016-03-09cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki1-8/+13
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki5-60/+68
2016-03-09cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki1-9/+8
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki4-10/+8
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki4-86/+86
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki5-38/+39
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki4-27/+8
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki5-59/+59
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki3-51/+58
2016-03-09cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki1-41/+27
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki4-11/+8
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki5-120/+114
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki1-64/+39
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+45
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki6-50/+71
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki4-15/+19
2016-01-27cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann1-8/+7
2016-01-27cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann1-1/+1
2016-01-27cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy1-3/+3
2016-01-27cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar1-3/+8
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-01-05cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda1-2/+3
2016-01-05cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...Chen Yu1-0/+3
2016-01-02cpufreq: mt8173: migrate to use operating-points-v2 bindingsPi-Cheng Chen1-6/+11
2016-01-01cpufreq: Simplify core code related to boost supportRafael J. Wysocki2-18/+9
2016-01-01cpufreq: acpi-cpufreq: Simplify boost-related codeRafael J. Wysocki1-13/+8
2016-01-01cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki1-6/+2
2015-12-28blackfin-cpufreq: Mark cpu_set_cclk() as staticMarkus Elfring1-1/+1
2015-12-28blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()Markus Elfring1-1/+1