summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2013-08-07cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki1-21/+7
2013-08-07cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar1-8/+6
2013-08-07cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar1-4/+3
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat2-9/+11
2013-08-07cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat1-16/+53
2013-08-07cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat1-27/+49
2013-08-07cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat1-24/+39
2013-08-07cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat1-17/+26
2013-08-07cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat1-15/+34
2013-08-07cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat2-6/+1
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar4-26/+26
2013-08-07cpufreq: loongson2: fix regression related to clock managementAaro Koskinen1-5/+6
2013-07-30cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki1-9/+10
2013-07-26cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis1-12/+0
2013-07-26cpufreq: Remove unused APERF/MPERF supportStratos Karafotis4-66/+1
2013-07-26cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis3-42/+8
2013-07-23cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie1-6/+6
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+7
2013-07-16cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat1-3/+0
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker10-32/+32
2013-07-15cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle1-2/+2
2013-07-15cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat2-5/+5
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar1-3/+4
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds46-348/+2605
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+1701
2013-07-01Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2013-07-01cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat1-0/+1
2013-06-29Merge branch 'pm-cpufreq'Rafael J. Wysocki3-4/+41
2013-06-28Merge branch 'pm-cpufreq'Rafael J. Wysocki45-342/+2554
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki1-0/+7
2013-06-27cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin1-0/+1
2013-06-27Merge branch 'pm-fixes' into pm-cpufreqRafael J. Wysocki1-4/+13
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu2-4/+26
2013-06-27cpufreq: make sure frequency transitions are serializedViresh Kumar1-0/+14
2013-06-27Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki9-22/+38
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki38-317/+2499
2013-06-25cpufreq: fix NULL pointer deference at od_set_powersave_bias()Jacob Shin1-4/+13
2013-06-24Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vi...Rafael J. Wysocki8-20/+36
2013-06-24cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+2
2013-06-24cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+6
2013-06-24cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-3/+3
2013-06-24cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-6/+11
2013-06-24cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+8
2013-06-24cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+2
2013-06-24cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-0/+3
2013-06-24cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-3/+1
2013-06-24cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-3/+3
2013-06-24cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-0/+2