aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie1-1/+2
2013-12-31intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki1-0/+5
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar1-5/+9
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki1-9/+14
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy driversJason Baron1-0/+6
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar1-32/+31
2013-12-10cpufreq_ at32ap-cpufreq.c: Fix section mismatchMatthias Brugger1-1/+1
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki1-0/+3
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki1-43/+0
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki1-3/+43
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork1-3/+0
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-0/+43
2013-11-27Merge branch 'pm-cpufreq'Rafael J. Wysocki4-6/+1
2013-11-20cpufreq: exynos: Remove unwanted EXPORT_SYMBOLSachin Kamat3-3/+0
2013-11-20cpufreq: tegra: don't error target() when suspendedStephen Warren1-3/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+4
2013-11-19Merge branch 'pm-cpufreq'Rafael J. Wysocki3-4/+4
2013-11-16cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()lan,Tianyu1-4/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds70-2936/+1517
2013-11-14cpufreq: OMAP: Fix compilation error 'r & ret undeclared'viresh kumar1-0/+1
2013-11-12cpufreq: conservative: set requested_freq to policy max when it is over policy maxXiaoguang Chen1-0/+3
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-18/+43
2013-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+6
2013-11-07cpufreq: conservative: fix requested_freq reduction issueXiaoguang Chen1-1/+6
2013-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki48-651/+732
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring3-3/+6
2013-11-07intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang1-0/+74
2013-11-01cpufreq: ondemand: Remove redundant return statementStratos Karafotis1-1/+0
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar40-624/+198
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar2-1/+2
2013-10-31cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie1-2/+2
2013-10-31cpufreq: arm_big_little: reconfigure switcher behavior at run timeNicolas Pitre1-3/+51
2013-10-31cpufreq: arm_big_little: add in-kernel switching (IKS) supportViresh Kumar2-31/+337
2013-10-30cpufreq: arm_big_little: add vexpress SPC interface driverSudeep KarkadaNagesha3-0/+79
2013-10-28Merge branch 'pm-cpufreq'Rafael J. Wysocki66-2326/+822
2013-10-28Merge branch 'acpi-cleanup'Rafael J. Wysocki1-3/+2
2013-10-25cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar1-79/+31
2013-10-25intel_pstate: Add Baytrail supportDirk Brandewie1-0/+35
2013-10-25intel_pstate: Refactor driver to support CPUs with different MSR layoutsDirk Brandewie1-46/+98
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar45-725/+219
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki65-1443/+405
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon6-6/+6
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon4-6/+6
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon5-32/+33
2013-10-25acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki1-4/+4
2013-10-22intel_pstate: Correct calculation of min pstate valueDirk Brandewie1-2/+3
2013-10-22intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett1-18/+15
2013-10-17cpufreq / governor: Remove fossil commentLan Tianyu1-11/+0