summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2024-07-09cpufreq: Add Loongson-3 CPUFreq driver supportHuacai Chen-0/+408
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe-83/+36
2024-07-08Merge tag 'amd-pstate-v6.11-2024-07-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-25/+30
2024-07-07cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar-20/+23
2024-07-07cpufreq/amd-pstate-ut: Convert nominal_freq to khz during comparisonsDhananjay Ugwekar-5/+7
2024-07-05cpufreq: pcc: Remove empty exit() callbackViresh Kumar-6/+0
2024-07-05cpufreq: loongson2: Remove empty exit() callbackViresh Kumar-6/+0
2024-07-05cpufreq: nforce2: Remove empty exit() callbackViresh Kumar-6/+0
2024-07-01cpufreq: ACPI: Mark boost policy as enabled when setting boostMario Limonciello-1/+3
2024-07-01cpufreq: Allow drivers to advertise boost enabledMario Limonciello-1/+2
2024-06-28cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole-1/+1
2024-06-28cpufreq: intel_pstate: Support highest performance change interruptSrinivas Pandruvada-4/+19
2024-06-27Merge tag 'amd-pstate-v6.11-2024-06-26' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-24/+101
2024-06-27Merge back cpufreq material for v6.11.Rafael J. Wysocki-141/+202
2024-06-26cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan-0/+5
2024-06-26cpufreq: amd-pstate: initialize core precision boost statePerry Yuan-22/+96
2024-06-26cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.hPerry Yuan-2/+0
2024-06-26cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for stih418Raphael Gallais-Pou-0/+1
2024-06-25cpufreq: intel_pstate: Replace boot_cpu_has()Srinivas Pandruvada-2/+2
2024-06-25Merge tag 'amd-pstate-v6.11-2024-06-24' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-68/+121
2024-06-25cpufreq: ti: update OPP table for AM62Px SoCsBryan Brattlof-1/+34
2024-06-25cpufreq: ti: update OPP table for AM62Ax SoCsBryan Brattlof-1/+58
2024-06-24cpufreq: simplify boolean parsing with kstrtobool in store functionPerry Yuan-6/+5
2024-06-24cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missingRafael J. Wysocki-7/+6
2024-06-24cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello-1/+5
2024-06-24cpufreq: amd-pstate: Make amd-pstate unit tests depend on amd-pstateMario Limonciello-0/+1
2024-06-20cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li-5/+12
2024-06-20cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan-7/+17
2024-06-20cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan-12/+1
2024-06-20cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan-12/+12
2024-06-20cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan-0/+26
2024-06-20cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan-0/+19
2024-06-20cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan-4/+2
2024-06-20cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan-17/+18
2024-06-20cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello-5/+4
2024-06-20cpufreq: update to sysfs_emit() for safer buffer handlingPerry Yuan-19/+18
2024-06-19cpufreq: intel_pstate: Update Lunar Lake hybrid scaling factorSrinivas Pandruvada-0/+2
2024-06-19cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factorSrinivas Pandruvada-0/+1
2024-06-19cpufreq: sun50i: add Allwinner H700 speed binRyan Walklin-0/+3
2024-06-14Merge tag 'amd-pstate-v6.11-2024-06-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-2/+7
2024-06-14Merge back new cpufreq material for v6.11.Rafael J. Wysocki-50/+51
2024-06-13cpufreq/cppc: Don't compare desired_perf in target()Riwen Lu-7/+2
2024-06-12cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo()Rafael J. Wysocki-7/+12
2024-06-11cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du-2/+7
2024-06-07cpufreq: intel_pstate: Support Emerald Rapids OOB modeSrinivas Pandruvada-0/+1
2024-06-07cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow LakeSrinivas Pandruvada-0/+2
2024-06-07cpufreq: intel_pstate: Update Meteor Lake EPPsSrinivas Pandruvada-1/+1
2024-06-07cpufreq: intel_pstate: Switch to new Intel CPU model definesTony Luck-46/+44
2024-06-07cpufreq: Switch to new Intel CPU model definesTony Luck-4/+4
2024-06-06cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()Primoz Fiser-1/+1