summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/acpi-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-1/+5
* cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is knownRafael J. Wysocki2021-02-181-46/+16
* cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki2021-02-081-0/+8
* cpufreq: ACPI: Extend frequency tables to cover boost frequenciesRafael J. Wysocki2021-02-081-12/+95
* acpi-cpufreq: Honor _PSD table setting on new AMD CPUsWei Huang2020-10-191-1/+2
* cpufreq: acpi-cpufreq: Mark sometimes used ID structs as __maybe_unusedLee Jones2020-07-151-2/+2
* cpufreq: acpi-cpufreq: Mark 'dummy' variable as __always_unusedLee Jones2020-07-151-2/+2
* cpufreq: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* cpufreq: change '.set_boost' to act on one policyXiongfeng Wang2020-06-051-6/+8
* cpufreq: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-2/+2
* x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner2020-03-241-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-18/+1
* drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warningMohan Kumar2019-04-161-10/+9
* cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologiesErwan Velu2019-02-201-1/+3
* cpufreq: Add Hygon Dhyana supportPu Wen2018-09-271-0/+5
* Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-131-2/+2
|\
| * cpufreq: ACPI: make function acpi_cpufreq_fast_switch() staticColin Ian King2018-06-061-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
|/
* cpufreq: ACPI: Don't validate the frequency table twiceViresh Kumar2018-03-201-9/+11
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* cpufreq: Remove CPU hotplug callbacks only if they were initializedBoris Ostrovsky2016-12-211-1/+1
* cpufreq: acpi-cpufreq: drop rdmsr_on_cpus() usageSebastian Andrzej Siewior2016-11-281-39/+20
* cpufreq: acpi-cpufreq: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-281-47/+45
* cpufreq: acpi-cpufreq: use cached frequency mapping when possibleSteve Muckle2016-07-211-1/+4
* cpufreq: Reuse new freq-table helpersViresh Kumar2016-07-071-10/+4
* cpufreq: ACPI: Remove freq_table from acpi_cpufreq_dataViresh Kumar2016-04-091-29/+34
* cpufreq: ACPI: policy->driver_data can't be NULL in ->exit()Viresh Kumar2016-04-091-8/+6
* cpufreq: Use consistent prefixing via pr_fmtJoe Perches2016-04-091-4/+4
* cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-091-7/+3
* cpufreq: Support for fast frequency switchingRafael J. Wysocki2016-04-021-0/+42
* cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access staticJisheng Zhang2016-03-221-6/+6
* cpufreq: acpi-cpufreq: Clean up hot plug notifier callbackRichard Cochran2016-03-201-2/+4
* cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki2016-03-031-113/+95
* cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki2016-02-261-4/+2
* cpufreq: Simplify core code related to boost supportRafael J. Wysocki2016-01-011-3/+2
* cpufreq: acpi-cpufreq: Simplify boost-related codeRafael J. Wysocki2016-01-011-13/+8
* cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpusSrinivas Pandruvada2015-10-081-0/+3
* cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-161-2/+1
* cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attributeRafael J. Wysocki2015-07-221-10/+11
* cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_dataRafael J. Wysocki2015-07-221-13/+16
* ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki2015-07-221-3/+2
* acpi-cpufreq: Fix an ACPI perf unregister issuePan Xinhui2015-07-161-1/+3
* acpi-cpufreq: replace per_cpu with driver_data of policyPan Xinhui2015-07-161-18/+22
* acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski2015-05-271-2/+3
* cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis2014-04-301-5/+4
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-04-081-1/+1
|\
| * cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar2014-04-071-1/+1
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-3/+4
|\ \ | |/ |/|
| * acpi-cpufreq: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+4
* | cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-121-1/+0
|/