summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke2019-05-141-1/+1
* thermal/drivers/cpu_cooling: Remove pointless fieldDaniel Lezcano2019-05-141-5/+2Star
* thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Daniel Lezcano2019-05-141-15/+1Star
* thermal/drivers/cpu_cooling: Fixup the header and copyrightDaniel Lezcano2019-05-141-2/+4
* thermal/drivers/cpu_cooling: Remove pointless test in power2state()Daniel Lezcano2019-05-141-1/+0Star
* thermal: cpu_cooling: Remove unused cur_freq variableShaokun Zhang2019-03-181-2/+1Star
* thermal: cpu_cooling: Clarify error messageAmit Kucheria2019-02-061-1/+1
* cpu_cooling: Drop static-power related stuffViresh Kumar2017-12-071-94/+12Star
* cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar2017-12-071-26/+2Star
* cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar2017-12-071-30/+0Star
* cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar2017-12-071-18/+31
* thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav2017-11-011-1/+1
* thermal: cpu_cooling: Replace kmalloc with kmalloc_arrayViresh Kumar2017-05-281-2/+3
* thermal: cpu_cooling: Rearrange struct cpufreq_cooling_deviceViresh Kumar2017-05-281-7/+8
* thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()Viresh Kumar2017-05-281-3/+4
* thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdevViresh Kumar2017-05-281-12/+10Star
* thermal: cpu_cooling: get_level() can't failViresh Kumar2017-05-281-15/+5Star
* thermal: cpu_cooling: create structure for idle time statsViresh Kumar2017-05-281-28/+25Star
* thermal: cpu_cooling: merge frequency and power tablesViresh Kumar2017-05-281-86/+67Star
* thermal: cpu_cooling: get rid of 'allowed_cpus'Viresh Kumar2017-05-281-56/+25Star
* thermal: cpu_cooling: OPPs are registered for all CPUsViresh Kumar2017-05-281-15/+11Star
* thermal: cpu_cooling: store cpufreq policyViresh Kumar2017-05-281-0/+3
* cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar2017-05-281-13/+9Star
* thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-281-38/+23Star
* thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()Viresh Kumar2017-05-281-2/+1Star
* thermal: cpu_cooling: remove cpufreq_cooling_get_level()Viresh Kumar2017-05-281-32/+1Star
* thermal: cpu_cooling: replace cool_dev with cdevViresh Kumar2017-05-281-19/+18Star
* thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdevViresh Kumar2017-05-281-124/+124
* thermal: cpu_cooling: rearrange globalsViresh Kumar2017-05-281-1/+1
* thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar2017-05-281-1/+3
* thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
* thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
* thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-011-65/+37Star
|\
| *-. Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-221-52/+11Star
| |\ \
| | | * thermal: convert cpu_cooling to use an IDAMatthew Wilcox2017-01-041-52/+11Star
| | |/
| * / thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann2017-02-101-13/+26
| |/
* / PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-9/+2Star
|/
* thermal: cpu_cooling: Fix wrong comment call function nameHugh Kang2016-09-271-1/+1
* thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman2016-08-191-5/+16
* Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki2016-06-131-5/+19
|\
| * cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-091-5/+19
* | thermal: cpu_cooling: fix improper order during initializationLukasz Luba2016-06-011-8/+8
|/
* thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino2016-02-111-6/+8
* thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar2015-10-101-5/+3Star
* thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-141-5/+16
* thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-141-24/+23Star
* thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar2015-08-151-1/+12
* thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar2015-08-151-4/+4
* thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar2015-08-151-5/+5