aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq_ondemand.c
AgeCommit message (Expand)Author
2022-03-10cpufreq: unify show() and store() naming and use __ATTR_XXLianjie Zhang
2021-12-28cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman
2021-10-05cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort
2021-10-05cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-07-22cpufreq: governor: Drop min_sampling_rateViresh Kumar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-01cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1Chen Yu
2016-11-11cpufreq: governor: Don't use 'timer' keywordViresh Kumar
2016-07-07cpufreq: Reuse new freq-table helpersViresh Kumar
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar
2016-06-09cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar
2016-06-09cpufreq: ondemand: Don't keep a copy of freq_table pointerViresh Kumar
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar
2016-06-02cpufreq: Drop the 'initialized' field from struct cpufreq_governorRafael J. Wysocki
2016-06-02cpufreq: governor: Remove prints from allocation failuresViresh Kumar
2016-06-02cpufreq: governor: Get rid of governor eventsRafael J. Wysocki
2016-04-02cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki
2016-03-09cpufreq: governor: Make governor private data per-policyRafael J. Wysocki
2016-03-09cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki
2016-03-09cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki
2016-03-09cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki
2016-03-09cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki
2016-03-09cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki
2016-03-09cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki
2016-03-09cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki
2016-03-09cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki
2016-03-09cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki
2016-03-09cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki
2016-03-09cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki
2016-03-09cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki
2016-03-09cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar
2016-03-09cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar
2016-03-09cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar
2016-03-09cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar
2016-03-09cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar
2016-03-09cpufreq: governor: Create generic macro for common tunablesViresh Kumar
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki