summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki
2013-08-07cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar
2013-08-07cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki
2013-08-07cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki
2013-08-07cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar
2013-08-07cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat
2013-08-07cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat
2013-08-07cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat
2013-08-07cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat
2013-08-07cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat
2013-08-07cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat
2013-08-07cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat
2013-07-29cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki
2013-07-25cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis
2013-07-25cpufreq: Remove unused APERF/MPERF supportStratos Karafotis
2013-07-25cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis
2013-07-23cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-16cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker
2013-07-14cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle
2013-07-14cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-06-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-06-30cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat
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-27cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin
2013-06-27Merge branch 'pm-fixes' into pm-cpufreqRafael J. Wysocki
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu
2013-06-27cpufreq: make sure frequency transitions are serializedViresh Kumar
2013-06-27Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki
2013-06-25cpufreq: fix NULL pointer deference at od_set_powersave_bias()Jacob Shin
2013-06-24Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vi...Rafael J. Wysocki