summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
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-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker
2013-07-14cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu
2013-06-27cpufreq: make sure frequency transitions are serializedViresh Kumar
2013-06-20cpufreq: make __cpufreq_notify_transition() staticViresh Kumar
2013-06-20cpufreq: Fix minor formatting issuesViresh Kumar
2013-06-20cpufreq: Fix governor start/stop race conditionXiaoguang Chen
2013-06-04cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar
2013-05-27cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar
2013-05-27cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar
2013-05-27cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar
2013-05-27cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar
2013-05-21cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat
2013-05-12cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar
2013-04-28cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki
2013-04-21cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar
2013-04-11cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar
2013-04-10cpufreq: convert cpufreq_driver to using RCUNathan Zimmer
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-03-31cpufreq: governor: Implement per policy instances of governorsViresh Kumar
2013-03-31cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar
2013-03-31cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie
2013-02-09cpufreq: Fix locking issuesViresh Kumar
2013-02-09cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar
2013-02-09cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar
2013-02-05cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar