summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/acpi-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-111-1/+1
* 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
|/
* acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk2014-01-281-3/+4
* acpi-cpufreq: Adjust the code to use the common boost attributeLukasz Majewski2014-01-171-57/+29
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-071-12/+2
|\
| * cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-12/+2
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-281-30/+14
|\|
| * cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-15/+6
| * acpi-cpufreq: Add comment under ACPI_ADR_SPACE_SYSTEM_IO caseViresh Kumar2013-10-161-1/+6
| * cpufreq: acpi-cpufreq: don't initialize part of policy set by coreViresh Kumar2013-10-161-1/+0
| * cpufreq: acpi: Use generic cpufreq routinesViresh Kumar2013-10-161-10/+1
| * cpufreq: acpi-cpufreq: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* | acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki2013-10-251-4/+4
|/
* acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu2013-09-251-0/+4
* acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu2013-08-141-1/+1
* cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar2013-08-101-1/+0
* cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar2013-08-071-2/+2
* cpufreq: Remove unused APERF/MPERF supportStratos Karafotis2013-07-261-5/+0
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-291-1/+22
|\
| * acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu2013-06-271-1/+22
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-281-7/+9
|\|
| * Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-271-7/+9
| |\
| | * cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+4
| | * cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-041-3/+3
| | * cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar2013-05-271-2/+2
* | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-281-0/+7
|\ \ \ | |/ / |/| |
| * | ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreqRafael J. Wysocki2013-06-071-0/+7
| |/
* / acpi-cpufreq: set current frequency based on target P-StateRoss Lagerwall2013-06-051-2/+2
|/
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-9/+2
* cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()Viresh Kumar2013-03-251-2/+0
* cpufreq: governors: implement generic policy_is_sharedFabio Baltieri2013-02-021-1/+1
* acpi-cpufreq: Do not load on K8Matthew Garrett2013-02-021-0/+6
* cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett2013-01-221-0/+7
* acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knobAndre Przywara2012-09-091-2/+44
* acpi-cpufreq: Add support for disabling dynamic overclockingAndre Przywara2012-09-091-0/+177
* acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUsAndre Przywara2012-09-091-0/+10
* acpi-cpufreq: Add support for modern AMD CPUsMatthew Garrett2012-09-091-6/+37
* [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreqMatthew Garrett2011-07-131-1/+1
* [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.Luming Yu2011-07-101-1/+1
* [CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones2011-05-191-0/+773