summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois
2023-09-29cpufreq: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-08-29cpufreq: Support per-policy performance boostJie Zhan
2023-08-29cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang
2023-08-29cpufreq: Avoid printing kernel addresses in cpufreq_resume()Liao Chang
2023-08-17cpufreq: Prefer to print cpuid in MIN/MAX QoS register error messageLiao Chang
2023-06-15cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-18cpufreq: use correct unit when verify cur freqSanjay Chandrashekara
2023-04-07cpufreq: drivers with target_index() must set freq_tableViresh Kumar
2023-03-22cpufreq: warn about invalid vals to scaling_max/min_freq interfacesqinyu
2023-03-17cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-02-09cpufreq: Make kobj_type structure constantThomas Weißschuh
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König
2022-11-30cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu
2022-08-23cpufreq: check only freq_table in __resolve_freq()Lukasz Luba
2022-08-03Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki
2022-07-18cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois
2022-07-15cpufreq: Warn users while freeing active policyViresh Kumar
2022-06-14cpufreq: Drop unnecessary cpus locking from store()Viresh Kumar
2022-06-14cpufreq: Optimize cpufreq_show_cpus()Viresh Kumar
2022-05-17cpufreq: make interface functions and lock holding state clearSchspa Shi
2022-05-17cpufreq: Abort show()/store() for half-initialized policiesSchspa Shi
2022-05-12cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki
2022-05-12cpufreq: Split cpufreq_offline()Rafael J. Wysocki
2022-05-12cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki
2022-05-11cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink()Viresh Kumar
2022-05-09Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar
2022-05-06cpufreq: Avoid unnecessary frequency updates due to mismatchViresh Kumar
2022-04-22cpufreq: Fix possible race in cpufreq online error pathSchspa Shi
2022-02-09cpufreq: Reintroduce ready() callbackBjorn Andersson
2021-12-28cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-17cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki
2021-12-01cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou
2021-12-01cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang
2021-10-05cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort
2021-10-05cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort
2021-10-05cpufreq: Make policy min/max hard requirementsVincent Donnefort
2021-09-02cpufreq: Remove ready() callbackViresh Kumar
2021-08-31Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-08-12cpufreq: Add callback to register with energy modelViresh Kumar
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar
2021-06-30cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar
2021-06-23cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki
2021-04-08cpufreq: Remove unused for_each_policy macroShaokun Zhang
2021-02-19cpufreq: Fix typo in kerneldoc commentYue Hu