summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-24cpufreq: longhaul: Revert transition_delay_us to 200 msViresh Kumar1-1/+1
2018-03-19cpufreq: Fix governor module removal raceRafael J. Wysocki1-0/+6
2018-03-09cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar1-1/+7
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang6-11/+11
2018-02-22cpufreq: powernv: Dont assume distinct pstate values for nominal and pminShilpasri G Bhat1-2/+2
2018-02-16cpufreq: mediatek: add mediatek related projects into blacklistAndrew-sh Cheng1-0/+8
2018-02-03cpufreq: Add Loongson machine dependenciesJames Hogan1-0/+2
2018-01-31cpufreq: governor: Ensure sufficiently large sampling intervalsRafael J. Wysocki1-3/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-26cpufreq: dt: Fix sysfs duplicate filename creation for platform-deviceSuniel Mahesh1-0/+4
2017-09-20cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach1-1/+1
2017-09-20cpufreq: dt-platdev: Add some missing platforms to the blacklistViresh Kumar1-0/+12
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-39/+25
2017-09-04Merge branch 'intel_pstate'Rafael J. Wysocki1-300/+20