aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04cpufreq: Remove unused flag CPUFREQ_PM_NO_WARNViresh Kumar1-8/+5
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar1-10/+7
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-0/+14
2020-11-16Merge back cpufreq updates for v5.11.Rafael J. Wysocki1-5/+0
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+6
2020-11-10cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki1-0/+3
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-2/+7
2020-11-02cpufreq: Drop restore_freq from struct cpufreq_policyRafael J. Wysocki1-5/+0
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki1-0/+1
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki1-1/+9
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu1-3/+8
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-1/+2
2020-09-18cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu1-0/+5
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar1-2/+2
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki1-0/+2
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+1
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-1/+1
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-0/+14
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-1/+1
2020-05-14cpufreq: fix minor typo in struct cpufreq_driver doc commentWang Wenhu1-1/+1
2020-03-06cpufreq: add function to get the hardware max frequencyIonela Voinescu1-0/+5
2020-02-03cpufreq: Make cpufreq_global_kobject staticYangtao Li1-3/+0
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki1-9/+23
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki1-11/+0
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-2/+5
2019-09-02cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier eventsViresh Kumar1-4/+2
2019-08-10cpufreq: Add policy create/remove notifiers backViresh Kumar1-0/+2
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-7/+7
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-1/+1
2019-07-08cpufreq: Add QoS requests for userspace constraintsViresh Kumar1-6/+2
2019-07-08cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar1-0/+1
2019-07-08cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar1-0/+3
2019-07-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+6
2019-06-26cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano1-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar1-7/+7
2019-04-08cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki1-0/+10
2019-04-01cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki1-0/+4
2019-02-12cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar1-0/+2
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+9
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar1-10/+2
2019-01-21cpufreq: Replace open-coded << with BIT()Amit Kucheria1-12/+13
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-0/+8
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar1-1/+1
2018-04-10cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar1-2/+0
2018-02-27cpufreq: Validate frequency table in the coreViresh Kumar1-0/+1
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski1-46/+79
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-0/+1
2017-10-03cpufreq: provide default frequency-invariance setter functionDietmar Eggemann1-0/+3
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki1-0/+20