summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-09Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki1-5/+2
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe1-5/+2
2024-07-07cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar1-20/+23
2024-06-26cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan1-0/+5
2024-06-26cpufreq: amd-pstate: initialize core precision boost statePerry Yuan1-22/+95
2024-06-24cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello1-1/+5
2024-06-21cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li1-5/+12
2024-06-21cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan1-7/+17
2024-06-21cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan1-12/+1
2024-06-21cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan1-12/+12
2024-06-21cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan1-0/+26
2024-06-21cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan1-0/+19
2024-06-21cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan1-4/+2
2024-06-21cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan1-17/+18
2024-06-21cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello1-5/+3
2024-06-12cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du1-2/+7
2024-05-28cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar1-1/+1
2024-05-28cpufreq: amd-pstate: remove global header fileArnd Bergmann1-1/+33
2024-05-16cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma1-0/+7
2024-05-08cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan1-3/+19
2024-04-30cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan1-4/+2
2024-04-30cpufreq: amd-pstate: fix code format problemsPerry Yuan1-4/+3
2024-04-26cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan1-2/+51
2024-04-26cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan1-2/+32
2024-04-26cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan1-6/+10
2024-04-26cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy1-30/+10
2024-04-26cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan1-67/+59
2024-02-29cpufreq: amd-pstate: adjust min/max limit perfMeng Li1-1/+14
2024-02-12cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic1-1/+1
2024-01-31cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamicallyMeng Li1-0/+52
2024-01-31cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li1-8/+123
2024-01-22cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello1-4/+3
2023-11-30cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain1-1/+6
2023-11-29cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny1-13/+47
2023-11-28cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy1-1/+3
2023-08-07cpufreq: amd-pstate: fix global sysfs attribute typeThomas Weißschuh1-5/+5
2023-06-21cpufreq: amd-pstate: Add a kernel config option to set default modeMario Limonciello1-25/+48
2023-06-21cpufreq: amd-pstate: Set a fallback policy based on preferred_profileMario Limonciello1-2/+26
2023-06-16cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenatedWyes Karny1-1/+1
2023-06-16cpufreq: amd-pstate: Write CPPC enable bit per-socketWyes Karny1-1/+27
2023-05-25cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny1-1/+7
2023-05-24cpufreq: amd-pstate: Remove fast_switch_possible flag from active driverWyes Karny1-2/+0
2023-05-24cpufreq: amd-pstate: Add ->fast_switch() callbackGautham R. Shenoy1-6/+30
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+10
2023-04-11cpufreq: amd-pstate: Make varaiable mode_state_machine staticTom Rix1-1/+1
2023-03-17cpufreq: amd-pstate: Add guided mode control support via sysfsWyes Karny1-42/+101
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny1-6/+28
2023-03-17cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman1-14/+10
2023-02-23cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-02-23cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng1-1/+1