| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-20 | cpufreq: ACPI: Replace udelay() with usleep_range() | Kaushlendra Kumar | 1 | -1/+1 |
| 2025-09-15 | cpufreq: ACPI: Use on_each_cpu_mask() in drv_write() | Rafael J. Wysocki | 1 | -8/+1 |
| 2025-05-30 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -1/+1 |
| 2025-05-29 | acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio() | Gautham R. Shenoy | 1 | -1/+1 |
| 2025-05-06 | Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflicts | Ingo Molnar | 1 | -2/+13 |
| 2025-04-25 | cpufreq: ACPI: Re-sync CPU boost state on system resume | Viresh Kumar | 1 | -2/+13 |
| 2025-04-10 | x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()' | Ingo Molnar | 1 | -2/+2 |
| 2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar | 1 | -1/+1 |
| 2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' | Ingo Molnar | 1 | -1/+1 |
| 2025-02-07 | cpufreq: acpi: Set policy->boost_supported | Viresh Kumar | 1 | -0/+3 |
| 2025-02-07 | cpufreq: acpi: Stop setting common freq attributes | Viresh Kumar | 1 | -1/+0 |
| 2025-01-23 | cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init() | Lifeng Zheng | 1 | -5/+0 |
| 2025-01-14 | cpufreq: ACPI: Fix max-frequency computation | Gautham R. Shenoy | 1 | -9/+27 |
| 2024-11-12 | cpufreq: ACPI: Simplify MSR read on the boot CPU | Chang S. Bae | 1 | -5/+2 |
| 2024-10-28 | cpufreq: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-11 | x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator() | Mario Limonciello | 1 | -3/+9 |
| 2024-07-10 | Merge back cpufreq material for 6.11. | Rafael J. Wysocki | 1 | -5/+1 |
| 2024-07-09 | Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki | 1 | -3/+1 |
| 2024-07-09 | cpufreq: Make cpufreq_driver->exit() return void | Lizhe | 1 | -3/+1 |
| 2024-07-01 | cpufreq: ACPI: Mark boost policy as enabled when setting boost | Mario Limonciello | 1 | -1/+3 |
| 2024-06-26 | cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h | Perry Yuan | 1 | -2/+0 |
| 2023-07-20 | cpufreq: acpi: Convert to platform remove callback returning void | Yangtao Li | 1 | -4/+2 |
| 2023-05-15 | cpufreq: ACPI: Prevent a warning when another frequency driver is loaded | Petr Pavlu | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
| 2023-03-20 | ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC drivers | Petr Pavlu | 1 | -17/+22 |
| 2022-12-06 | cpufreq: ACPI: Only set boost MSRs on supported CPUs | Stuart Hayes | 1 | -1/+2 |
| 2022-11-16 | cpufreq: ACPI: Remove unused variables 'acpi_cpufreq_online' and 'ret' | Nathan Chancellor | 1 | -6/+0 |
| 2022-11-03 | cpufreq: ACPI: Defer setting boost MSRs | Stuart Hayes | 1 | -28/+3 |
| 2022-11-03 | cpufreq: ACPI: Use str_enabled_disabled() helper | Andy Shevchenko | 1 | -2/+3 |
| 2022-06-29 | cpufreq: ACPI: Add Zhaoxin/Centaur turbo boost control interface support | Tony W Wang-oc | 1 | -0/+4 |
| 2021-10-05 | cpufreq: Introducing CPUFREQ_RELATION_E | Vincent Donnefort | 1 | -1/+2 |
| 2021-09-02 | cpufreq: acpi: Remove acpi_cpufreq_cpu_ready() | Viresh Kumar | 1 | -11/+3 |
| 2021-08-04 | cpufreq: Replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2021-05-13 | x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...sched-urgent-2021-05-15 | Huang Rui | 1 | -1/+5 |
| 2021-02-18 | cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known | Rafael J. Wysocki | 1 | -46/+16 |
| 2021-02-08 | cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not there | Rafael J. Wysocki | 1 | -0/+8 |
| 2021-02-08 | cpufreq: ACPI: Extend frequency tables to cover boost frequencies | Rafael J. Wysocki | 1 | -12/+95 |
| 2020-10-19 | acpi-cpufreq: Honor _PSD table setting on new AMD CPUs | Wei Huang | 1 | -1/+2 |
| 2020-07-15 | cpufreq: acpi-cpufreq: Mark sometimes used ID structs as __maybe_unused | Lee Jones | 1 | -2/+2 |
| 2020-07-15 | cpufreq: acpi-cpufreq: Mark 'dummy' variable as __always_unused | Lee Jones | 1 | -2/+2 |
| 2020-07-13 | cpufreq: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-06-05 | cpufreq: change '.set_boost' to act on one policy | Xiongfeng Wang | 1 | -6/+8 |
| 2020-03-24 | cpufreq: Convert to new X86 CPU match macros | Thomas Gleixner | 1 | -2/+2 |
| 2020-03-24 | x86/devicetable: Move x86 specific macro out of generic code | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -18/+1 |
| 2019-04-16 | drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning | Mohan Kumar | 1 | -10/+9 |
| 2019-02-20 | cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies | Erwan Velu | 1 | -1/+3 |
| 2018-09-27 | cpufreq: Add Hygon Dhyana support | Pu Wen | 1 | -0/+5 |
| 2018-06-13 | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -2/+2 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-06-06 | cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static | Colin Ian King | 1 | -2/+2 |
| 2018-03-20 | cpufreq: ACPI: Don't validate the frequency table twice | Viresh Kumar | 1 | -9/+11 |
| 2018-02-15 | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang | 1 | -1/+1 |
| 2016-12-21 | cpufreq: Remove CPU hotplug callbacks only if they were initialized | Boris Ostrovsky | 1 | -1/+1 |
| 2016-11-28 | cpufreq: acpi-cpufreq: drop rdmsr_on_cpus() usage | Sebastian Andrzej Siewior | 1 | -39/+20 |
| 2016-11-28 | cpufreq: acpi-cpufreq: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -47/+45 |
| 2016-07-21 | cpufreq: acpi-cpufreq: use cached frequency mapping when possible | Steve Muckle | 1 | -1/+4 |
| 2016-07-07 | cpufreq: Reuse new freq-table helpers | Viresh Kumar | 1 | -10/+4 |
| 2016-04-09 | cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data | Viresh Kumar | 1 | -29/+34 |
| 2016-04-09 | cpufreq: ACPI: policy->driver_data can't be NULL in ->exit() | Viresh Kumar | 1 | -8/+6 |
| 2016-04-09 | cpufreq: Use consistent prefixing via pr_fmt | Joe Perches | 1 | -4/+4 |
| 2016-04-09 | cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -7/+3 |
| 2016-04-02 | cpufreq: Support for fast frequency switching | Rafael J. Wysocki | 1 | -0/+42 |
| 2016-03-22 | cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static | Jisheng Zhang | 1 | -6/+6 |
| 2016-03-20 | cpufreq: acpi-cpufreq: Clean up hot plug notifier callback | Richard Cochran | 1 | -2/+4 |
| 2016-03-03 | cpufreq: acpi-cpufreq: Make read and write operations more efficient | Rafael J. Wysocki | 1 | -113/+95 |
| 2016-02-26 | cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target() | Rafael J. Wysocki | 1 | -4/+2 |
| 2016-01-01 | cpufreq: Simplify core code related to boost support | Rafael J. Wysocki | 1 | -3/+2 |
| 2016-01-01 | cpufreq: acpi-cpufreq: Simplify boost-related code | Rafael J. Wysocki | 1 | -13/+8 |
| 2015-10-08 | cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpus | Srinivas Pandruvada | 1 | -0/+3 |
| 2015-09-16 | cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() | Rafael J. Wysocki | 1 | -2/+1 |
| 2015-07-22 | cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attribute | Rafael J. Wysocki | 1 | -10/+11 |
| 2015-07-22 | cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_data | Rafael J. Wysocki | 1 | -13/+16 |
| 2015-07-22 | ACPI / processor: Drop an unused argument of a cleanup routine | Rafael J. Wysocki | 1 | -3/+2 |
| 2015-07-16 | acpi-cpufreq: Fix an ACPI perf unregister issue | Pan Xinhui | 1 | -1/+3 |
| 2015-07-16 | acpi-cpufreq: replace per_cpu with driver_data of policy | Pan Xinhui | 1 | -18/+22 |
| 2015-05-27 | acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski | 1 | -2/+3 |
| 2014-04-30 | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis | 1 | -5/+4 |
| 2014-04-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+4 |
| 2014-04-07 | cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table | Viresh Kumar | 1 | -1/+1 |
| 2014-03-20 | acpi-cpufreq: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -3/+4 |
| 2014-03-12 | cpufreq: add 'freq_table' in struct cpufreq_policy | Viresh Kumar | 1 | -1/+0 |
| 2014-01-28 | acpi-cpufreq: De-register CPU notifier and free struct msr on error. | Konrad Rzeszutek Wilk | 1 | -3/+4 |
| 2014-01-17 | acpi-cpufreq: Adjust the code to use the common boost attribute | Lukasz Majewski | 1 | -57/+29 |
| 2013-11-07 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -12/+2 |
| 2013-10-31 | cpufreq: move freq change notifications to cpufreq core | Viresh Kumar | 1 | -12/+2 |
| 2013-10-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -30/+14 |
| 2013-10-25 | cpufreq: Implement light weight ->target_index() routine | Viresh Kumar | 1 | -15/+6 |
| 2013-10-25 | acpi-cpufreq: Fail initialization if driver cannot be registered | Rafael J. Wysocki | 1 | -4/+4 |
| 2013-10-16 | acpi-cpufreq: Add comment under ACPI_ADR_SPACE_SYSTEM_IO case | Viresh Kumar | 1 | -1/+6 |
| 2013-10-16 | cpufreq: acpi-cpufreq: don't initialize part of policy set by core | Viresh Kumar | 1 | -1/+0 |
| 2013-10-16 | cpufreq: acpi: Use generic cpufreq routines | Viresh Kumar | 1 | -10/+1 |
| 2013-09-30 | cpufreq: acpi-cpufreq: use cpufreq_table_validate_and_show() | Viresh Kumar | 1 | -3/+1 |
| 2013-09-25 | acpi-cpufreq: skip loading acpi_cpufreq after intel_pstate | Yinghai Lu | 1 | -0/+4 |
| 2013-08-14 | acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attribute | Lan Tianyu | 1 | -1/+1 |
| 2013-08-10 | cpufreq: Drop the owner field from struct cpufreq_driver | Viresh Kumar | 1 | -1/+0 |
| 2013-08-07 | cpufreq: Use sizeof(*ptr) convetion for computing sizes | Viresh Kumar | 1 | -2/+2 |
| 2013-07-26 | cpufreq: Remove unused APERF/MPERF support | Stratos Karafotis | 1 | -5/+0 |
| 2013-06-29 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -1/+22 |
| 2013-06-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -7/+9 |
| 2013-06-28 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 1 | -0/+7 |
| 2013-06-27 | acpi-cpufreq: Add new sysfs attribute freqdomain_cpus | Lan Tianyu | 1 | -1/+22 |
| 2013-06-27 | Merge branch 'pm-cpufreq-assorted' into pm-cpufreq | Rafael J. Wysocki | 1 | -7/+9 |
| 2013-06-24 | cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error cases | Viresh Kumar | 1 | -2/+4 |
| 2013-06-07 | ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreq | Rafael J. Wysocki | 1 | -0/+7 |
| 2013-06-05 | acpi-cpufreq: set current frequency based on target P-State | Ross Lagerwall | 1 | -2/+2 |
| 2013-06-04 | cpufreq: rename index as driver_data in cpufreq_frequency_table | Viresh Kumar | 1 | -3/+3 |
| 2013-05-27 | cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory | Viresh Kumar | 1 | -2/+2 |
| 2013-04-02 | cpufreq: Notify all policy->cpus in cpufreq_notify_transition() | Viresh Kumar | 1 | -9/+2 |
| 2013-03-25 | cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init() | Viresh Kumar | 1 | -2/+0 |
| 2013-02-02 | cpufreq: governors: implement generic policy_is_shared | Fabio Baltieri | 1 | -1/+1 |
| 2013-02-02 | acpi-cpufreq: Do not load on K8 | Matthew Garrett | 1 | -0/+6 |
| 2013-01-22 | cpufreq: Add module aliases for acpi-cpufreq | Matthew Garrett | 1 | -0/+7 |
| 2012-09-09 | acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knob | Andre Przywara | 1 | -2/+44 |
| 2012-09-09 | acpi-cpufreq: Add support for disabling dynamic overclocking | Andre Przywara | 1 | -0/+177 |
| 2012-09-09 | acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUs | Andre Przywara | 1 | -0/+10 |
| 2012-09-09 | acpi-cpufreq: Add support for modern AMD CPUs | Matthew Garrett | 1 | -6/+37 |
| 2011-07-13 | [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq | Matthew Garrett | 1 | -1/+1 |
| 2011-07-10 | [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug. | Luming Yu | 1 | -1/+1 |
| 2011-05-19 | [CPUFREQ] Move x86 drivers to drivers/cpufreq/ | Dave Jones | 1 | -0/+773 |