summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-07-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-17/+9
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki-1/+1
2017-07-12cpufreq: intel_pstate: Fix ratio setting for min_perf_pctSrinivas Pandruvada-1/+1
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki-2/+2
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-17/+9
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-32/+6
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-99/+119
2017-07-04cpufreq: intel_pstate: constify attribute_group structuresArvind Yadav-1/+1
2017-07-04cpufreq: cpufreq_stats: constify attribute_group structuresArvind Yadav-1/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+11
2017-07-03Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle'Rafael J. Wysocki-80/+104
2017-07-03Merge branch 'pm-tools'Rafael J. Wysocki-19/+15
2017-06-29cpufreq: intel_pstate: Clean up after performance governor changesRafael J. Wysocki-6/+0
2017-06-27cpufreq / CPPC: Initialize policy->min to lowest nonlinear performancePrakash, Prashanth-3/+16
2017-06-27intel_pstate: skip scheduler hook when in "performance" modeLen Brown-2/+2
2017-06-27intel_pstate: delete scheduler hook in HWP modeLen Brown-11/+3
2017-06-27x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown-1/+11
2017-06-27Merge back PM tools material for v4.13.Rafael J. Wysocki-19/+15
2017-06-24cpufreq: intel_pstate: Remove max/min fractions to limit performanceSrinivas Pandruvada-51/+63
2017-06-24cpufreq: sfi: make freq_table staticColin Ian King-1/+1
2017-06-24cpufreq: exynos5440: Fix inconsistent indentingKrzysztof Kozlowski-3/+3
2017-06-24cpufreq: imx6q: imx6ull should use the same flow as imx6ulOctavian Purdila-2/+4
2017-06-24cpufreq: dt: Add support for hi3660Tao Wang-0/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar-7/+22
2017-06-18Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-32/+6
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki-138/+111
2017-06-12cpufreq: conservative: Allow down_threshold to take values from 1 to 10Tomasz WilczyƄski-2/+2
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki-2/+3
2017-06-05cpufreq: intel_pstate: Avoid division by 0 in min_perf_pct_min()Rafael J. Wysocki-2/+3
2017-06-05cpufreq: scpi: use new scpi_ops functions to remove duplicate codeSudeep Holla-32/+6
2017-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki-3/+17
2017-05-30cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable()Arvind Yadav-3/+16
2017-05-30cpufreq: cpufreq_register_driver() should return -ENODEV if init failsDavid Arcari-0/+1
2017-05-27cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar-9/+4
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar-8/+5
2017-05-26cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior-10/+11
2017-05-23cpufreq/pasemi: Adjust system_state checkThomas Gleixner-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki-1/+10
2017-05-16Merge branch 'utilities' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki-19/+15
2017-05-14cpufreq: dbx500: add a Kconfig symbolArnd Bergmann-1/+10
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-7/+0
2017-05-11intel_pstate: use updated msr-index.h HWP.EPP valuesLen Brown-19/+15
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2017-05-08format-security: move static strings to constKees Cook-1/+2
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd-2/+2
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-125/+103
2017-04-28Merge schedutil governor updates for v4.12.Rafael J. Wysocki-0/+2
2017-04-28Merge intel_pstate driver updates for v4.12.Rafael J. Wysocki-500/+408