| 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 | -2/+2 |
| 2025-10-01 | cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delay | Rafael J. Wysocki | 1 | -2/+12 |
| 2025-08-29 | cpufreq: CPPC: Use scope-based cleanup helper | Zihuan Zhang | 1 | -3/+1 |
| 2025-08-11 | cpufreq: Remove unused parameter in cppc_perf_from_fbctrs() | BowenYu | 1 | -8/+4 |
| 2025-07-22 | cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag | Prashant Malani | 1 | -1/+1 |
| 2025-06-18 | cpufreq: CPPC: Remove forward declaration of cppc_cpufreq_register_em() | Lifeng Zheng | 1 | -13/+12 |
| 2025-06-18 | cpufreq: CPPC: Do not return a value from populate_efficiency_class() | Lifeng Zheng | 1 | -6/+3 |
| 2025-06-18 | cpufreq: CPPC: Remove cpu_data_list | Lifeng Zheng | 1 | -25/+0 |
| 2025-05-21 | cpufreq: CPPC: Add support for autonomous selection | Lifeng Zheng | 1 | -0/+109 |
| 2025-04-16 | cpufreq: cppc: Fix invalid return value in .get() callback | Marc Zyngier | 1 | -1/+1 |
| 2025-02-07 | cpufreq: cppc: Set policy->boost_supported | Viresh Kumar | 1 | -8/+1 |
| 2025-01-23 | cpufreq: CPPC: Fix wrong max_freq in policy initialization | Lifeng Zheng | 1 | -2/+3 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2024-11-19 | Merge tag 'cpufreq-arm-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki | 1 | -83/+53 |
| 2024-11-11 | cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() | Jinjie Ruan | 1 | -1/+1 |
| 2024-11-11 | cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() | Jinjie Ruan | 1 | -1/+1 |
| 2024-10-30 | cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost() | Jinjie Ruan | 1 | -0/+3 |
| 2024-10-30 | cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw() | Jinjie Ruan | 1 | -0/+3 |
| 2024-10-03 | cppc_cpufreq: Remove HiSilicon CPPC workaround | Jie Zhan | 1 | -72/+1 |
| 2024-10-03 | cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged | Jie Zhan | 1 | -11/+46 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-11 | cpufreq/cppc: Use NSEC_PER_MSEC for deadline task | Christian Loehle | 1 | -3/+3 |
| 2024-07-09 | cpufreq: Make cpufreq_driver->exit() return void | Lizhe | 1 | -2/+1 |
| 2024-06-13 | cpufreq/cppc: Don't compare desired_perf in target() | Riwen Lu | 1 | -7/+2 |
| 2024-04-19 | cppc_cpufreq: Fix possible null pointer dereference | Aleksandr Mishin | 1 | -2/+12 |
| 2023-12-23 | cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}() | Vincent Guittot | 1 | -122/+17 |
| 2023-08-17 | cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create kworker_fie | Liao Chang | 1 | -3/+6 |
| 2023-08-17 | cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error cases. | Liao Chang | 1 | -2/+2 |
| 2022-12-27 | cpufreq: CPPC: Add u64 casts to avoid overflowing | Pierre Gondois | 1 | -5/+6 |
| 2022-09-24 | ACPI: CPPC: Disable FIE if registers in PCC regions | Jeremy Linton | 1 | -4/+21 |
| 2022-08-25 | ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() | Perry Yuan | 1 | -1/+1 |
| 2022-05-30 | cpufreq: CPPC: Fix unused-function warning | Pierre Gondois | 1 | -9/+8 |
| 2022-05-30 | cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIE | Zheng Bin | 1 | -1/+2 |
| 2022-05-19 | cpufreq: CPPC: Enable dvfs_possible_from_any_cpu | Pierre Gondois | 1 | -0/+1 |
| 2022-05-19 | cpufreq: CPPC: Enable fast_switch | Pierre Gondois | 1 | -0/+24 |
| 2022-05-06 | cpufreq: CPPC: Register EM based on efficiency class information | Pierre Gondois | 1 | -0/+144 |
| 2022-05-06 | cpufreq: CPPC: Add per_cpu efficiency_class | Pierre Gondois | 1 | -0/+42 |
| 2022-02-10 | cpufreq: CPPC: Fix performance/frequency conversion | Pierre Gondois | 1 | -22/+21 |
| 2021-10-04 | cpufreq: remove useless INIT_LIST_HEAD() | Han Wang | 1 | -2/+0 |
| 2021-07-01 | cpufreq: CPPC: Add support for frequency invariance | Viresh Kumar | 1 | -13/+239 |
| 2021-07-01 | cpufreq: CPPC: Pass structure instance by reference | Viresh Kumar | 1 | -8/+8 |
| 2021-07-01 | cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init | Viresh Kumar | 1 | -8/+20 |
| 2021-06-30 | cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu() | Viresh Kumar | 1 | -22/+24 |
| 2021-06-14 | Revert "cpufreq: CPPC: Add support for frequency invariance" | Viresh Kumar | 1 | -233/+12 |
| 2021-03-22 | cpufreq: cppc: simplify default delay_us setting | Tom Saeger | 1 | -12/+2 |
| 2021-03-22 | cpufreq: CPPC: Add support for frequency invariance | Viresh Kumar | 1 | -12/+233 |
| 2020-12-15 | cppc_cpufreq: replace per-cpu data array with a list | Ionela Voinescu | 1 | -83/+91 |
| 2020-12-15 | cppc_cpufreq: expose information on frequency domains | Ionela Voinescu | 1 | -0/+14 |
| 2020-12-15 | cppc_cpufreq: clarify support for coordination types | Ionela Voinescu | 1 | -7/+12 |
| 2020-12-15 | cppc_cpufreq: use policy->cpu as driver of frequency setting | Ionela Voinescu | 1 | -2/+3 |
| 2020-11-17 | cppc_cpufreq: simplify use of performance capabilities | Ionela Voinescu | 1 | -17/+23 |
| 2020-11-17 | cppc_cpufreq: clean up cpu, cpu_num and cpunum variable use | Ionela Voinescu | 1 | -74/+69 |
| 2020-11-17 | cppc_cpufreq: fix misspelling, code style and readability issues | Ionela Voinescu | 1 | -16/+16 |
| 2020-07-30 | cpufreq: CPPC: Reuse caps variable in few routines | Xin Hao | 1 | -2/+2 |
| 2020-07-30 | cpufreq: cppc: Reorder code and remove apply_hisi_workaround variable | Viresh Kumar | 1 | -49/+42 |
| 2020-06-05 | cpufreq: CPPC: add SW BOOST support | Xiongfeng Wang | 1 | -2/+37 |
| 2020-01-27 | cpufreq: Avoid creating excessively large stack frames | Rafael J. Wysocki | 1 | -1/+1 |
| 2019-12-29 | cpufreq: CPPC: put ACPI table after using it | Hanjun Guo | 1 | -0/+2 |
| 2019-12-29 | cpufreq : CPPC: Break out if HiSilicon CPPC workaround is matched | Hanjun Guo | 1 | -2/+4 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
| 2019-02-18 | cpufreq / cppc: Work around for Hisilicon CPPC cpufreq | Xiongfeng Wang | 1 | -0/+65 |
| 2018-10-03 | cpufreq / CPPC: Mark acpi_ids as used | Nathan Chancellor | 1 | -1/+1 |
| 2018-07-18 | cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC | George Cherian | 1 | -0/+52 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+2 |
| 2018-06-04 | Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac' | Rafael J. Wysocki | 1 | -12/+68 |
| 2018-04-30 | cpufreq / CPPC: Set platform specific transition_delay_us | Prashanth Prakash | 1 | -2/+44 |
| 2018-04-24 | cpufreq / CPPC: Support for CPPC v3 | Prashanth Prakash | 1 | -12/+68 |
| 2018-04-10 | cpufreq: CPPC: Initialize shared perf capabilities of CPUs | Shunyong Yang | 1 | -2/+12 |
| 2018-04-10 | cpufreq: CPPC: Don't set transition_latency | Viresh Kumar | 1 | -1/+0 |
| 2018-03-30 | cpufreq: CPPC: Use transition_delay_us depending transition_latency | George Cherian | 1 | -0/+3 |
| 2018-03-20 | cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path | Chunyu Hu | 1 | -2/+7 |
| 2017-08-18 | cpufreq: remove setting of policy->cpu in policy->cpus during init | Sudeep Holla | 1 | -1/+0 |
| 2017-06-27 | cpufreq / CPPC: Initialize policy->min to lowest nonlinear performance | Prakash, Prashanth | 1 | -3/+16 |
| 2016-10-21 | cpufreq / CPPC: Add MODULE_DEVICE_TABLE for cppc_cpufreq driver | Prakash, Prashanth | 1 | -0/+7 |
| 2016-10-14 | Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+7 |
| 2016-10-13 | cpufreq: CPPC: Correct desired_perf calculation | Hoan Tran | 1 | -1/+7 |
| 2016-10-03 | Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -7/+8 |
| 2016-09-16 | cpufreq: CPPC: Avoid overflow when calculating desired_perf | Hoan Tran | 1 | -1/+1 |
| 2016-09-13 | cpufreq: CPPC: Force reporting values in KHz to fix user space interface | Al Stone | 1 | -4/+49 |
| 2016-09-08 | ACPI / CPPC: Add prefix cppc to cpudata structure name | Srinivas Pandruvada | 1 | -7/+7 |
| 2016-08-31 | ACPI / CPPC: set a non-zero value for transition_latency | Prakash, Prashanth | 1 | -0/+1 |
| 2016-04-25 | cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driver | Ashwin Chaugule | 1 | -0/+21 |
| 2015-11-23 | cpufreq: CPPC: Initialize and check CPUFreq CPU co-ord type correctly | Ashwin Chaugule | 1 | -1/+2 |
| 2015-11-07 | cpufreq: CPPC: Delete an unnecessary check before the function call kfree() | Markus Elfring | 1 | -2/+1 |
| 2015-10-12 | ACPI / CPPC: Add a CPUFreq driver for use with CPPC | Ashwin Chaugule | 1 | -0/+176 |