summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | cpufreq: governor: Change confusing struct field and variable namesRafael J. Wysocki2016-04-282-12/+12
| * | | | | | | | cpufreq: intel_pstate: Enable PPC enforcement for serversSrinivas Pandruvada2016-04-281-1/+11
| * | | | | | | | cpufreq: intel_pstate: Adjust policy->maxSrinivas Pandruvada2016-04-281-0/+11
| * | | | | | | | cpufreq: intel_pstate: Enforce _PPC limitsSrinivas Pandruvada2016-04-282-2/+135
| * | | | | | | | cpufreq: powernv: Ramp-down global pstate slower than local-pstateAkshay Adiga2016-04-271-7/+251
| * | | | | | | | cpufreq: powernv: Remove flag use-case of policy->driver_dataShilpasri G Bhat2016-04-271-6/+5
| * | | | | | | | cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m...Javier Martinez Canillas2016-04-272-8/+8
| * | | | | | | | cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()Rafael J. Wysocki2016-04-251-4/+4
| * | | | | | | | cpufreq: hisilicon: Use generic platdev driverViresh Kumar2016-04-254-52/+2
| * | | | | | | | cpufreq: zynq: Use generic platdev driverViresh Kumar2016-04-251-0/+2
| * | | | | | | | cpufreq: sunxi: Use generic platdev driverViresh Kumar2016-04-251-0/+12
| * | | | | | | | cpufreq: shmobile: Use generic platdev driverViresh Kumar2016-04-251-0/+12
| * | | | | | | | cpufreq: rockchip: Use generic platdev driverFinley Xiao2016-04-251-0/+11
| * | | | | | | | cpufreq: omap: Use generic platdev driverViresh Kumar2016-04-251-0/+5
| * | | | | | | | cpufreq: imx: Use generic platdev driverViresh Kumar2016-04-251-0/+5
| * | | | | | | | cpufreq: berlin: Use generic platdev driverViresh Kumar2016-04-251-0/+2
| * | | | | | | | cpufreq: dt: Mark platdev machines array as __initconstViresh Kumar2016-04-251-1/+1
| * | | | | | | | cpufreq: qoriq: Fix cooling device registration issue during suspendJia Hongtao2016-04-251-0/+1
| * | | | | | | | cpufreq: qoriq: Remove __exit macro from .exit callbackJia Hongtao2016-04-251-2/+2
| * | | | | | | | cpufreq: qoriq: Don't show cooling device messages if THERMAL_OF undefinedJia Hongtao2016-04-251-2/+2
| * | | | | | | | cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driverAshwin Chaugule2016-04-251-0/+21
| * | | | | | | | cpufreq: intel_pstate: Use average P-State instead of current P-StatePhilippe Longepe2016-04-251-1/+7
| * | | | | | | | Merge back cpufreq changes for v4.7.Rafael J. Wysocki2016-04-2539-580/+779
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpufreq: ACPI: Remove freq_table from acpi_cpufreq_dataViresh Kumar2016-04-091-29/+34
| | * | | | | | | | cpufreq: ACPI: policy->driver_data can't be NULL in ->exit()Viresh Kumar2016-04-091-8/+6
| | * | | | | | | | cpufreq: Rearrange cpufreq_add_dev()Rafael J. Wysocki2016-04-091-14/+12
| | * | | | | | | | cpufreq: Simplify switch () in cpufreq_cpu_callback()Rafael J. Wysocki2016-04-091-4/+1
| | * | | | | | | | cpufreq: Use consistent prefixing via pr_fmtJoe Perches2016-04-0925-146/+181
| | * | | | | | | | cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-0925-265/+199
| | * | | | | | | | intel_pstate: Use pr_fmtJoe Perches2016-04-091-8/+10
| | * | | | | | | | cpufreq: mt8173: use list_for_each_entry*()Geliang Tang2016-04-091-10/+4
| | * | | | | | | | intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki2016-04-091-18/+13
| | * | | | | | | | cpufreq: exynos: Use generic platdev driverViresh Kumar2016-04-091-0/+9
| | * | | | | | | | cpufreq: dt: Add generic platform-device creation supportViresh Kumar2016-04-093-0/+43
| | * | | | | | | | cpufreq: tegra124: No need of setting platform-dataViresh Kumar2016-04-091-7/+0
| | * | | | | | | | cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modularPaul Gortmaker2016-04-091-13/+2
| | * | | | | | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-04-0914-182/+389
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki2016-04-081-8/+11
| | | * | | | | | | cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki2016-04-021-0/+30
| | | * | | | | | | cpufreq: Support for fast frequency switchingRafael J. Wysocki2016-04-022-5/+167
| | | * | | | | | | cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki2016-04-021-14/+0
| | | * | | | | | | cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki2016-04-021-21/+0
| | | * | | | | | | cpufreq: governor: Move abstract gov_attr_set code to seperate fileRafael J. Wysocki2016-04-025-82/+95
| | | * | | | | | | cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki2016-04-024-72/+107
| | | * | | | | | | cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-022-42/+41
| | | * | | | | | | Merge back intel_pstate fixes for v4.6.Rafael J. Wysocki2016-04-021-12/+32
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-053-6/+14
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-192-20/+189
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
OpenPOWER on IntegriCloud