summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches25-146/+181
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches25-265/+199
2016-04-09intel_pstate: Use pr_fmtJoe Perches1-8/+10
2016-04-09cpufreq: mt8173: use list_for_each_entry*()Geliang Tang1-10/+4
2016-04-09intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki1-18/+13
2016-04-09cpufreq: exynos: Use generic platdev driverViresh Kumar1-0/+9
2016-04-09cpufreq: dt: Add generic platform-device creation supportViresh Kumar3-0/+43
2016-04-09cpufreq: tegra124: No need of setting platform-dataViresh Kumar1-7/+0
2016-04-09cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modularPaul Gortmaker1-13/+2
2016-04-09Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki14-182/+389
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-8/+11
2016-04-05cpufreq: dt: Drop stale commentViresh Kumar1-3/+0
2016-04-05cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada1-0/+135
2016-04-05cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada1-6/+23
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki1-0/+30
2016-04-02cpufreq: Support for fast frequency switchingRafael J. Wysocki2-5/+167
2016-04-02cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki1-14/+0
2016-04-02cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki1-21/+0
2016-04-02cpufreq: governor: Move abstract gov_attr_set code to seperate fileRafael J. Wysocki5-82/+95
2016-04-02cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki4-72/+107
2016-04-02cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2-42/+41
2016-04-02Merge back intel_pstate fixes for v4.6.Rafael J. Wysocki1-12/+32
2016-04-02intel_pstate: Avoid extra invocation of intel_pstate_sample()Rafael J. Wysocki1-6/+15
2016-03-31intel_pstate: Do not set utilization update hook too earlyRafael J. Wysocki1-8/+19
2016-03-25Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-118/+197
2016-03-25Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki5-118/+197
2016-03-23cpufreq: governor: Always schedule work on the CPU running updateRafael J. Wysocki1-1/+1
2016-03-23cpufreq: Always update current frequency before startig governorRafael J. Wysocki1-11/+3
2016-03-23cpufreq: Introduce cpufreq_update_current_freq()Rafael J. Wysocki1-9/+19
2016-03-23cpufreq: Introduce cpufreq_start_governor()Rafael J. Wysocki1-22/+22
2016-03-23cpufreq: powernv: Add sysfs attributes to show throttle statsShilpasri G Bhat1-2/+72
2016-03-23cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access staticJisheng Zhang1-6/+6
2016-03-22cpufreq: powernv: Define per_cpu chip pointer to optimize hot-pathMichael Neuling1-33/+17
2016-03-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2016-03-21Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-1/+1
2016-03-20cpufreq: acpi-cpufreq: Clean up hot plug notifier callbackRichard Cochran1-2/+4
2016-03-20intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki1-30/+43
2016-03-18cpufreq: Make cpufreq_quick_get() safe to callRichard Cochran1-2/+10
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki15-1676/+1344
2016-03-11intel_pstate: Do not skip samples partiallyRafael J. Wysocki1-5/+7
2016-03-11intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe1-8/+8
2016-03-11intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...Philippe Longepe1-3/+2
2016-03-11intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe1-2/+2
2016-03-11intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe1-4/+4
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki9-1142/+903
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2-53/+1
2016-03-09Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar1-11/+10
2016-03-09cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki3-11/+20
2016-03-09cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is setRafael J. Wysocki1-1/+1
2016-03-09cpufreq: Remove 'policy->governor_enabled'Viresh Kumar1-17/+0