summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2019-05-31cpufreq: kirkwood: fix possible object reference leakWen Yang
2019-05-31cpufreq: pmac32: fix possible object reference leakWen Yang
2019-05-31cpufreq/pasemi: fix possible object reference leakWen Yang
2019-05-31cpufreq: ppc_cbe: fix possible object reference leakWen Yang
2019-05-31sched/cpufreq: Fix kobject memleakViresh Kumar
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-05-10cpufreq: armada-37xx: fix frequency calculation for oppGregory CLEMENT
2019-04-05cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologiesErwan Velu
2019-03-23cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann
2019-03-23cpufreq: tegra124: add missing of_node_put()Yangtao Li
2019-03-23cpufreq: kryo: Release OPP tables on module removalViresh Kumar
2019-03-10cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar
2019-02-20cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla
2019-01-16cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret
2018-12-13cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach
2018-12-01cpufreq: imx6q: add return value check for voltage scaleAnson Huang
2018-11-13cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar
2018-11-13cpufreq: conservative: Take limits changes into account properlyRafael J. Wysocki
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-16cpufreq: governor: Avoid accessing invalid governor_dataHenry Willard
2018-08-06cpufreq: intel_pstate: Ignore turbo active ratio in HWPSrinivas Pandruvada
2018-08-06Merge back cpufreq changes for 4.19.Rafael J. Wysocki
2018-07-31cpufreq: intel_pstate: Limit the scope of HWP dynamic boost platformsSrinivas Pandruvada
2018-07-30Merge back cpufreq material for 4.19.Rafael J. Wysocki
2018-07-26cpufreq: Fix a circular lock dependency problemWaiman Long
2018-07-26cpufreq: trace frequency limits changeRuchi Kandoi
2018-07-26Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm...Olof Johansson
2018-07-25Merge back cpufreq material for 4.19.Rafael J. Wysocki
2018-07-24cpufreq: qcom-kryo: add NULL entry to the end of_device_id arrayYueHaibing
2018-07-19cpufreq: intel_pstate: Show different max frequency with turbo 3 and HWPSrinivas Pandruvada
2018-07-18cpufreq: intel_pstate: Register when ACPI PCCH is presentRafael J. Wysocki
2018-07-18cpufreq: pcc-cpufreq: Disable dynamic scaling on many-CPU systemsRafael J. Wysocki
2018-07-18cpufreq: qcom-kryo: Silently error out on EPROBE_DEFERNiklas Cassel
2018-07-18cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPCGeorge Cherian
2018-07-18cpufreq: armada-37xx: Add AVS supportGregory CLEMENT
2018-07-17cpufreq: exynos: Remove support for Exynos5440Krzysztof Kozlowski
2018-07-09cpufreq: powernv: Remove global pstate ramp-down timer in POWER9Shilpasri G Bhat
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender
2018-07-02cpufreq: intel_pstate: use match_string() helperXie Yisheng
2018-06-24cpufreq: qcom-kryo: Fix error handling in probe()Dan Carpenter
2018-06-19cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0Srinivas Pandruvada
2018-06-19cpufreq: kryo: Add module remove and exitIlia Lin
2018-06-19cpufreq: kryo: Fix possible error code dereferenceIlia Lin
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook