aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-8/+0
2017-07-27cpufreq: intel_pstate: Drop ->get from intel_pstate structureGravatar Rafael J. Wysocki 1-8/+0
2017-07-20Merge branches 'intel_pstate' and 'pm-domains'Gravatar Rafael J. Wysocki 1-2/+19
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-07-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 6-17/+9
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-1/+1
2017-07-14cpufreq: intel_pstate: Correct the busy calculation for KNLGravatar Srinivas Pandruvada 1-2/+19
2017-07-12cpufreq: intel_pstate: Fix ratio setting for min_perf_pctGravatar Srinivas Pandruvada 1-1/+1
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-2/+2
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 6-17/+9
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-32/+6
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-99/+119
2017-07-04cpufreq: intel_pstate: constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-07-04cpufreq: cpufreq_stats: constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+11
2017-07-03Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 7-80/+104
2017-07-03Merge branch 'pm-tools'Gravatar Rafael J. Wysocki 1-19/+15
2017-06-29cpufreq: intel_pstate: Clean up after performance governor changesGravatar Rafael J. Wysocki 1-6/+0
2017-06-27cpufreq / CPPC: Initialize policy->min to lowest nonlinear performanceGravatar Prakash, Prashanth 1-3/+16
2017-06-27intel_pstate: skip scheduler hook when in "performance" modeGravatar Len Brown 1-2/+2
2017-06-27intel_pstate: delete scheduler hook in HWP modeGravatar Len Brown 1-11/+3
2017-06-27x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFGravatar Len Brown 1-1/+11
2017-06-27Merge back PM tools material for v4.13.Gravatar Rafael J. Wysocki 1-19/+15
2017-06-24cpufreq: intel_pstate: Remove max/min fractions to limit performanceGravatar Srinivas Pandruvada 1-51/+63
2017-06-24cpufreq: sfi: make freq_table staticGravatar Colin Ian King 1-1/+1
2017-06-24cpufreq: exynos5440: Fix inconsistent indentingGravatar Krzysztof Kozlowski 1-3/+3
2017-06-24cpufreq: imx6q: imx6ull should use the same flow as imx6ulGravatar Octavian Purdila 1-2/+4
2017-06-24cpufreq: dt: Add support for hi3660Gravatar Tao Wang 1-0/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 4-7/+22
2017-06-18Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Olof Johansson 1-32/+6
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Gravatar Rafael J. Wysocki 9-138/+111
2017-06-12cpufreq: conservative: Allow down_threshold to take values from 1 to 10Gravatar Tomasz Wilczyński 1-2/+2
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-2/+3
2017-06-05cpufreq: intel_pstate: Avoid division by 0 in min_perf_pct_min()Gravatar Rafael J. Wysocki 1-2/+3
2017-06-05cpufreq: scpi: use new scpi_ops functions to remove duplicate codeGravatar Sudeep Holla 1-32/+6
2017-06-03Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-3/+17
2017-05-30cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable()Gravatar Arvind Yadav 1-3/+16
2017-05-30cpufreq: cpufreq_register_driver() should return -ENODEV if init failsGravatar David Arcari 1-0/+1
2017-05-27cpufreq: create cpufreq_table_count_valid_entries()Gravatar Viresh Kumar 1-9/+4
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceGravatar Viresh Kumar 5-8/+5
2017-05-26cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()Gravatar Sebastian Andrzej Siewior 1-10/+11
2017-05-23cpufreq/pasemi: Adjust system_state checkGravatar Thomas Gleixner 1-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Gravatar Rafael J. Wysocki 2-1/+10
2017-05-16Merge branch 'utilities' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Gravatar Rafael J. Wysocki 1-19/+15
2017-05-14cpufreq: dbx500: add a Kconfig symbolGravatar Arnd Bergmann 2-1/+10
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-7/+0
2017-05-11intel_pstate: use updated msr-index.h HWP.EPP valuesGravatar Len Brown 1-19/+15
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+2