summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-06cpufreq: Add the "cpufreq.off=1" cmdline optionLen Brown2-0/+4
2017-03-04cpufreq: intel_pstate: Avoid triggering cpu_frequency tracepoint unnecessarilyRafael J. Wysocki1-3/+5
2017-03-04cpufreq: intel_pstate: Fix intel_cpufreq_verify_policy()Rafael J. Wysocki1-10/+0
2017-03-04cpufreq: intel_pstate: Do not use performance_limits in passive modeRafael J. Wysocki1-2/+5
2017-02-28cpufreq: intel_pstate: Fix limits issue with operation mode switchingRafael J. Wysocki1-43/+22
2017-02-24cpufreq: qoriq: clean up unused codeTang Yuantian1-4/+0
2017-02-18MAINTAINERS: cpufreq: add bmips-cpufreq.cMarkus Mayer1-0/+7
2017-02-16cpufreq: CPPC: add ACPI_PROCESSOR dependencyArnd Bergmann1-1/+1
2017-02-16cpufreq: make ti-cpufreq explicitly non-modularPaul Gortmaker1-6/+2
2017-02-16cpufreq: Do not clear real_cpus mask on policy initRafael J. Wysocki1-2/+0
2017-02-10cpufreq: dt: Don't use generic platdev driver for ti-cpufreq platformsDave Gerlach1-2/+0
2017-02-10cpufreq: ti: Add cpufreq driver to determine available OPPs at runtimeDave Gerlach3-0/+284
2017-02-10Documentation: dt: add bindings for ti-cpufreqDave Gerlach1-0/+128
2017-02-10Merge OPP material for v4.11 to satisfy dependencies.Rafael J. Wysocki21-977/+591
2017-02-10PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach2-4/+11
2017-02-09cpufreq: qoriq: Don't look at clock implementation detailsTang Yuantian1-99/+49
2017-02-09cpufreq: qoriq: add ARM64 SoCs supportTang Yuantian1-1/+1
2017-02-09cpufreq: brcmstb-avs-cpufreq: remove unnecessary platform_set_drvdata()Wei Yongjun1-2/+0
2017-02-09cpufreq: s3c2416: double free on driver init error pathDan Carpenter1-1/+0
2017-02-09MIPS: BMIPS: enable CPUfreqMarkus Mayer1-0/+8
2017-02-09cpufreq: bmips-cpufreq: CPUfreq driver for Broadcom's BMIPS SoCsMarkus Mayer3-0/+199
2017-02-09BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig.Markus Mayer1-0/+2
2017-02-09MIPS: BMIPS: Update defconfigMarkus Mayer1-6/+2
2017-02-09Merge back earlier cpufreq changes for v4.11.Rafael J. Wysocki350-2435/+4042
2017-02-07PM / OPP: Make _find_opp_table_unlocked() staticWei Yongjun1-1/+1
2017-02-04cpufreq: Fix typos in commentsViresh Kumar1-2/+2
2017-02-04cpufreq: intel_pstate: Disable energy efficiency optimizationSrinivas Pandruvada1-0/+30
2017-02-04cpufreq: intel_pstate: Calculate guaranteed performance for HWPSrinivas Pandruvada1-26/+49
2017-02-04cpufreq: intel_pstate: Make HWP limits compatible with legacySrinivas Pandruvada1-6/+4
2017-02-04cpufreq: intel_pstate: Lower frequency than expected under no_turboSrinivas Pandruvada1-0/+14
2017-02-04cpufreq: intel_pstate: Operation mode control from sysfsRafael J. Wysocki2-44/+195
2017-02-04cpufreq: intel_pstate: Expose global sysfs attributes upfrontRafael J. Wysocki1-2/+66
2017-02-04cpufreq: Remove CPUFREQ_START notifier eventViresh Kumar3-7/+0
2017-02-04ACPI: processor_perflib: Simplify code and stop using CPUFREQ_STARTViresh Kumar1-3/+1
2017-02-04cpufreq: powernv: Add boost files to export ultra-turbo frequenciesShilpasri G Bhat1-3/+47
2017-02-04cpufreq: Documentation: Updates based on current codeViresh Kumar6-193/+232
2017-02-04cpufreq: Documentation: Minor reformattingViresh Kumar1-93/+112
2017-02-04cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config optionViresh Kumar11-31/+7
2017-02-04cpufreq: Remove policy create/remove notifiersViresh Kumar2-13/+5
2017-01-30PM / OPP: Update Documentation to remove RCU specific bitsViresh Kumar1-36/+16
2017-01-30PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar1-25/+9
2017-01-30PM / OPP: Simplify _opp_set_availability()Viresh Kumar1-22/+5
2017-01-30PM / OPP: Move away from RCU lockingViresh Kumar4-294/+80
2017-01-30PM / OPP: Take kref from _find_opp_table()Viresh Kumar2-122/+95
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar15-153/+110
2017-01-30PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar3-15/+18
2017-01-30PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar3-89/+29
2017-01-30PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar1-5/+4
2017-01-30PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar3-217/+74
2017-01-30PM / OPP: Add 'struct kref' to OPP tableViresh Kumar3-2/+62