aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01cpufreq/intel_pstate: Load only on Intel hardwareBorislav Petkov1-1/+4
2019-03-28cpufreq: scpi: Fix use after freeVincent Stehlé1-1/+1
2019-03-25cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequencySrinivas Pandruvada1-1/+4
2019-03-12cpufreq: intel_pstate: Fix up iowait_boost computationRafael J. Wysocki1-1/+1
2019-03-07cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann1-2/+2
2019-03-07cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()Rafael J. Wysocki1-15/+9
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds27-246/+640
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-42/+7
2019-03-04Merge branch 'pm-opp'Rafael J. Wysocki7-4/+49
2019-03-01Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-cpufreqRafael J. Wysocki2-3/+21
2019-02-28cpufreq: kryo: Release OPP tables on module removalViresh Kumar1-2/+18
2019-02-25cpufreq: ap806: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-24Merge back earlier cpufreq material for v5.1.Rafael J. Wysocki25-240/+571
2019-02-20cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologiesErwan Velu1-1/+3
2019-02-20cpufreq: Pass updated policy to driver ->setpolicy() callbackRafael J. Wysocki1-1/+1
2019-02-20cpufreq: Fix two debug messages in cpufreq_set_policy()Rafael J. Wysocki1-2/+2
2019-02-20cpufreq: Reorder and simplify cpufreq_update_policy()Rafael J. Wysocki1-12/+7
2019-02-20cpufreq: Add kerneldoc comments for two core functionsRafael J. Wysocki1-8/+24
2019-02-19cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit()Yangtao Li1-1/+1
2019-02-19Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-cpufreqRafael J. Wysocki5-11/+11
2019-02-18cpufreq: intel_pstate: Rework iowait boosting to be less aggressiveRafael J. Wysocki1-18/+18
2019-02-18cpufreq: intel_pstate: Eliminate intel_pstate_get_base_pstate()Rafael J. Wysocki1-7/+2
2019-02-18cpufreq: intel_pstate: Avoid redundant initialization of local varsRafael J. Wysocki1-7/+3
2019-02-18cpufreq / cppc: Work around for Hisilicon CPPC cpufreqXiongfeng Wang1-0/+65
2019-02-18cpufreq: davinci: move configuration to include/linux/platform_dataBartosz Golaszewski1-4/+1
2019-02-18cpufreq: speedstep: convert BUG() to BUG_ON()Yangtao Li1-2/+1
2019-02-18cpufreq: powernv: fix missing check of return value in init_powernv_pstates()Yangtao Li1-3/+7
2019-02-18cpufreq: longhaul: remove unneeded semicolonYangtao Li1-1/+1
2019-02-18cpufreq: pcc-cpufreq: remove unneeded semicolonYangtao Li1-1/+1
2019-02-15Merge tag 'tegra-for-5.1-cpufreq' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann3-42/+7
2019-02-14cpufreq: Replace double NOT (!!) with single NOT (!)Viresh Kumar1-1/+1
2019-02-13cpufreq: intel_pstate: Add reasons for failure and debug messagesErwan Velu1-6/+21
2019-02-13Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-cpufreqRafael J. Wysocki7-30/+307
2019-02-12cpufreq: dt: Implement online/offline() callbacksViresh Kumar1-0/+17
2019-02-12cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar1-20/+38
2019-02-12Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-oppRafael J. Wysocki7-4/+49
2019-02-08Merge branch 'cpufreq/qcom-hw' into cpufreq/arm/linux-nextViresh Kumar4-24/+50
2019-02-08cpufreq: qcom-hw: Register an Energy ModelMatthias Kaehlcke1-0/+2
2019-02-08cpufreq: qcom: Read voltage LUT and populate OPPTaniya Das1-9/+37
2019-02-08cpufreq: qcom-hw: Move to device_initcallAmit Kucheria1-1/+1
2019-02-07cpufreq: OMAP: Register an Energy ModelYangtao Li1-1/+3
2019-02-07cpufreq: imx6q: Register an Energy ModelYangtao Li1-0/+1
2019-02-07cpufreq: ap806: add cpufreq driver for Armada 8KGregory CLEMENT3-0/+216
2019-02-07cpufreq: tegra124: add missing of_node_put()Yangtao Li1-0/+2
2019-02-07cpufreq: qcom-kryo: make some variables staticYangtao Li1-1/+1
2019-02-07cpufreq: s5pv210: Defer probe if getting regulators failPaweł Chmiel1-19/+48
2019-02-07cpufreq: mediatek: Register an Energy ModelMatthias Kaehlcke1-0/+2
2019-02-07cpufreq: scmi: Register an Energy ModelQuentin Perret1-3/+36
2019-02-07cpufreq: arm_big_little: Register an Energy ModelDietmar Eggemann1-0/+2
2019-02-07cpufreq: scpi: Register an Energy ModelQuentin Perret1-0/+3