Age | Commit message (Expand) | Author |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-04-16 | drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning | Mohan Kumar |
2019-02-20 | cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies | Erwan Velu |
2018-09-27 | cpufreq: Add Hygon Dhyana support | Pu Wen |
2018-06-13 | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-06 | cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static | Colin Ian King |
2018-03-20 | cpufreq: ACPI: Don't validate the frequency table twice | Viresh Kumar |
2018-02-15 | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping | Jia Zhang |
2016-12-21 | cpufreq: Remove CPU hotplug callbacks only if they were initialized | Boris Ostrovsky |
2016-11-28 | cpufreq: acpi-cpufreq: drop rdmsr_on_cpus() usage | Sebastian Andrzej Siewior |
2016-11-28 | cpufreq: acpi-cpufreq: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-07-21 | cpufreq: acpi-cpufreq: use cached frequency mapping when possible | Steve Muckle |
2016-07-07 | cpufreq: Reuse new freq-table helpers | Viresh Kumar |
2016-04-09 | cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data | Viresh Kumar |
2016-04-09 | cpufreq: ACPI: policy->driver_data can't be NULL in ->exit() | Viresh Kumar |
2016-04-09 | cpufreq: Use consistent prefixing via pr_fmt | Joe Perches |
2016-04-09 | cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches |
2016-04-02 | cpufreq: Support for fast frequency switching | Rafael J. Wysocki |
2016-03-22 | cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static | Jisheng Zhang |
2016-03-20 | cpufreq: acpi-cpufreq: Clean up hot plug notifier callback | Richard Cochran |
2016-03-03 | cpufreq: acpi-cpufreq: Make read and write operations more efficient | Rafael J. Wysocki |
2016-02-26 | cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target() | Rafael J. Wysocki |
2016-01-01 | cpufreq: Simplify core code related to boost support | Rafael J. Wysocki |
2016-01-01 | cpufreq: acpi-cpufreq: Simplify boost-related code | Rafael J. Wysocki |
2015-10-08 | cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpus | Srinivas Pandruvada |
2015-09-16 | cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() | Rafael J. Wysocki |
2015-07-22 | cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attribute | Rafael J. Wysocki |
2015-07-22 | cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_data | Rafael J. Wysocki |
2015-07-22 | ACPI / processor: Drop an unused argument of a cleanup routine | Rafael J. Wysocki |
2015-07-16 | acpi-cpufreq: Fix an ACPI perf unregister issue | Pan Xinhui |
2015-07-16 | acpi-cpufreq: replace per_cpu with driver_data of policy | Pan Xinhui |
2015-05-27 | acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski |
2014-04-30 | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis |
2014-04-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-04-07 | cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table | Viresh Kumar |
2014-03-20 | acpi-cpufreq: Fix CPU hotplug callback registration | Srivatsa S. Bhat |
2014-03-12 | cpufreq: add 'freq_table' in struct cpufreq_policy | Viresh Kumar |
2014-01-28 | acpi-cpufreq: De-register CPU notifier and free struct msr on error. | Konrad Rzeszutek Wilk |
2014-01-17 | acpi-cpufreq: Adjust the code to use the common boost attribute | Lukasz Majewski |
2013-11-07 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2013-10-31 | cpufreq: move freq change notifications to cpufreq core | Viresh Kumar |
2013-10-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2013-10-25 | cpufreq: Implement light weight ->target_index() routine | Viresh Kumar |
2013-10-25 | acpi-cpufreq: Fail initialization if driver cannot be registered | Rafael J. Wysocki |
2013-10-16 | acpi-cpufreq: Add comment under ACPI_ADR_SPACE_SYSTEM_IO case | Viresh Kumar |
2013-10-16 | cpufreq: acpi-cpufreq: don't initialize part of policy set by core | Viresh Kumar |
2013-10-16 | cpufreq: acpi: Use generic cpufreq routines | Viresh Kumar |
2013-09-30 | cpufreq: acpi-cpufreq: use cpufreq_table_validate_and_show() | Viresh Kumar |