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