summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle1-9/+11
2025-08-28cpufreq: Exit governor when failed to start old governorLifeng Zheng1-3/+5
2025-08-28cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng1-1/+2
2025-08-28cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng1-9/+9
2025-06-27cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar1-2/+4
2025-05-02cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+8
2024-06-16cpufreq: exit() callback is optionalViresh Kumar1-4/+7
2024-06-16cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki1-7/+14
2024-06-16cpufreq: Split cpufreq_offline()Rafael J. Wysocki1-14/+19
2024-06-16cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki1-12/+12
2023-09-19cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang1-0/+2
2023-01-14cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu1-1/+1
2022-06-09Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar1-3/+2
2022-06-09cpufreq: Fix possible race in cpufreq online error pathSchspa Shi1-2/+3
2022-01-27cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki1-2/+2
2021-12-08cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang1-5/+4
2021-07-14cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki1-1/+10
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+2
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki1-0/+12
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki1-1/+2
2020-10-16cpufreq: Improve code around unlisted freq checkViresh Kumar1-8/+7
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu1-7/+0
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar1-0/+7
2020-10-05cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar1-0/+4
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-2/+3
2020-09-18cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu1-0/+16
2020-09-18cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu1-1/+11
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar1-2/+1
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki1-4/+2
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+1
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-1/+1
2020-07-15cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones1-15/+17
2020-07-02cpufreq: Remove the weakly defined cpufreq_default_governor()Viresh Kumar1-7/+0
2020-07-02cpufreq: Specify default governor on command lineQuentin Perret1-9/+22
2020-07-02cpufreq: Fix locking issues with governorsViresh Kumar1-23/+35
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-26/+31
2020-05-18cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki1-5/+6
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+20
2020-03-06cpufreq: add function to get the hardware max frequencyIonela Voinescu1-0/+20
2020-02-27cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki1-2/+10
2020-02-03cpufreq: Make cpufreq_global_kobject staticYangtao Li1-3/+2
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki1-77/+70
2019-11-27Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+17
2019-11-21cpufreq: Use vtime aware kcpustat accessors for user timeFrederic Weisbecker1-7/+10
2019-11-14cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar1-0/+7
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-43/+29
2019-11-08cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen1-0/+6
2019-11-04cpufreq: Clarify the comment in cpufreq_set_policy()Viresh Kumar1-1/+4
2019-10-29cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker1-1/+1