summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-02cpufreq: Remove LATENCY_MULTIPLIERQais Yousef1-23/+4
2024-07-10Merge back cpufreq material for 6.11.Rafael J. Wysocki1-26/+24
2024-07-01cpufreq: Allow drivers to advertise boost enabledMario Limonciello1-1/+2
2024-06-28cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole1-1/+1
2024-06-25Merge tag 'amd-pstate-v6.11-2024-06-24' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-6/+5
2024-06-25cpufreq: simplify boolean parsing with kstrtobool in store functionPerry Yuan1-6/+5
2024-06-20cpufreq: update to sysfs_emit() for safer buffer handlingPerry Yuan1-19/+18
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+7
2024-04-24cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot1-0/+36
2024-04-12cpufreq: exit() callback is optionalViresh Kumar1-4/+7
2024-03-13cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()Sibi Sankar1-6/+12
2024-03-01cpufreq: Don't unregister cpufreq cooling on CPU hotplugViresh Kumar1-6/+11
2024-02-29cpufreq: Honour transition_latency over transition_delay_usQais Yousef1-2/+11
2024-02-12cpufreq: Change default transition delay to 2msQais Yousef1-2/+2
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot1-2/+2
2023-11-01Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+1
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois1-2/+1
2023-09-30cpufreq: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2023-08-29cpufreq: Support per-policy performance boostJie Zhan1-0/+43
2023-08-29cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang1-0/+2
2023-08-29cpufreq: Avoid printing kernel addresses in cpufreq_resume()Liao Chang1-4/+4
2023-08-17cpufreq: Prefer to print cpuid in MIN/MAX QoS register error messageLiao Chang1-4/+4
2023-06-15cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny1-1/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2023-04-18cpufreq: use correct unit when verify cur freqSanjay Chandrashekara1-1/+1
2023-04-07cpufreq: drivers with target_index() must set freq_tableViresh Kumar1-0/+5
2023-03-22cpufreq: warn about invalid vals to scaling_max/min_freq interfacesqinyu1-3/+3
2023-03-17cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+6
2023-02-09cpufreq: Make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König1-5/+3
2022-11-30cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu1-1/+1
2022-08-23cpufreq: check only freq_table in __resolve_freq()Lukasz Luba1-1/+1
2022-08-03Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki1-3/+3
2022-07-18cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois1-3/+3
2022-07-15cpufreq: Warn users while freeing active policyViresh Kumar1-2/+8
2022-06-14cpufreq: Drop unnecessary cpus locking from store()Viresh Kumar1-15/+4
2022-06-14cpufreq: Optimize cpufreq_show_cpus()Viresh Kumar1-3/+5
2022-05-17cpufreq: make interface functions and lock holding state clearSchspa Shi1-3/+3
2022-05-17cpufreq: Abort show()/store() for half-initialized policiesSchspa Shi1-4/+7
2022-05-12cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki1-7/+14
2022-05-12cpufreq: Split cpufreq_offline()Rafael J. Wysocki1-14/+19
2022-05-12cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki1-12/+12
2022-05-11cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink()Viresh Kumar1-4/+4
2022-05-09Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar1-3/+2
2022-05-06cpufreq: Avoid unnecessary frequency updates due to mismatchViresh Kumar1-0/+11
2022-04-22cpufreq: Fix possible race in cpufreq online error pathSchspa Shi1-2/+3
2022-02-09cpufreq: Reintroduce ready() callbackBjorn Andersson1-0/+4
2021-12-28cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+3
2021-12-17cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki1-2/+2
2021-12-01cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou1-2/+3