aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki1-8/+5
2016-03-09cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki4-32/+17
2016-03-09cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki1-13/+11
2016-03-09cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki3-25/+26
2016-03-09cpufreq: governor: Reset sample delay in store_sampling_rate()Rafael J. Wysocki1-12/+4
2016-03-09cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki4-32/+27
2016-03-09cpufreq: governor: Clean up load-related computationsRafael J. Wysocki1-14/+10
2016-03-09cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()Rafael J. Wysocki1-15/+3
2016-03-09cpufreq: governor: Avoid atomic operations in hot pathsRafael J. Wysocki2-16/+38
2016-03-09cpufreq: governor: Simplify gov_cancel_work() slightlyRafael J. Wysocki1-8/+0
2016-03-09cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARMRafael J. Wysocki1-10/+1
2016-03-09cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar1-5/+4
2016-03-09cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar4-83/+65
2016-03-09cpufreq: governor: No need to manage state machine nowViresh Kumar1-22/+5
2016-03-09cpufreq: Remove cpufreq_governor_lockViresh Kumar2-9/+0
2016-03-09cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar1-16/+33
2016-03-09cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar1-26/+10
2016-03-09cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar3-64/+54
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar1-5/+0
2016-03-09cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar1-89/+0
2016-03-09cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar4-103/+144
2016-03-09cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar4-83/+47
2016-03-09cpufreq: governor: Create generic macro for common tunablesViresh Kumar3-24/+28
2016-03-09cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki1-4/+3
2016-03-09cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki2-8/+8
2016-03-09cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki1-8/+13
2016-03-09cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki5-60/+68
2016-03-09cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki1-9/+8
2016-03-09cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki4-10/+8
2016-03-09cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki4-86/+86
2016-03-09cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki5-38/+39
2016-03-09cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki4-27/+8
2016-03-09cpufreq: governor: Rename some data types and variablesRafael J. Wysocki5-59/+59
2016-03-09cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki3-51/+58
2016-03-09cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki1-41/+27
2016-03-09cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki4-11/+8
2016-03-09cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki5-120/+114
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki1-64/+39
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+45
2016-03-03cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki1-113/+95
2016-03-01cpufreq: mediatek: allow building as a moduleArnd Bergmann2-2/+3
2016-03-01cpufreq: qoriq: allow building as module with THERMAL=mArnd Bergmann1-0/+1
2016-03-01Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/socArnd Bergmann1-1/+1
2016-02-26cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat1-11/+29
2016-02-26cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada1-0/+3
2016-02-26cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada1-12/+22
2016-02-26cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki1-4/+2
2016-02-26cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki1-24/+19
2016-02-24Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/driversOlof Johansson1-2/+0
2016-02-23intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar1-9/+12