summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: governor: Drop min_sampling_rateViresh Kumar2017-07-221-12/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1Chen Yu2016-12-011-1/+1
* cpufreq: governor: Don't use 'timer' keywordViresh Kumar2016-11-111-8/+7
* cpufreq: Reuse new freq-table helpersViresh Kumar2016-07-071-4/+2
* cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar2016-06-091-8/+6
* cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar2016-06-091-6/+5
* cpufreq: ondemand: Don't keep a copy of freq_table pointerViresh Kumar2016-06-091-11/+11
* cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-091-1/+1
* cpufreq: Drop the 'initialized' field from struct cpufreq_governorRafael J. Wysocki2016-06-021-2/+2
* cpufreq: governor: Remove prints from allocation failuresViresh Kumar2016-06-021-3/+1
* cpufreq: governor: Get rid of governor eventsRafael J. Wysocki2016-06-021-6/+1
* cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki2016-04-021-12/+17
* cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki2016-03-091-16/+10
* cpufreq: governor: Make governor private data per-policyRafael J. Wysocki2016-03-091-10/+24
* cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki2016-03-091-17/+13
* cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki2016-03-091-18/+4
* cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki2016-03-091-2/+1
* cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki2016-03-091-3/+0
* cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki2016-03-091-0/+10
* cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki2016-03-091-7/+5
* cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki2016-03-091-1/+0
* cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki2016-03-091-8/+5
* cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki2016-03-091-15/+13
* cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki2016-03-091-13/+11
* cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki2016-03-091-8/+15
* cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki2016-03-091-6/+9
* cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar2016-03-091-5/+4
* cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar2016-03-091-69/+0
* cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar2016-03-091-59/+30
* cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar2016-03-091-47/+25
* cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar2016-03-091-23/+18
* cpufreq: governor: Create generic macro for common tunablesViresh Kumar2016-03-091-4/+4
* cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki2016-03-091-7/+11
* cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki2016-03-091-4/+2
* cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki2016-03-091-14/+14
* cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki2016-03-091-1/+1
* cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki2016-03-091-10/+1
* cpufreq: governor: Rename some data types and variablesRafael J. Wysocki2016-03-091-4/+4
* cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki2016-03-091-13/+15
* cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki2016-03-091-3/+2
* cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-091-20/+23
* cpufreq: Clean up default and fallback governor setupRafael J. Wysocki2016-02-051-18/+18
* cpufreq: ondemand: update update_sampling_rate() to make it more efficientViresh Kumar2015-12-091-1/+11
* cpufreq: governor: replace per-CPU delayed work with timersViresh Kumar2015-12-091-5/+3
* cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()Viresh Kumar2015-12-071-3/+2
* cpufreq: ondemand: Work is guaranteed to be pendingViresh Kumar2015-12-071-3/+0
* cpufreq: ondemand: Update sampling rate only for concerned policiesViresh Kumar2015-12-071-7/+28
* cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()Viresh Kumar2015-10-281-9/+1
* cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar2015-07-211-22/+14
OpenPOWER on IntegriCloud