summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-245-118/+197
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2016-03-255-118/+197
| |\ \
| | * | cpufreq: governor: Always schedule work on the CPU running updateRafael J. Wysocki2016-03-221-1/+1
| | * | cpufreq: Always update current frequency before startig governorRafael J. Wysocki2016-03-221-11/+3
| | * | cpufreq: Introduce cpufreq_update_current_freq()Rafael J. Wysocki2016-03-221-9/+19
| | * | cpufreq: Introduce cpufreq_start_governor()Rafael J. Wysocki2016-03-221-22/+22
| | * | cpufreq: powernv: Add sysfs attributes to show throttle statsShilpasri G Bhat2016-03-221-2/+72
| | * | cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access staticJisheng Zhang2016-03-221-6/+6
| | * | cpufreq: powernv: Define per_cpu chip pointer to optimize hot-pathMichael Neuling2016-03-221-33/+17
| | * | cpufreq: acpi-cpufreq: Clean up hot plug notifier callbackRichard Cochran2016-03-201-2/+4
| | * | intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki2016-03-201-30/+43
| | * | cpufreq: Make cpufreq_quick_get() safe to callRichard Cochran2016-03-181-2/+10
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-201-2/+0
|\ \ \ \
| * \ \ \ Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2016-02-241-2/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefsBartlomiej Zolnierkiewicz2016-01-251-2/+0
* | | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/socArnd Bergmann2016-03-011-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: pxa: define clock registers as __iomemArnd Bergmann2016-02-011-1/+1
| | |/ /
* | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-03-1415-1676/+1344
|\ \ \ \ | | |_|/ | |/| |
| * | | intel_pstate: Do not skip samples partiallyRafael J. Wysocki2016-03-111-5/+7
| * | | intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe2016-03-111-8/+8
| * | | intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...Philippe Longepe2016-03-111-3/+2
| * | | intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe2016-03-111-2/+2
| * | | intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe2016-03-111-4/+4
| * | | Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki2016-03-109-1142/+903
| |\ \ \
| | * | | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-102-53/+1
| | * | | cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki2016-03-093-11/+20
| | * | | cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is setRafael J. Wysocki2016-03-091-1/+1
| | * | | cpufreq: Remove 'policy->governor_enabled'Viresh Kumar2016-03-091-17/+0
| | * | | cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar2016-03-091-23/+21
| | * | | cpufreq: Relocate handle_update() to kill its declarationViresh Kumar2016-03-091-10/+9
| | * | | cpufreq: governor: Drop unnecessary checks from show() and store()Viresh Kumar2016-03-091-7/+3
| | * | | cpufreq: governor: Fix race in dbs_update_util_handler()Rafael J. Wysocki2016-03-091-5/+16
| | * | | cpufreq: governor: Make gov_set_update_util() staticRafael J. Wysocki2016-03-091-3/+2
| | * | | cpufreq: governor: Narrow down the dbs_data_mutex coverageRafael J. Wysocki2016-03-091-23/+23
| | * | | cpufreq: governor: Make dbs_data_mutex staticRafael J. Wysocki2016-03-092-3/+1
| | * | | cpufreq: governor: Relocate definitions of tuners structuresRafael J. Wysocki2016-03-093-10/+9
| | * | | cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki2016-03-094-59/+25
| | * | | cpufreq: governor: Make governor private data per-policyRafael J. Wysocki2016-03-096-28/+87
| | * | | cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki2016-03-091-17/+13
| | * | | cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki2016-03-094-28/+40
| | * | | cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki2016-03-092-3/+1
| | * | | cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki2016-03-093-19/+1
| | * | | cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki2016-03-094-14/+22
| | * | | 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
OpenPOWER on IntegriCloud