summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
13 dayscpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar
13 dayscpufreq: amd-pstate: remove global header fileArnd Bergmann
2024-05-16cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma
2024-05-08cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan
2024-04-30cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan
2024-04-30cpufreq: amd-pstate: fix code format problemsPerry Yuan
2024-04-26cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan
2024-04-26cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan
2024-04-26cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan
2024-04-26cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy
2024-04-26cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan
2024-02-29cpufreq: amd-pstate: adjust min/max limit perfMeng Li
2024-02-12cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic
2024-01-31cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamicallyMeng Li
2024-01-31cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li
2024-01-22cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello
2023-11-29cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain
2023-11-29cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny
2023-11-28cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy
2023-08-07cpufreq: amd-pstate: fix global sysfs attribute typeThomas Weißschuh
2023-06-21cpufreq: amd-pstate: Add a kernel config option to set default modeMario Limonciello
2023-06-21cpufreq: amd-pstate: Set a fallback policy based on preferred_profileMario Limonciello
2023-06-16cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenatedWyes Karny
2023-06-16cpufreq: amd-pstate: Write CPPC enable bit per-socketWyes Karny
2023-05-25cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny
2023-05-24cpufreq: amd-pstate: Remove fast_switch_possible flag from active driverWyes Karny
2023-05-24cpufreq: amd-pstate: Add ->fast_switch() callbackGautham R. Shenoy
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-11cpufreq: amd-pstate: Make varaiable mode_state_machine staticTom Rix
2023-03-17cpufreq: amd-pstate: Add guided mode control support via sysfsWyes Karny
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny
2023-03-17cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-02-23cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock
2023-02-23cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng
2023-02-15cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny
2023-02-09cpufreq: amd-pstate: avoid uninitialized variable useArnd Bergmann
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König
2023-02-03cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan
2023-02-03cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan
2023-02-03cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan
2023-02-03cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan
2023-02-03cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan
2023-02-03cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny
2023-01-10cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan
2022-11-22cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan
2022-11-22cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan
2022-11-22cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny
2022-10-06Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-10-05cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds