summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2025-10-20cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor()Thorsten Blum
2025-10-20cpufreq: preserve freq_table_sorted across suspend/hibernateZihuan Zhang
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki
2025-09-20cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle
2025-09-19cpufreq: Add defensive check during driver registrationZihuan Zhang
2025-09-05cpufreq: core: Rearrange variable declarations involving __free()Rafael J. Wysocki
2025-09-05cpufreq: Use int type to store negative error codesQianfeng Rong
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang
2025-08-22cpufreq: simplify setpolicy/target check in driver verificationZihuan Zhang
2025-08-22cpufreq: use strlen() for governor name comparisonZihuan Zhang
2025-08-19cpufreq: Avoid calling get_governor() for first policyZihuan Zhang
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-07-14cpufreq: Exit governor when failed to start old governorLifeng Zheng
2025-07-14cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr...Lifeng Zheng
2025-07-14cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng
2025-07-14cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng
2025-07-14cpufreq: Remove duplicate check in __cpufreq_offline()Lifeng Zheng
2025-07-14cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrsLifeng Zheng
2025-07-09cpufreq: Export disable_cpufreq()Aaron Kling
2025-05-21cpufreq: Update sscanf() to kstrtouint()Bowen Yu
2025-05-21cpufreq: Replace magic numberBowen Yu
2025-05-14cpufreq: drop redundant cpus_read_lock() from store_local_boost()Seyediman Seyedarab
2025-05-13cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas()Rafael J. Wysocki
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki
2025-05-04Merge back cpufreq material for 6.16Rafael J. Wysocki
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki
2025-04-25cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar
2025-04-25cpufreq: Preserve policy's boost state after resumeViresh Kumar
2025-04-25cpufreq: Introduce policy_set_boost()Viresh Kumar
2025-04-25cpufreq: Don't unnecessarily call set_boost()Viresh Kumar
2025-04-19Merge back earlier cpufreq material for 6.16Rafael J. Wysocki
2025-04-17cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki
2025-04-09cpufreq: Introduce cpufreq_policy_refresh()Rafael J. Wysocki
2025-04-09cpufreq: Use __free() for policy reference counting cleanupRafael J. Wysocki
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki
2025-04-09cpufreq: Use locking guard and __free() in cpufreq_update_policy()Rafael J. Wysocki
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki
2025-04-09cpufreq: Split cpufreq_online()Rafael J. Wysocki
2025-04-09cpufreq: Consolidate some code in cpufreq_online()Rafael J. Wysocki
2025-04-01cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-02-17cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entryBeata Michalska
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar
2025-02-07cpufreq: Restrict enabling boost on policies with no boost frequenciesViresh Kumar
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar
2025-02-07cpufreq: Stop checking for duplicate available/boost freq attributesViresh Kumar