summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix6-8/+18
2019-05-31cpufreq: kirkwood: fix possible object reference leakWen Yang1-8/+11
2019-05-31cpufreq: pmac32: fix possible object reference leakWen Yang1-0/+2
2019-05-31cpufreq/pasemi: fix possible object reference leakWen Yang1-0/+1
2019-05-31cpufreq: ppc_cbe: fix possible object reference leakWen Yang1-0/+1
2019-05-31sched/cpufreq: Fix kobject memleakViresh Kumar2-0/+3
2019-05-21Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix1-2/+2
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-2/+2
2019-05-14Add cpufreq driverpopcornmix3-0/+220
2019-05-10cpufreq: armada-37xx: fix frequency calculation for oppGregory CLEMENT1-3/+19
2019-04-05cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologiesErwan Velu1-1/+3
2019-03-23cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann1-2/+2
2019-03-23cpufreq: tegra124: add missing of_node_put()Yangtao Li1-0/+2
2019-03-23cpufreq: kryo: Release OPP tables on module removalViresh Kumar1-2/+18
2019-03-10cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2-14/+15
2019-02-20cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla1-8/+4
2019-01-16cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret1-2/+2
2018-12-13cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach1-5/+21
2018-12-01cpufreq: imx6q: add return value check for voltage scaleAnson Huang1-1/+6
2018-11-13cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar1-15/+19
2018-11-13cpufreq: conservative: Take limits changes into account properlyRafael J. Wysocki1-2/+4
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor1-2/+2
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-467/+0
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+10
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+16
2018-08-16cpufreq: governor: Avoid accessing invalid governor_dataHenry Willard1-2/+10
2018-08-06cpufreq: intel_pstate: Ignore turbo active ratio in HWPSrinivas Pandruvada1-1/+2
2018-08-06Merge back cpufreq changes for 4.19.Rafael J. Wysocki7-15/+267
2018-07-31cpufreq: intel_pstate: Limit the scope of HWP dynamic boost platformsSrinivas Pandruvada1-2/+15
2018-07-30Merge back cpufreq material for 4.19.Rafael J. Wysocki7-15/+267
2018-07-26cpufreq: Fix a circular lock dependency problemWaiman Long1-1/+6
2018-07-26cpufreq: trace frequency limits changeRuchi Kandoi1-0/+1
2018-07-26Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm...Olof Johansson3-467/+0
2018-07-25Merge back cpufreq material for 4.19.Rafael J. Wysocki6-14/+260
2018-07-24cpufreq: qcom-kryo: add NULL entry to the end of_device_id arrayYueHaibing1-0/+1
2018-07-19cpufreq: intel_pstate: Show different max frequency with turbo 3 and HWPSrinivas Pandruvada1-0/+9
2018-07-18cpufreq: intel_pstate: Register when ACPI PCCH is presentRafael J. Wysocki2-1/+20
2018-07-18cpufreq: pcc-cpufreq: Disable dynamic scaling on many-CPU systemsRafael J. Wysocki1-0/+9
2018-07-18cpufreq: qcom-kryo: Silently error out on EPROBE_DEFERNiklas Cassel1-2/+3
2018-07-18cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPCGeorge Cherian1-0/+52
2018-07-18cpufreq: armada-37xx: Add AVS supportGregory CLEMENT1-3/+160
2018-07-17cpufreq: exynos: Remove support for Exynos5440Krzysztof Kozlowski3-467/+0
2018-07-09cpufreq: powernv: Remove global pstate ramp-down timer in POWER9Shilpasri G Bhat1-4/+16
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender1-0/+21
2018-07-02cpufreq: intel_pstate: use match_string() helperXie Yisheng1-9/+6
2018-06-24cpufreq: qcom-kryo: Fix error handling in probe()Dan Carpenter1-4/+4
2018-06-19cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0Srinivas Pandruvada1-5/+22
2018-06-19cpufreq: kryo: Add module remove and exitIlia Lin1-3/+19
2018-06-19cpufreq: kryo: Fix possible error code dereferenceIlia Lin1-0/+3
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds6-24/+209