aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke1-1/+1
2019-05-14thermal/drivers/cpu_cooling: Remove pointless fieldDaniel Lezcano1-5/+2
2019-05-14thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Daniel Lezcano1-15/+1
2019-05-14thermal/drivers/cpu_cooling: Fixup the header and copyrightDaniel Lezcano1-2/+4
2019-05-14thermal/drivers/cpu_cooling: Remove pointless test in power2state()Daniel Lezcano1-1/+0
2019-03-18thermal: cpu_cooling: Remove unused cur_freq variableShaokun Zhang1-2/+1
2019-02-05thermal: cpu_cooling: Clarify error messageAmit Kucheria1-1/+1
2017-12-07cpu_cooling: Drop static-power related stuffViresh Kumar1-94/+12
2017-12-07cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar1-26/+2
2017-12-07cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar1-30/+0
2017-12-07cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar1-18/+31
2017-10-31thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-05-27thermal: cpu_cooling: Replace kmalloc with kmalloc_arrayViresh Kumar1-2/+3
2017-05-27thermal: cpu_cooling: Rearrange struct cpufreq_cooling_deviceViresh Kumar1-7/+8
2017-05-27thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()Viresh Kumar1-3/+4
2017-05-27thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdevViresh Kumar1-12/+10
2017-05-27thermal: cpu_cooling: get_level() can't failViresh Kumar1-15/+5
2017-05-27thermal: cpu_cooling: create structure for idle time statsViresh Kumar1-28/+25
2017-05-27thermal: cpu_cooling: merge frequency and power tablesViresh Kumar1-86/+67
2017-05-27thermal: cpu_cooling: get rid of 'allowed_cpus'Viresh Kumar1-56/+25
2017-05-27thermal: cpu_cooling: OPPs are registered for all CPUsViresh Kumar1-15/+11
2017-05-27thermal: cpu_cooling: store cpufreq policyViresh Kumar1-0/+3
2017-05-27cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar1-13/+9
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar1-38/+23
2017-05-27thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()Viresh Kumar1-2/+1
2017-05-27thermal: cpu_cooling: remove cpufreq_cooling_get_level()Viresh Kumar1-32/+1
2017-05-27thermal: cpu_cooling: replace cool_dev with cdevViresh Kumar1-19/+18
2017-05-27thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdevViresh Kumar1-124/+124
2017-05-27thermal: cpu_cooling: rearrange globalsViresh Kumar1-1/+1
2017-05-27thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar1-1/+3
2017-03-13thermal: cpu_cooling: Check OPP for errorsViresh Kumar1-2/+9
2017-03-13thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar1-6/+6
2017-03-13thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox1-9/+11
2017-03-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-65/+37
2017-02-22Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conversion' into nextZhang Rui1-52/+11
2017-02-10thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann1-13/+26
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar1-9/+2
2017-01-04thermal: convert cpu_cooling to use an IDAMatthew Wilcox1-52/+11
2016-09-27thermal: cpu_cooling: Fix wrong comment call function nameHugh Kang1-1/+1
2016-08-19thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman1-5/+16
2016-06-13Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki1-5/+19
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar1-5/+19
2016-06-01thermal: cpu_cooling: fix improper order during initializationLukasz Luba1-8/+8
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino1-6/+8
2015-10-10thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar1-5/+3
2015-09-13thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino1-5/+16
2015-09-13thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino1-24/+23
2015-08-14thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar1-1/+12
2015-08-14thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar1-4/+4
2015-08-14thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar1-5/+5