summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/amd-pstate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | cpufreq: amd-pstate: Fix initial highest_perf valuePerry Yuan2022-09-031-2/+12
| * | cpufreq: amd-pstate: update pstate frequency transition delay timePerry Yuan2022-08-311-2/+2
| * | cpufreq: amd_pstate: map desired perf into pstate scope for powersave governorPerry Yuan2022-08-311-2/+1
| * | cpufreq: amd_pstate: fix wrong lowest perf fetchPerry Yuan2022-08-311-1/+1
| * | cpufreq: amd-pstate: fix white-spacePerry Yuan2022-08-311-2/+2
| * | cpufreq: amd-pstate: simplify cpudata pointer assignmentPerry Yuan2022-08-311-9/+3
| |/
* / ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan2022-08-251-1/+1
|/
* cpufreq: amd-pstate: Add resume and suspend callbacksJinzhou Su2022-06-231-0/+24
* cpufreq: amd-pstate: Add more tracepoint for AMD P-State moduleJinzhou Su2022-03-091-2/+57
* cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc commentYang Li2022-01-061-0/+2
* cpufreq: amd-pstate: Add AMD P-State performance attributesHuang Rui2021-12-301-0/+18
* cpufreq: amd-pstate: Add AMD P-State frequencies attributesHuang Rui2021-12-301-0/+47
* cpufreq: amd-pstate: Add boost mode support for AMD P-StateHuang Rui2021-12-301-3/+66
* cpufreq: amd-pstate: Add trace for AMD P-State moduleHuang Rui2021-12-301-0/+4
* cpufreq: amd-pstate: Introduce the support for the processors with shared mem...Huang Rui2021-12-301-8/+97
* cpufreq: amd-pstate: Add fast switch function for AMD P-StateHuang Rui2021-12-301-0/+36
* cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future pro...Huang Rui2021-12-301-0/+386