summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2024-06-03cpufreq: intel_pstate: Fix unchecked HWP MSR accessSrinivas Pandruvada-1/+2
2024-06-03cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-28cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar-1/+1
2024-05-28cpufreq: amd-pstate: remove global header fileArnd Bergmann-2/+139
2024-05-28cpufreq: longhaul: Fix kernel-doc param for longhaul_setstateYang Li-2/+3
2024-05-28cpufreq: qcom-nvmem: eliminate uses of of_node_put()Javier Carrasco-18/+7
2024-05-28cpufreq: qcom-nvmem: fix memory leaks in probe error pathsJavier Carrasco-3/+10
2024-05-28cpufreq: scmi: Avoid overflow of target_freq in fast switchJagadeesh Kona-2/+2
2024-05-28cpufreq: sun50i: replace of_node_put() with automatic cleanup handlerJavier Carrasco-17/+8
2024-05-28cpufreq: sun50i: fix memory leak in dt_has_supported_hw()Javier Carrasco-2/+2
2024-05-27cpufreq: qcom-nvmem: add support for IPQ5321Kathiravan Thirumoorthy-0/+1
2024-05-21Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-0/+7
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+4
2024-05-16cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma-0/+7
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-299/+469
2024-05-08cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan-3/+19
2024-05-08powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer-4/+4
2024-05-07cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-docJeff Johnson-1/+1
2024-05-02Merge branch 'amd-pstate'Rafael J. Wysocki-103/+155
2024-04-30cpufreq: Fix up printing large CPU numbers and frequency valuesJoshua Yeong-2/+2
2024-04-30Merge tag 'cpufreq-arm-updates-6.10' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-76/+216
2024-04-30cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan-4/+2
2024-04-30cpufreq: amd-pstate: fix code format problemsPerry Yuan-4/+3
2024-04-26cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan-2/+51
2024-04-26cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan-2/+32
2024-04-26cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan-6/+10
2024-04-26cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy-30/+10
2024-04-26cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan-67/+59
2024-04-25cpufreq: sun50i: fix error returns in dt_has_supported_hw()Dan Carpenter-2/+2
2024-04-25cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarationsPortia Stephens-1/+4
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot-2/+2
2024-04-24cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot-0/+36
2024-04-23cpufreq: dt-platdev: eliminate uses of of_node_put()Javier Carrasco-5/+2
2024-04-23cpufreq: dt: eliminate uses of of_node_put()Javier Carrasco-15/+6
2024-04-23cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node()Shivani Gupta-3/+1
2024-04-23cpufreq: mediatek: Add support for MT7988ASam Shih-0/+10
2024-04-23cpufreq: sun50i: Fix build warning around snprint()Viresh Kumar-4/+2
2024-04-19cpufreq: sun50i: Add H616 supportMartin Botka-0/+67
2024-04-19cpufreq: sun50i: Add support for opp_supported_hwAndre Przywara-8/+54
2024-04-19cpufreq: sun50i: Refactor speed bin decodingBrandon Cheo Fusi-25/+49
2024-04-19cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCsMartin Botka-0/+3
2024-04-19cppc_cpufreq: Fix possible null pointer dereferenceAleksandr Mishin-2/+12
2024-04-19cpupfreq: tegra124: eliminate uses of of_node_put()Javier Carrasco-13/+6
2024-04-12cpufreq: exit() callback is optionalViresh Kumar-4/+7
2024-04-08Merge back earlier core cpufreq material for 6.10.Rafael J. Wysocki-4/+4
2024-04-03cpufreq: intel_pstate: hide unused intel_pstate_cpu_oob_ids[]Arnd Bergmann-0/+2
2024-04-02cpufreq: intel_pstate: Update the maximum CPU frequency consistentlyRafael J. Wysocki-5/+18
2024-04-02cpufreq: intel_pstate: Replace three global.turbo_disabled checksRafael J. Wysocki-4/+5
2024-04-02cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()Rafael J. Wysocki-6/+6
2024-04-02cpufreq: intel_pstate: Rearrange show_no_turbo() and store_no_turbo()Rafael J. Wysocki-16/+18