aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/acpi-cpufreq.c
AgeCommit message (Expand)Author
2013-10-25acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki
2013-09-25acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu
2013-08-14acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-07-26cpufreq: Remove unused APERF/MPERF supportStratos Karafotis
2013-06-29Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-06-28Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki
2013-06-24cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-07ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreqRafael J. Wysocki
2013-06-05acpi-cpufreq: set current frequency based on target P-StateRoss Lagerwall
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar
2013-05-27cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-03-25cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()Viresh Kumar
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri
2013-02-02acpi-cpufreq: Do not load on K8Matthew Garrett
2013-01-22cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett
2012-09-09acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knobAndre Przywara
2012-09-09acpi-cpufreq: Add support for disabling dynamic overclockingAndre Przywara
2012-09-09acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUsAndre Przywara
2012-09-09acpi-cpufreq: Add support for modern AMD CPUsMatthew Garrett
2011-07-13[CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreqMatthew Garrett
2011-07-10[CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.Luming Yu
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones