summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-141-4/+7
|\
| * cpufreq: exit() callback is optionalViresh Kumar2024-04-121-4/+7
* | cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot2024-04-241-0/+36
|/
* cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()Sibi Sankar2024-03-131-6/+12
* cpufreq: Don't unregister cpufreq cooling on CPU hotplugViresh Kumar2024-03-011-6/+11
* cpufreq: Honour transition_latency over transition_delay_usQais Yousef2024-02-291-2/+11
* cpufreq: Change default transition delay to 2msQais Yousef2024-02-121-2/+2
* cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot2023-12-231-2/+2
* Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-311-2/+1
|\
| * cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois2023-10-061-2/+1
* | cpufreq: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-2/+2
|/
* cpufreq: Support per-policy performance boostJie Zhan2023-08-291-0/+43
* cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang2023-08-291-0/+2
* cpufreq: Avoid printing kernel addresses in cpufreq_resume()Liao Chang2023-08-291-4/+4
* cpufreq: Prefer to print cpuid in MIN/MAX QoS register error messageLiao Chang2023-08-171-4/+4
* cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny2023-06-151-1/+2
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+6
|\
| * cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+6
* | cpufreq: use correct unit when verify cur freqSanjay Chandrashekara2023-04-181-1/+1
* | cpufreq: drivers with target_index() must set freq_tableViresh Kumar2023-04-071-0/+5
* | cpufreq: warn about invalid vals to scaling_max/min_freq interfacesqinyu2023-03-221-3/+3
|/
* cpufreq: Make kobj_type structure constantThomas Weißschuh2023-02-091-1/+1
* cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König2023-02-091-5/+3
* cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu2022-11-301-1/+1
* cpufreq: check only freq_table in __resolve_freq()Lukasz Luba2022-08-231-1/+1
* Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki2022-08-031-3/+3
|\
| * cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois2022-07-181-3/+3
* | cpufreq: Warn users while freeing active policyViresh Kumar2022-07-151-2/+8
* | cpufreq: Drop unnecessary cpus locking from store()Viresh Kumar2022-06-141-15/+4
* | cpufreq: Optimize cpufreq_show_cpus()Viresh Kumar2022-06-141-3/+5
|/
* cpufreq: make interface functions and lock holding state clearSchspa Shi2022-05-171-3/+3
* cpufreq: Abort show()/store() for half-initialized policiesSchspa Shi2022-05-171-4/+7
* cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki2022-05-121-7/+14
* cpufreq: Split cpufreq_offline()Rafael J. Wysocki2022-05-121-14/+19
* cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki2022-05-121-12/+12
* cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink()Viresh Kumar2022-05-111-4/+4
* Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar2022-05-091-3/+2
* cpufreq: Avoid unnecessary frequency updates due to mismatchViresh Kumar2022-05-061-0/+11
* cpufreq: Fix possible race in cpufreq online error pathSchspa Shi2022-04-221-2/+3
* cpufreq: Reintroduce ready() callbackBjorn Andersson2022-02-091-0/+4
* cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-281-2/+3
* cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki2021-12-171-2/+2
* cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou2021-12-011-2/+3
* cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang2021-12-011-5/+4
* cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort2021-10-051-1/+1
* cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort2021-10-051-1/+9
* cpufreq: Make policy min/max hard requirementsVincent Donnefort2021-10-051-0/+7
* cpufreq: Remove ready() callbackViresh Kumar2021-09-021-4/+0
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-08-311-0/+13
|\
| * cpufreq: Add callback to register with energy modelViresh Kumar2021-08-121-0/+13