| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-01 | ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error value | Rafael J. Wysocki | 1 | -3/+3 |
| 2025-06-18 | cpufreq: CPPC: Remove cpu_data_list | Lifeng Zheng | 1 | -1/+0 |
| 2025-04-30 | ACPI: CPPC: Add three functions related to autonomous selection | Lifeng Zheng | 1 | -0/+24 |
| 2025-04-30 | ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel() | Lifeng Zheng | 1 | -3/+3 |
| 2024-10-29 | ACPI: CPPC: Make rmw_lock a raw_spin_lock | Pierre Gondois | 1 | -1/+1 |
| 2024-09-16 | Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -13/+28 |
| 2024-09-11 | x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator() | Mario Limonciello | 1 | -0/+5 |
| 2024-09-11 | x86/amd: Move amd_get_highest_perf() out of amd-pstate | Mario Limonciello | 1 | -0/+5 |
| 2024-09-11 | x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator() | Mario Limonciello | 1 | -0/+5 |
| 2024-09-11 | ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIB | Mario Limonciello | 1 | -13/+13 |
| 2024-09-02 | ACPI: CPPC: Fix MASK_VAL() usage | Clément Léger | 1 | -0/+2 |
| 2024-01-31 | ACPI: CPPC: Add helper to get the highest performance value | Meng Li | 1 | -0/+5 |
| 2023-12-23 | cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}() | Vincent Guittot | 1 | -0/+2 |
| 2023-03-17 | ACPI: CPPC: Add auto select register read/write support | Wyes Karny | 1 | -0/+11 |
| 2023-02-03 | ACPI: CPPC: Add AMD pstate energy performance preference cppc control | Perry Yuan | 1 | -0/+12 |
| 2022-09-24 | ACPI: CPPC: Disable FIE if registers in PCC regions | Jeremy Linton | 1 | -0/+5 |
| 2022-07-26 | ACPI: CPPC: Do not prevent CPPC from working in the future | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-07-05 | ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supported | Mario Limonciello | 1 | -0/+1 |
| 2022-05-19 | cpufreq: CPPC: Enable fast_switch | Pierre Gondois | 1 | -0/+5 |
| 2021-12-30 | ACPI: CPPC: Add CPPC enable register function | Jinzhou Su | 1 | -0/+5 |
| 2021-09-07 | ACPI: CPPC: Introduce cppc_get_nominal_perf() | Rafael J. Wysocki | 1 | -0/+5 |
| 2021-03-23 | ACPI: CPPC: Add emtpy stubs of functions for CONFIG_ACPI_CPPC_LIB unset | Rafael J. Wysocki | 1 | -0/+40 |
| 2021-01-22 | ACPI: CPPC: remove __iomem annotation for cpc_reg's address | Ionela Voinescu | 1 | -1/+1 |
| 2020-12-15 | cppc_cpufreq: replace per-cpu data array with a list | Ionela Voinescu | 1 | -3/+3 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
| 2019-02-18 | ACPI / CPPC: Add a helper to get desired performance | Xiongfeng Wang | 1 | -0/+1 |
| 2018-12-08 | x86/kernel: Fix more -Wmissing-prototypes warnings | Borislav Petkov | 1 | -0/+3 |
| 2018-10-16 | ACPI / CPPC: Add support for guaranteed performance | Srinivas Pandruvada | 1 | -0/+1 |
| 2018-04-24 | ACPI / CPPC: Add support for CPPC v3 | Prashanth Prakash | 1 | -4/+10 |
| 2017-04-18 | ACPI / CPPC: add sysfs entries for CPPC perf capabilities | Prakash, Prashanth | 1 | -1/+1 |
| 2017-04-18 | ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps() | Prakash, Prashanth | 1 | -0/+1 |
| 2016-09-08 | ACPI / CPPC: Add prefix cppc to cpudata structure name | Srinivas Pandruvada | 1 | -2/+2 |
| 2016-08-31 | ACPI / CPPC: check for error bit in PCC status field | Prakash, Prashanth | 1 | -1/+3 |
| 2016-08-31 | ACPI / CPPC: add sysfs support to compute delivered performance | Ashwin Chaugule | 1 | -3/+3 |
| 2016-08-31 | ACPI / CPPC: set a non-zero value for transition_latency | Prakash, Prashanth | 1 | -0/+1 |
| 2016-08-31 | ACPI / CPPC: support for batching CPPC requests | Prakash, Prashanth | 1 | -0/+2 |
| 2016-08-31 | ACPI / CPPC: restructure read/writes for efficient sys mapped reg ops | Ashwin Chaugule | 1 | -0/+1 |
| 2016-06-25 | mailbox: pcc: Add PCC request and free channel declarations | Hoan Tran | 1 | -6/+1 |
| 2016-02-03 | ACPI / CPPC: remove redundant mbox_send_message() declaration | Timur Tabi | 1 | -1/+0 |
| 2015-10-12 | ACPI: Introduce CPU performance controls using CPPC | Ashwin Chaugule | 1 | -0/+138 |