summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
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
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-03-01Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/socArnd 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-24Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson
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-11cpufreq: dt: No need to allocate resources anymoreViresh Kumar
2016-02-11cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar
2016-02-11cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar