summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar2019-12-311-0/+7
* cpufreq: powernv: fix stack bloat and hard limit on number of CPUsJohn Hubbard2019-12-171-4/+13
* cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen2019-12-011-0/+6
* cpufreq: Skip cpufreq resume if it's not suspendedBo Yan2019-12-011-0/+3
* cpufreq: ti-cpufreq: add missing of_node_put()Zumeng Chen2019-11-121-0/+1
* cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2019-10-291-10/+0
* cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()Wen Yang2019-08-161-14/+9
* cpufreq: kirkwood: fix possible object reference leakWen Yang2019-05-311-8/+11
* cpufreq: pmac32: fix possible object reference leakWen Yang2019-05-311-0/+2
* cpufreq/pasemi: fix possible object reference leakWen Yang2019-05-311-0/+1
* cpufreq: ppc_cbe: fix possible object reference leakWen Yang2019-05-311-0/+1
* sched/cpufreq: Fix kobject memleakViresh Kumar2019-05-312-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-2/+2
* cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologiesErwan Velu2019-04-051-1/+3
* cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann2019-03-231-2/+2
* cpufreq: tegra124: add missing of_node_put()Yangtao Li2019-03-231-0/+2
* cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-03-132-12/+12
* cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-02-201-8/+4
* cpufreq: imx6q: add return value check for voltage scaleAnson Huang2018-12-011-1/+6
* cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar2018-11-131-15/+19
* cpufreq: conservative: Take limits changes into account properlyRafael J. Wysocki2018-11-131-2/+4
* cpufreq: governor: Avoid accessing invalid governor_dataHenry Willard2018-09-091-2/+10
* cpufreq: intel_pstate: Register when ACPI PCCH is presentRafael J. Wysocki2018-07-252-1/+20
* cpufreq / CPPC: Set platform specific transition_delay_usPrashanth Prakash2018-07-221-2/+44
* cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0Srinivas Pandruvada2018-07-031-5/+22
* cpufreq: governors: Fix long idle detection logic in load calculationChen Yu2018-06-261-7/+5
* cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang2018-06-261-0/+2
* cpufreq: Reorder cpufreq_online() error code pathViresh Kumar2018-05-301-3/+3
* cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure pathChunyu Hu2018-05-301-2/+7
* cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang2018-05-301-2/+12
* cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interruptShilpasri G Bhat2018-05-011-3/+11
* cpufreq: intel_pstate: Enable HWP during system resume on CPU0Chen Yu2018-04-261-0/+5
* cpufreq: CPPC: Use transition_delay_us depending transition_latencyGeorge Cherian2018-04-241-0/+3
* powernv-cpufreq: Add helper to extract pstate from PMSRGautham R. Shenoy2018-04-121-14/+23
* Revert "cpufreq: Fix governor module removal race"Greg Kroah-Hartman2018-04-081-6/+0
* cpufreq: longhaul: Revert transition_delay_us to 200 msViresh Kumar2018-03-241-1/+1
* cpufreq: Fix governor module removal raceRafael J. Wysocki2018-03-191-0/+6
* cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar2018-03-081-1/+7
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-226-11/+11
* cpufreq: powernv: Dont assume distinct pstate values for nominal and pminShilpasri G Bhat2018-02-221-2/+2
* cpufreq: mediatek: add mediatek related projects into blacklistAndrew-sh Cheng2018-02-161-0/+8
* cpufreq: Add Loongson machine dependenciesJames Hogan2018-02-031-0/+2
* cpufreq: governor: Ensure sufficiently large sampling intervalsRafael J. Wysocki2018-01-311-3/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* cpufreq: dt: Fix sysfs duplicate filename creation for platform-deviceSuniel Mahesh2017-09-261-0/+4
* cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach2017-09-201-1/+1
* cpufreq: dt-platdev: Add some missing platforms to the blacklistViresh Kumar2017-09-191-0/+12
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-39/+25
|\
| * intel_pstate: convert to use acpi_match_platform_list()Toshi Kani2017-08-291-39/+25