summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)AuthorFilesLines
10 dayscpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUsGautham R. Shenoy1-1/+1
2025-02-01cpufreq: amd-pstate: add check for cpufreq_cpu_get's return valueAnastasia Belova1-1/+6
2024-12-09amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-11-01cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar1-0/+10
2024-09-12cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan1-3/+19
2024-09-12cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li1-8/+123
2024-08-03cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar1-20/+23
2024-07-05Revert "cpufreq: amd-pstate: Fix the inconsistency in max frequency units"Greg Kroah-Hartman1-1/+1
2024-06-27cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma1-0/+7
2024-06-16cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar1-1/+1
2024-04-03cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic1-1/+1
2024-02-01cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello1-4/+3
2023-12-08cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain1-1/+6
2023-12-08cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny1-13/+47
2023-12-08cpufreq/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
2023-02-15cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny1-12/+13
2023-02-09cpufreq: amd-pstate: avoid uninitialized variable useArnd Bergmann1-5/+4
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König1-2/+2
2023-02-03cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan1-3/+3
2023-02-03cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan1-0/+118
2023-02-03cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan1-0/+40
2023-02-03cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan1-0/+82
2023-02-03cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan1-6/+414
2023-02-03cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny1-10/+29
2023-01-10cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan1-0/+1
2022-11-22cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan1-9/+27
2022-11-22cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan1-10/+1
2022-11-22cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny1-0/+10
2022-10-06Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-59/+1
2022-10-05cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li1-59/+1
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-18/+21
2022-09-03cpufreq: amd-pstate: Fix initial highest_perf valuePerry Yuan1-2/+12
2022-08-31cpufreq: amd-pstate: update pstate frequency transition delay timePerry Yuan1-2/+2
2022-08-31cpufreq: amd_pstate: map desired perf into pstate scope for powersave governorPerry Yuan1-2/+1
2022-08-31cpufreq: amd_pstate: fix wrong lowest perf fetchPerry Yuan1-1/+1