|
| 1 | +* Tue Feb 25 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-57.el10] |
| 2 | +- cpufreq/amd-pstate-ut: Add fix for min freq unit test (Steve Best) [RHEL-75925] |
| 3 | +- cpufreq/amd-pstate: Fix cpufreq_policy ref counting (Steve Best) [RHEL-75925] |
| 4 | +- cpufreq/amd-pstate: Fix max_perf updation with schedutil (Steve Best) [RHEL-75925] |
| 5 | +- cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits (Steve Best) [RHEL-75925] |
| 6 | +- cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail (Steve Best) [RHEL-75925] |
| 7 | +- cpufreq/amd-pstate: Refactor max frequency calculation (Steve Best) [RHEL-75925] |
| 8 | +- cpufreq/amd-pstate: Fix prefcore rankings (Steve Best) [RHEL-75925] |
| 9 | +- cpufreq/amd-pstate: Drop boost_state variable (Steve Best) [RHEL-75925] |
| 10 | +- cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen (Steve Best) [RHEL-75925] |
| 11 | +- cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index() (Steve Best) [RHEL-75925] |
| 12 | +- cpufreq/amd-pstate: Always write EPP value when updating perf (Steve Best) [RHEL-75925] |
| 13 | +- cpufreq/amd-pstate: Cache EPP value and use that everywhere (Steve Best) [RHEL-75925] |
| 14 | +- cpufreq/amd-pstate: Move limit updating code (Steve Best) [RHEL-75925] |
| 15 | +- cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int (Steve Best) [RHEL-75925] |
| 16 | +- cpufreq/amd-pstate: store all values in cpudata struct in khz (Steve Best) [RHEL-75925] |
| 17 | +- cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success (Steve Best) [RHEL-75925] |
| 18 | +- cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros (Steve Best) [RHEL-75925] |
| 19 | +- cpufreq/amd-pstate: Drop cached epp_policy variable (Steve Best) [RHEL-75925] |
| 20 | +- cpufreq/amd-pstate: convert mutex use to guard() (Steve Best) [RHEL-75925] |
| 21 | +- cpufreq/amd-pstate: Add trace event for EPP perf updates (Steve Best) [RHEL-75925] |
| 22 | +- cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_offline() (Steve Best) [RHEL-75925] |
| 23 | +- cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions (Steve Best) [RHEL-75925] |
| 24 | +- cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_offline() (Steve Best) [RHEL-75925] |
| 25 | +- cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf() (Steve Best) [RHEL-75925] |
| 26 | +- cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static calls (Steve Best) [RHEL-75925] |
| 27 | +- cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies (Steve Best) [RHEL-75925] |
| 28 | +- cpufreq/amd-pstate: Store the boost numerator as highest perf again (Steve Best) [RHEL-75925] |
| 29 | +- cpufreq/amd-pstate: Detect preferred core support before driver registration (Steve Best) [RHEL-75925] |
| 30 | +- cpufreq/amd-pstate: Move registration after static function call update (Steve Best) [RHEL-75925] |
| 31 | +- cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_init (Steve Best) [RHEL-75925] |
| 32 | +- cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systems (Steve Best) [RHEL-75925] |
| 33 | +- cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable function (Steve Best) [RHEL-75925] |
| 34 | +- cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLE (Steve Best) [RHEL-75925] |
| 35 | +- cpufreq/amd-pstate: Rename functions that enable CPPC (Steve Best) [RHEL-75925] |
| 36 | +- amd-pstate: Switch to amd-pstate by default on some Server platforms (Steve Best) [RHEL-75925] |
| 37 | +- amd-pstate: Set min_perf to nominal_perf for active mode performance gov (Steve Best) [RHEL-75925] |
| 38 | +- cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() call (Steve Best) [RHEL-75925] |
| 39 | +- cpufreq/amd-pstate: Remove the switch case in amd_pstate_init() (Steve Best) [RHEL-75925] |
| 40 | +- cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver() (Steve Best) [RHEL-75925] |
| 41 | +- cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init() (Steve Best) [RHEL-75925] |
| 42 | +- cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freq (Steve Best) [RHEL-75925] |
| 43 | +- cpufreq/amd-pstate: Remove the redundant verify() function (Steve Best) [RHEL-75925] |
| 44 | +- cpufreq/amd-pstate: Drop needless EPP initialization (Steve Best) [RHEL-75925] |
| 45 | +- cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limits (Steve Best) [RHEL-75925] |
| 46 | +- cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update() (Steve Best) [RHEL-75925] |
| 47 | +- cpufreq/amd-pstate: Fix non kerneldoc comment (Steve Best) [RHEL-75925] |
| 48 | +- cpufreq/amd-pstate: Rename MSR and shared memory specific functions (Steve Best) [RHEL-75925] |
| 49 | +- x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix (Steve Best) [RHEL-75925] |
| 50 | +- tools/power turbostat: version 2025.02.02 (Steve Best) [RHEL-77986] |
| 51 | +- tools/power turbostat: Add CPU%%c1e BIC for CWF (Steve Best) [RHEL-77986] |
| 52 | +- tools/power turbostat: Harden one-shot mode against cpu offline (Steve Best) [RHEL-77986] |
| 53 | +- tools/power turbostat: Fix forked child affinity regression (Steve Best) [RHEL-77986] |
| 54 | +- tools/power turbostat: Add tcore clock PMT type (Steve Best) [RHEL-77986] |
| 55 | +- tools/power turbostat: version 2025.01.14 (Steve Best) [RHEL-77986] |
| 56 | +- tools/power turbostat: Allow adding PMT counters directly by sysfs path (Steve Best) [RHEL-77986] |
| 57 | +- tools/power turbostat: Allow mapping multiple PMT files with the same GUID (Steve Best) [RHEL-77986] |
| 58 | +- tools/power turbostat: Add PMT directory iterator helper (Steve Best) [RHEL-77986] |
| 59 | +- tools/power turbostat: Extend PMT identification with a sequence number (Steve Best) [RHEL-77986] |
| 60 | +- tools/power turbostat: Return default value for unmapped PMT domains (Steve Best) [RHEL-77986] |
| 61 | +- tools/power turbostat: Check for non-zero value when MSR probing (Steve Best) [RHEL-77986] |
| 62 | +- tools/power turbostat: Enhance turbostat self-performance visibility (Steve Best) [RHEL-77986] |
| 63 | +- tools/power turbostat: Add fixed RAPL PSYS divisor for SPR (Steve Best) [RHEL-77986] |
| 64 | +- tools/power turbostat: Fix PMT mmaped file size rounding (Steve Best) [RHEL-77986] |
| 65 | +- tools/power turbostat: Remove SysWatt from DISABLED_BY_DEFAULT (Steve Best) [RHEL-77986] |
| 66 | +- tools/power turbostat: Add an NMI column (Steve Best) [RHEL-77986] |
| 67 | +- tools/power turbostat: add Busy%% to "show idle" (Steve Best) [RHEL-77986] |
| 68 | +- tools/power turbostat: Introduce --force parameter (Steve Best) [RHEL-77986] |
| 69 | +- tools/power turbostat: Improve --help output (Steve Best) [RHEL-77986] |
| 70 | +- tools/power turbostat: Exit on unsupported Vendors (Steve Best) [RHEL-77986] |
| 71 | +- tools/power turbostat: Exit on unsupported Intel models (Steve Best) [RHEL-77986] |
| 72 | +- tools/power turbostat: update turbostat(8) (Steve Best) [RHEL-77986] |
| 73 | +- tools/power turbostat: Add initial support for ClearwaterForest (Steve Best) [RHEL-77986] |
| 74 | +- tools/power turbostat: Add initial support for PantherLake (Steve Best) [RHEL-77986] |
| 75 | +- tools/power turbostat: 2024.11.30 (Steve Best) [RHEL-77986] |
| 76 | +- tools/power turbostat: Add RAPL psys as a built-in counter (Steve Best) [RHEL-77986] |
| 77 | +- tools/power turbostat: Fix child's argument forwarding (Steve Best) [RHEL-77986] |
| 78 | +- tools/power turbostat: Force --no-perf in --dump mode (Steve Best) [RHEL-77986] |
| 79 | +- tools/power turbostat: Add support for /sys/class/drm/card1 (Steve Best) [RHEL-77986] |
| 80 | +- tools/power turbostat: Cache graphics sysfs file descriptors during probe (Steve Best) [RHEL-77986] |
| 81 | +- tools/power turbostat: Consolidate graphics sysfs access (Steve Best) [RHEL-77986] |
| 82 | +- tools/power turbostat: Remove unnecessary fflush() call (Steve Best) [RHEL-77986] |
| 83 | +- tools/power turbostat: Enhance platform divergence description (Steve Best) [RHEL-77986] |
| 84 | +- tools/power turbostat: Remove PC3 support on Lunarlake (Steve Best) [RHEL-77986] |
| 85 | +- tools/power turbostat: Rename arl_features to lnl_features (Steve Best) [RHEL-77986] |
| 86 | +- tools/power turbostat: Add back PC8 support on Arrowlake (Steve Best) [RHEL-77986] |
| 87 | +- tools/power turbostat: Remove PC7/PC9 support on MTL (Steve Best) [RHEL-77986] |
| 88 | +- tools/power turbostat: Honor --show CPU, even when even when num_cpus=1 (Steve Best) [RHEL-77986] |
| 89 | +- tools/power turbostat: Fix trailing '\n' parsing (Steve Best) [RHEL-77986] |
| 90 | +- tools/power turbostat: Allow using cpu device in perf counters on hybrid platforms (Steve Best) [RHEL-77986] |
| 91 | +- tools/power turbostat: Fix column printing for PMT xtal_time counters (Steve Best) [RHEL-77986] |
| 92 | +- tools/power turbostat: fix GCC9 build regression (Steve Best) [RHEL-77986] |
| 93 | +- thermal: intel: Fix compile issue when CONFIG_NET is not defined (Steve Best) [RHEL-79162] |
| 94 | +- thermal: intel: int340x: Panther Lake power floor and workload hint support (Steve Best) [RHEL-79162] |
| 95 | +- thermal: intel: int340x: Panther Lake DLVR support (Steve Best) [RHEL-79162] |
| 96 | +- thermal: intel: Remove explicit user_space governor selection (Steve Best) [RHEL-79162] |
| 97 | +- ACPI: DPTF: Support Panther Lake (Steve Best) [RHEL-79162] |
| 98 | +- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (Steve Best) [RHEL-79162] |
| 99 | +- thermal: int3400: Remove unneeded data_vault attribute_group (Steve Best) [RHEL-79162] |
| 100 | +- thermal: int3400: Fix reading of current_uuid for active policy (Steve Best) [RHEL-79162] |
| 101 | +- thermal: Switch back to struct platform_driver::remove() (Steve Best) [RHEL-79162] |
| 102 | +- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (Steve Best) [RHEL-79162] |
| 103 | +- tools/power/x86/intel-speed-select: v1.21 release (Steve Best) [RHEL-76843] |
| 104 | +- tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF disable (Steve Best) [RHEL-76843] |
| 105 | +- platform/x86: ISST: Add Clearwater Forest to support list (Steve Best) [RHEL-76843] |
| 106 | +- cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWN (Steve Best) [RHEL-78189] |
| 107 | +- cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" list (Steve Best) [RHEL-78189] |
| 108 | +- cpufreq: intel_pstate: Use CPPC to get scaling factors (Steve Best) [RHEL-78189] |
| 109 | +Resolves: RHEL-75925, RHEL-76843, RHEL-77986, RHEL-78189, RHEL-79162 |
| 110 | + |
1 | 111 | * Thu Feb 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-56.el10] |
2 | 112 | - cpupower: Adjust whitespace for amd-pstate specific prints (Steve Best) [RHEL-78946] |
3 | 113 | - cpupower: Don't fetch maximum latency when EPP is enabled (Steve Best) [RHEL-78946] |
|
0 commit comments