summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'Rafael J. Wysocki2016-05-063-19/+37
|\ \
| * | intel_pstate: Fix intel_pstate_get()Rafael J. Wysocki2016-05-041-6/+8
| * | cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2016-05-022-13/+25
| * | cpufreq: st: enable selective initialization based on the platformSudeep Holla2016-04-281-0/+4
* | | Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2016-04-292-6/+7
|\| | | |/ |/|
| * cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada2016-04-251-0/+5
| * Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...Rafael J. Wysocki2016-04-251-6/+2Star
* | Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2016-04-212-0/+7
|\|
| * cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended setRafael J. Wysocki2016-04-181-0/+3
| * intel_pstate: Avoid getting stuck in high P-states when idleRafael J. Wysocki2016-04-101-0/+4
| |
| \
*-. \ Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki2016-04-082-20/+189
|\ \ \ | | |/ | |/|
| * | cpufreq: dt: Drop stale commentViresh Kumar2016-04-051-3/+0Star
| * | cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada2016-04-051-0/+135
| * | cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada2016-04-051-6/+23
| * | intel_pstate: Avoid extra invocation of intel_pstate_sample()Rafael J. Wysocki2016-04-021-6/+15
| * | intel_pstate: Do not set utilization update hook too earlyRafael J. Wysocki2016-03-311-8/+19
* | | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-255-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/+3Star
| | * | 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/+17Star
| | * | 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/+0Star
|\ \ \ \
| * \ \ \ Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2016-02-241-2/+0Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefsBartlomiej Zolnierkiewicz2016-01-251-2/+0Star
* | | | | 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/+1344Star
|\ \ \ \ | | |_|/ | |/| |
| * | | 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/+2Star
| * | | 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/+903Star
| |\ \ \
| | * | | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-102-53/+1Star
| | * | | 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/+0Star
| | * | | cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar2016-03-091-23/+21Star
| | * | | cpufreq: Relocate handle_update() to kill its declarationViresh Kumar2016-03-091-10/+9Star
| | * | | cpufreq: governor: Drop unnecessary checks from show() and store()Viresh Kumar2016-03-091-7/+3Star
| | * | | 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/+2Star