summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Remove references to 10ms min sampling ratePierre Gondois2024-02-241-1/+0
* cpufreq: ondemand: Use cpumask_var_t for on-stack cpu maskZhao Liu2022-07-251-4/+9
* cpufreq: unify show() and store() naming and use __ATTR_XXLianjie Zhang2022-03-101-5/+5
* cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-281-2/+3
* cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort2021-10-051-5/+5
* cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort2021-10-051-2/+4
* cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-041-2/+2
* cpufreq: Register governors at core_initcallQuentin Perret2020-07-021-18/+6
* cpufreq: Initialize the governors in core_initcallAmit Kucheria2019-11-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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