summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-03-11intel_pstate: Do not skip samples partiallyRafael J. Wysocki
2016-03-11intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe
2016-03-11intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...Philippe Longepe
2016-03-11intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe
2016-03-11intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki
2016-03-09Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar
2016-03-09cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki
2016-03-09cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is setRafael J. Wysocki
2016-03-09cpufreq: Remove 'policy->governor_enabled'Viresh Kumar
2016-03-09cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar
2016-03-09cpufreq: Relocate handle_update() to kill its declarationViresh Kumar
2016-03-09cpufreq: governor: Drop unnecessary checks from show() and store()Viresh Kumar
2016-03-09cpufreq: governor: Fix race in dbs_update_util_handler()Rafael J. Wysocki
2016-03-09cpufreq: governor: Make gov_set_update_util() staticRafael J. Wysocki
2016-03-09cpufreq: governor: Narrow down the dbs_data_mutex coverageRafael J. Wysocki
2016-03-09cpufreq: governor: Make dbs_data_mutex staticRafael J. Wysocki
2016-03-09cpufreq: governor: Relocate definitions of tuners structuresRafael J. Wysocki
2016-03-09cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki
2016-03-09cpufreq: governor: Make governor private data per-policyRafael J. Wysocki
2016-03-09cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki
2016-03-09cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki
2016-03-09cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki
2016-03-09cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki
2016-03-09cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki
2016-03-09cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki
2016-03-09cpufreq: governor: Close dbs_data update race conditionRafael J. Wysocki
2016-03-09cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki
2016-03-09cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki
2016-03-09cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki
2016-03-09cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki
2016-03-09cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki
2016-03-09cpufreq: governor: Reset sample delay in store_sampling_rate()Rafael J. Wysocki
2016-03-09cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki
2016-03-09cpufreq: governor: Clean up load-related computationsRafael J. Wysocki
2016-03-09cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()Rafael J. Wysocki
2016-03-09cpufreq: governor: Avoid atomic operations in hot pathsRafael J. Wysocki
2016-03-09cpufreq: governor: Simplify gov_cancel_work() slightlyRafael J. Wysocki
2016-03-09cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARMRafael J. Wysocki
2016-03-09cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar
2016-03-09cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar
2016-03-09cpufreq: governor: No need to manage state machine nowViresh Kumar
2016-03-09cpufreq: Remove cpufreq_governor_lockViresh Kumar
2016-03-09cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar
2016-03-09cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar
2016-03-09cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar
2016-03-09cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar