summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
2026-06-18Merge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-11Merge branch 'pm-cpufreq'Rafael J. Wysocki
2026-06-08cpufreq: Remove driver default policy->min/max initPierre Gondois
2026-06-08Merge tag 'cpufreq-arm-updates-7.2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2026-06-08x86/msr: Switch rdmsrl_on_cpu() user to rdmsrq_on_cpu()Juergen Gross
2026-06-02cpufreq/amd-pstate: Fix setting EPP in performance modeMario Limonciello (AMD)
2026-05-21cpufreq: amd-pstate: Use trace_call__##name() at guarded tracepoint call siteVineeth Pillai
2026-05-14cpufreq/amd-pstate: Drop Kconfig option for dynamic EPPMario Limonciello
2026-05-08cpufreq/amd-pstate: Use "epp_default_dc" as default when dynamic_epp is disabledK Prateek Nayak
2026-05-08cpufreq/amd-pstate: Reorder notifier unregistration and floor perf resetK Prateek Nayak
2026-05-08cpufreq/amd-pstate: Allow writes to dynamic_epp when state isn't modifiedK Prateek Nayak
2026-05-08cpufreq/amd-pstate: Return -ENOMEM on failure to allocate profile_nameK Prateek Nayak
2026-05-08cpufreq/amd-pstate: Grab "amd_pstate_driver_lock" when toggling dynamic_eppK Prateek Nayak
2026-05-05cpufreq/amd-pstate: Use FIELD_MODIFY()Hans Zhang
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak
2026-04-02cpufreq/amd-pstate: Pass the policy to amd_pstate_update()K Prateek Nayak
2026-04-02cpufreq/amd-pstate-ut: Add a unit test for raw EPPMario Limonciello (AMD)
2026-04-02cpufreq/amd-pstate: Add support for raw EPP writesMario Limonciello (AMD)
2026-04-02cpufreq/amd-pstate: Add support for platform profile classMario Limonciello (AMD)
2026-04-02cpufreq/amd-pstate: add kernel command line to override dynamic eppMario Limonciello (AMD)
2026-04-02cpufreq/amd-pstate: Add dynamic energy performance preferenceMario Limonciello (AMD)
2026-04-02cpufreq/amd-pstate: Cache the max frequency in cpudataMario Limonciello (AMD)
2026-04-02amd-pstate-ut: Add a testcase to validate the visibility of driver attributesGautham R. Shenoy
2026-04-02amd-pstate: Introduce a tracepoint trace_amd_pstate_cppc_req2()Gautham R. Shenoy
2026-04-02amd-pstate: Add sysfs support for floor_freq and floor_countGautham R. Shenoy
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy
2026-04-02amd-pstate: Make certain freq_attrs conditionally visibleGautham R. Shenoy
2026-04-02amd-pstate: Update cppc_req_cached in fast_switch caseGautham R. Shenoy
2026-04-02amd-pstate: Fix memory leak in amd_pstate_epp_cpu_init()Gautham R. Shenoy
2026-03-30cpufreq: Add boost_freq_req QoS requestPierre Gondois
2026-03-28cpufreq: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-27cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance...Juan Martinez
2025-11-10cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUsGautham R. Shenoy
2025-11-10cpufreq/amd-pstate: Add static asserts for EPP indicesMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Fix some whitespace issuesMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()Mario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULLMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_stringMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Use sysfs_match_string() for eppMario Limonciello (AMD)
2025-10-15cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernateMario Limonciello (AMD)
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki
2025-09-03cpufreq/amd-pstate: Fix a regression leading to EPP 0 after resumeMario Limonciello (AMD)
2025-08-21cpufreq/amd-pstate: Fix setting of CPPC.min_perf in active mode for performan...Gautham R. Shenoy
2025-07-07cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...Mario Limonciello
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds