summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki2016-03-093-26/+15
| | * | | cpufreq: governor: Close dbs_data update race conditionRafael J. Wysocki2016-03-091-1/+1
| | * | | cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki2016-03-092-2/+0
| | * | | cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki2016-03-091-8/+5
| | * | | cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki2016-03-094-32/+17
| | * | | cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki2016-03-091-13/+11
| | * | | cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki2016-03-093-25/+26
| | * | | cpufreq: governor: Reset sample delay in store_sampling_rate()Rafael J. Wysocki2016-03-091-12/+4
| | * | | cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki2016-03-094-32/+27
| | * | | cpufreq: governor: Clean up load-related computationsRafael J. Wysocki2016-03-091-14/+10
| | * | | cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()Rafael J. Wysocki2016-03-091-15/+3
| | * | | cpufreq: governor: Avoid atomic operations in hot pathsRafael J. Wysocki2016-03-092-16/+38
| | * | | cpufreq: governor: Simplify gov_cancel_work() slightlyRafael J. Wysocki2016-03-091-8/+0
| | * | | cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARMRafael J. Wysocki2016-03-091-10/+1
| | * | | cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar2016-03-091-5/+4
| | * | | cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar2016-03-094-83/+65
| | * | | cpufreq: governor: No need to manage state machine nowViresh Kumar2016-03-091-22/+5
| | * | | cpufreq: Remove cpufreq_governor_lockViresh Kumar2016-03-092-9/+0
| | * | | cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar2016-03-091-16/+33
| | * | | cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar2016-03-091-26/+10
| | * | | cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar2016-03-093-64/+54
| | * | | Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar2016-03-091-5/+0
| | * | | cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar2016-03-091-89/+0
| | * | | cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar2016-03-094-103/+144
| | * | | cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar2016-03-094-83/+47
| | * | | cpufreq: governor: Create generic macro for common tunablesViresh Kumar2016-03-093-24/+28
| | * | | cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki2016-03-091-4/+3
| | * | | cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki2016-03-092-8/+8
| | * | | cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki2016-03-091-8/+13
| | * | | cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki2016-03-095-60/+68
| | * | | cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki2016-03-091-9/+8
| | * | | cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki2016-03-094-10/+8
| | * | | cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki2016-03-094-86/+86
| | * | | cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki2016-03-095-38/+39
| | * | | cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki2016-03-094-27/+8
| | * | | cpufreq: governor: Rename some data types and variablesRafael J. Wysocki2016-03-095-59/+59
| | * | | cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki2016-03-093-51/+58
| | * | | cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki2016-03-091-41/+27
| | * | | cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki2016-03-094-11/+8
| | * | | cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-095-120/+114
| | * | | cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-091-64/+39
| | * | | cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+45
| * | | | Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar2016-03-091-11/+10
| * | | | cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki2016-03-031-113/+95
| * | | | cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat2016-02-261-11/+29
| * | | | cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada2016-02-261-0/+3
| * | | | cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada2016-02-261-12/+22
| * | | | cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki2016-02-261-4/+2
| * | | | cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki2016-02-261-24/+19
| * | | | intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar2016-02-231-9/+12