aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2015-04-15cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warningGravatar Borislav Petkov 1-6/+6
2015-04-15intel_pstate: Change the setpoint for Atom paramsGravatar Kristen Carlson Accardi 1-1/+1
2015-04-11intel_pstate: Knights Landing supportGravatar Dasaratharaman Chandramouli 1-0/+31
2015-04-11intel_pstate: remove MSR testGravatar Kristen Carlson Accardi 1-14/+0
2015-04-11cpufreq: fix qoriq uniprocessor buildGravatar Arnd Bergmann 1-0/+2
2015-04-10Merge back earlier cpufreq material for v4.1.Gravatar Rafael J. Wysocki 7-73/+206
2015-04-03cpufreq: Schedule work for the first-online CPU on resumeGravatar Viresh Kumar 1-8/+11
2015-04-02cpufreq: hisilicon: add acpu driverGravatar Leo Yan 3-0/+52
2015-04-01cpufreq: powernv: Report cpu frequency throttlingGravatar Shilpasri G Bhat 1-1/+46
2015-03-18cpufreq: qoriq: rename the driverGravatar Tang Yuantian 4-10/+9
2015-03-18cpufreq: qoriq: Make the driver usable on all QorIQ platformsGravatar Tang Yuantian 1-62/+99
2015-03-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-15/+6
2015-03-04cpufreq: ppc: Add missing #include <asm/smp.h>Gravatar Geert Uytterhoeven 1-0/+2
2015-03-02cpufreq: exynos: Use simple approach to asses if cpu cooling can be usedGravatar Lukasz Majewski 1-15/+6
2015-02-21Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-11/+3
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 1-1/+1
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-11/+3
2015-02-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 3-23/+63
2015-02-19cpufreq: s3c: remove last use of resume_clocks callbackGravatar Arnd Bergmann 1-8/+0
2015-02-19cpufreq: s3c: remove incorrect __init annotationsGravatar Arnd Bergmann 2-3/+3
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Gravatar Rafael J. Wysocki 2-0/+15
2015-02-12cpufreq: speedstep-smi: enable interrupts when waitingGravatar Mikulas Patocka 2-0/+15
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-232/+367
2015-02-09Merge branch 'sfi' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linu...Gravatar Rafael J. Wysocki 3-0/+147
2015-02-06intel_pstate: provide option to only use intel_pstate with HWPGravatar Kristen Carlson Accardi 1-0/+6
2015-02-03cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invoca...Gravatar Markus Elfring 1-2/+1
2015-02-03cpufreq: Create for_each_governor()Gravatar Viresh Kumar 1-3/+7
2015-02-03cpufreq: Create for_each_policy()Gravatar Viresh Kumar 1-5/+10
2015-02-03cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()Gravatar Viresh Kumar 1-4/+1
2015-02-03cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectGravatar Viresh Kumar 1-3/+3
2015-02-02Merge branch 'clk-next' into v3.19-rc7Gravatar Michael Turquette 1-1/+1
2015-01-31cpufreq: exynos: allow modular buildGravatar Arnd Bergmann 2-22/+31
2015-01-30intel_pstate: honor user space min_perf_pct override on resumeGravatar Kristen Carlson Accardi 1-3/+11
2015-01-30intel_pstate: respect cpufreq policy requestGravatar Srinivas Pandruvada 1-1/+2
2015-01-30intel_pstate: Add num_pstates to sysfsGravatar Kristen Carlson Accardi 1-0/+13
2015-01-30intel_pstate: expose turbo range to sysfsGravatar Kristen Carlson Accardi 1-0/+18
2015-01-30intel_pstate: Add support for SkyLakeGravatar Kristen Carlson Accardi 1-0/+1
2015-01-24cpufreq: exynos: Use device tree to determine if cpufreq cooling should be re...Gravatar Lukasz Majewski 1-1/+32
2015-01-23cpufreq: stats: drop unnecessary lockingGravatar Viresh Kumar 1-5/+1
2015-01-23cpufreq: stats: don't update stats on false notifiersGravatar Viresh Kumar 1-2/+2
2015-01-23cpufreq: stats: don't update stats from show_trans_table()Gravatar Viresh Kumar 1-1/+0
2015-01-23cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update()Gravatar Viresh Kumar 1-3/+1
2015-01-23cpufreq: stats: create sysfs group once we are readyGravatar Viresh Kumar 1-19/+25
2015-01-23cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsGravatar Viresh Kumar 1-3/+0
2015-01-23cpufreq: stats: drop 'cpu' field of struct cpufreq_statsGravatar Viresh Kumar 1-12/+0
2015-01-23cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyGravatar Viresh Kumar 1-3/+0
2015-01-23cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats'Gravatar Viresh Kumar 1-51/+51
2015-01-23cpufreq: stats: get rid of per-cpu cpufreq_stats_tableGravatar Viresh Kumar 1-33/+29
2015-01-23cpufreq: stats: pass 'stat' to cpufreq_stats_update()Gravatar Viresh Kumar 1-6/+4
2015-01-23cpufreq: stats: don't check for freq table while freeing statsGravatar Viresh Kumar 1-2/+1