summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2023-03-11cpufreq: davinci: Fix clk use after freeUwe Kleine-König1-1/+3
2022-11-01x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner2-0/+2
2022-07-21cpufreq: pmac32-cpufreq: Fix refcount leak bugLiang He1-0/+4
2021-10-06cpufreq: schedutil: Destroy mutex before kobject_put() frees the memoryJames Morse1-1/+1
2021-09-22cpufreq: powernv: Fix init_chip_info initialization in numa=offPratik R. Sampat1-2/+14
2021-03-03cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove()Christophe JAILLET1-2/+1
2021-01-17cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()Colin Ian King1-6/+3
2020-12-29cpufreq: scpi: Add missing MODULE_ALIASPali Rohár1-0/+1
2020-12-29cpufreq: loongson1: Add missing MODULE_ALIASPali Rohár1-0/+1
2020-12-29cpufreq: st: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+7
2020-12-29cpufreq: mediatek: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+1
2020-12-29cpufreq: highbank: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+7
2020-11-05acpi-cpufreq: Honor _PSD table setting on new AMD CPUsWei Huang1-1/+2
2020-11-05cpufreq: sti-cpufreq: add stih418 supportAlain Volmat1-2/+4
2020-10-29cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifierSrikar Dronamraju1-3/+6
2020-10-01cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fnPratik Rajesh Sampat1-5/+8
2020-09-23cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki1-3/+9
2020-08-26cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada1-0/+1
2020-05-20cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson1-1/+1
2020-04-24cpufreq: powernv: Fix use-after-freeOliver O'Halloran1-0/+6
2020-01-27cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequencyFlorian Fainelli1-4/+4
2020-01-27cpufreq: brcmstb-avs-cpufreq: Fix initial command checkFlorian Fainelli1-2/+2
2019-12-31cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar1-0/+7
2019-12-17cpufreq: powernv: fix stack bloat and hard limit on number of CPUsJohn Hubbard1-4/+13
2019-12-01cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen1-0/+6
2019-12-01cpufreq: Skip cpufreq resume if it's not suspendedBo Yan1-0/+3
2019-11-12cpufreq: ti-cpufreq: add missing of_node_put()Zumeng Chen1-0/+1
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki1-10/+0
2019-08-16cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()Wen Yang1-14/+9
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-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-2/+2
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-14cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2-12/+12
2019-02-20cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla1-8/+4
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-09cpufreq: governor: Avoid accessing invalid governor_dataHenry Willard1-2/+10
2018-07-25cpufreq: intel_pstate: Register when ACPI PCCH is presentRafael J. Wysocki2-1/+20
2018-07-22cpufreq / CPPC: Set platform specific transition_delay_usPrashanth Prakash1-2/+44
2018-07-03cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0Srinivas Pandruvada1-5/+22
2018-06-26cpufreq: governors: Fix long idle detection logic in load calculationChen Yu1-7/+5
2018-06-26cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang1-0/+2
2018-05-30cpufreq: Reorder cpufreq_online() error code pathViresh Kumar1-3/+3