summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-21cpufreq: Update sscanf() to kstrtouint()Bowen Yu1-3/+3
2025-05-21cpufreq: Replace magic numberBowen Yu1-1/+1
2025-05-14cpufreq: drop redundant cpus_read_lock() from store_local_boost()Seyediman Seyedarab1-3/+0
2025-05-13cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas()Rafael J. Wysocki1-2/+0
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-0/+32
2025-05-04Merge back cpufreq material for 6.16Rafael J. Wysocki1-243/+181
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-8/+14
2025-04-25cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar1-2/+4
2025-04-25cpufreq: Preserve policy's boost state after resumeViresh Kumar1-2/+7
2025-04-25cpufreq: Introduce policy_set_boost()Viresh Kumar1-23/+26
2025-04-25cpufreq: Don't unnecessarily call set_boost()Viresh Kumar1-1/+1
2025-04-19Merge back earlier cpufreq material for 6.16Rafael J. Wysocki1-219/+147
2025-04-17cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki1-7/+25
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki1-25/+0
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki1-1/+1
2025-04-09cpufreq: Introduce cpufreq_policy_refresh()Rafael J. Wysocki1-13/+18
2025-04-09cpufreq: Use __free() for policy reference counting cleanupRafael J. Wysocki1-32/+25
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki1-45/+0
2025-04-09cpufreq: Use locking guard and __free() in cpufreq_update_policy()Rafael J. Wysocki1-5/+5
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki1-67/+54
2025-04-09cpufreq: Split cpufreq_online()Rafael J. Wysocki1-41/+54
2025-04-09cpufreq: Consolidate some code in cpufreq_online()Rafael J. Wysocki1-5/+5
2025-04-01cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+6
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-19/+27
2025-02-17cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entryBeata Michalska1-1/+29
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska1-4/+4
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar1-15/+0
2025-02-07cpufreq: Restrict enabling boost on policies with no boost frequenciesViresh Kumar1-1/+7
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar1-1/+2
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar1-1/+2
2025-02-07cpufreq: Stop checking for duplicate available/boost freq attributesViresh Kumar1-7/+0
2025-02-07cpufreq: Always create freq-table related sysfs fileViresh Kumar1-0/+22
2025-02-07cpufreq: Use str_enable_disable() helperLifeng Zheng1-1/+1
2025-02-05cpufreq: prevent NULL dereference in cpufreq_online()Aboorva Devarajan1-1/+2
2025-01-23cpufreq: Introduce a more generic way to set default per-policy boost flagLifeng Zheng1-4/+12
2025-01-23cpufreq: Fix re-boost issue after hotplugging a CPULifeng Zheng1-0/+4
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+4
2025-01-17cpufreq: Use str_enable_disable()-like helpersKrzysztof Kozlowski1-3/+4
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki1-1/+1
2024-10-28cpufreq: use proper units for frequencyMarcin Juszkiewicz1-1/+1
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-24cpufreq: 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