summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2016-03-09cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar
2016-03-09cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar
2016-03-09cpufreq: governor: Create generic macro for common tunablesViresh Kumar
2016-03-09cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki
2016-03-09cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki
2016-03-09cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki
2016-03-03cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki
2016-03-01cpufreq: mediatek: allow building as a moduleArnd Bergmann
2016-03-01cpufreq: qoriq: allow building as module with THERMAL=mArnd Bergmann
2016-02-26cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat
2016-02-26cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada
2016-02-26cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada
2016-02-26cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki
2016-02-26cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki
2016-02-23intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar
2016-02-22cpufreq: simplify for_each_suitable_policy() macroEric Biggers
2016-02-22cpufreq: fix comment about return value of cpufreq_register_driver()Eric Biggers
2016-02-12cpufreq: Drop unnecessary checks from show() and store()Rafael J. Wysocki
2016-02-10cpufreq: dt: No need to allocate resources anymoreViresh Kumar
2016-02-10cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar
2016-02-10cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar
2016-02-10cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-02-10cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar
2016-02-10cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar
2016-02-10cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar
2016-02-10cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar
2016-02-10cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar
2016-02-05cpufreq: powernv: Replace pr_info with trace print for throttle eventShilpasri G Bhat
2016-02-05cpufreq: powernv: Remove cpu_to_chip_id() from hot-pathShilpasri G Bhat
2016-02-05cpufreq: powernv: Hot-plug safe the kworker threadShilpasri G Bhat
2016-02-05cpufreq: powernv: Free 'chips' on module exitShilpasri G Bhat
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2016-01-27cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann
2016-01-27cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann
2016-01-27cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy
2016-01-27cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar