index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
amd-pstate.c
Age
Commit message (
Expand
)
Author
2025-11-10
cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUs
Gautham R. Shenoy
2025-11-10
cpufreq/amd-pstate: Add static asserts for EPP indices
Mario Limonciello (AMD)
2025-11-10
cpufreq/amd-pstate: Fix some whitespace issues
Mario Limonciello (AMD)
2025-11-10
cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()
Mario Limonciello (AMD)
2025-11-10
cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULL
Mario Limonciello (AMD)
2025-11-10
cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_string
Mario Limonciello (AMD)
2025-11-10
cpufreq/amd-pstate: Use sysfs_match_string() for epp
Mario Limonciello (AMD)
2025-10-15
cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernate
Mario Limonciello (AMD)
2025-10-01
ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error value
Rafael J. Wysocki
2025-09-03
cpufreq/amd-pstate: Fix a regression leading to EPP 0 after resume
Mario Limonciello (AMD)
2025-08-21
cpufreq/amd-pstate: Fix setting of CPPC.min_perf in active mode for performan...
Gautham R. Shenoy
2025-07-07
cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...
Mario Limonciello
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-05-27
Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-05-09
Merge tag 'amd-pstate-v6.16-2025-05-08' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
2025-05-05
amd-pstate-ut: Reset amd-pstate driver mode after running selftests
Swapnil Sapkal
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
2025-04-30
ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()
Lifeng Zheng
2025-04-28
cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS op...
Dhananjay Ugwekar
2025-04-28
cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_...
Dhananjay Ugwekar
2025-04-21
cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update
Dhananjay Ugwekar
2025-04-19
Merge back earlier cpufreq material for 6.16
Rafael J. Wysocki
2025-04-16
cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change
K Prateek Nayak
2025-04-11
cpufreq/amd-pstate: Enable ITMT support after initializing core rankings
K Prateek Nayak
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-09
cpufreq: Pass policy pointer to ->update_limits()
Rafael J. Wysocki
2025-04-07
cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance gove...
Dhananjay Ugwekar
2025-03-22
Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2025-03-06
cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Stop caching EPP
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Rework CPPC enabling
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop debug statements for policy setting
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writes
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun...
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Cache CPPC request in shared mem case too
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop `cppc_cap1_cached`
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Overhaul locking
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Move perf values into a union
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop min and max cached frequencies
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Show a warning when a CPU fails to setup
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Fix the clamping of perf values
Dhananjay Ugwekar
[next]