summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/amd-pstate.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar2024-05-281-1/+1
* cpufreq: amd-pstate: remove global header fileArnd Bergmann2024-05-281-1/+33
* cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma2024-05-161-0/+7
* cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan2024-05-081-3/+19
* cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan2024-04-301-4/+2
* cpufreq: amd-pstate: fix code format problemsPerry Yuan2024-04-301-4/+3
* cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan2024-04-261-2/+51
* cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan2024-04-261-2/+32
* cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan2024-04-261-6/+10
* cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy2024-04-261-30/+10
* cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan2024-04-261-67/+59
* cpufreq: amd-pstate: adjust min/max limit perfMeng Li2024-02-291-1/+14
* cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic2024-02-121-1/+1
* cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamicallyMeng Li2024-01-311-0/+52
* cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li2024-01-311-8/+123
* cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello2024-01-221-4/+3
* cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain2023-11-291-1/+6
* cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny2023-11-291-13/+47
* cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy2023-11-281-1/+3
* cpufreq: amd-pstate: fix global sysfs attribute typeThomas Weißschuh2023-08-071-5/+5
* cpufreq: amd-pstate: Add a kernel config option to set default modeMario Limonciello2023-06-211-25/+48
* cpufreq: amd-pstate: Set a fallback policy based on preferred_profileMario Limonciello2023-06-211-2/+26
* cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenatedWyes Karny2023-06-161-1/+1
* cpufreq: amd-pstate: Write CPPC enable bit per-socketWyes Karny2023-06-161-1/+27
* cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny2023-05-251-1/+7
* cpufreq: amd-pstate: Remove fast_switch_possible flag from active driverWyes Karny2023-05-241-2/+0
* cpufreq: amd-pstate: Add ->fast_switch() callbackGautham R. Shenoy2023-05-241-6/+30
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-14/+10
|\
| * cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-14/+10
* | cpufreq: amd-pstate: Make varaiable mode_state_machine staticTom Rix2023-04-111-1/+1
* | cpufreq: amd-pstate: Add guided mode control support via sysfsWyes Karny2023-03-171-42/+101
* | cpufreq: amd-pstate: Add guided autonomous modeWyes Karny2023-03-171-6/+28
|/
* cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-231-1/+0
* cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng2023-02-231-1/+1
* cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny2023-02-151-12/+13
* cpufreq: amd-pstate: avoid uninitialized variable useArnd Bergmann2023-02-091-5/+4
* cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König2023-02-091-2/+2
* cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan2023-02-031-3/+3
* cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan2023-02-031-0/+118
* cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan2023-02-031-0/+40
* cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan2023-02-031-0/+82
* cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan2023-02-031-6/+414
* cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny2023-02-031-10/+29
* cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan2023-01-101-0/+1
* cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan2022-11-221-9/+27
* cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan2022-11-221-10/+1
* cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny2022-11-221-0/+10
* Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-10-061-59/+1
|\
| * cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li2022-10-051-59/+1
* | Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-10-031-18/+21
|\ \