summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-30cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure pathChunyu Hu1-2/+7
2018-05-30cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang1-2/+12
2018-05-01cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interruptShilpasri G Bhat1-3/+11
2018-04-26cpufreq: intel_pstate: Enable HWP during system resume on CPU0Chen Yu1-0/+5
2018-04-24cpufreq: CPPC: Use transition_delay_us depending transition_latencyGeorge Cherian1-0/+3
2018-04-12powernv-cpufreq: Add helper to extract pstate from PMSRGautham R. Shenoy1-14/+23
2018-04-08Revert "cpufreq: Fix governor module removal race"Greg Kroah-Hartman1-6/+0