summaryrefslogtreecommitdiff
path: root/drivers/thermal/cpu_cooling.c
Commit message (Expand)AuthorAge
* cpu_cooling: Drop static-power related stuffViresh Kumar2017-12-07
* cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar2017-12-07
* cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar2017-12-07
* cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar2017-12-07
* thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav2017-10-31
* thermal: cpu_cooling: Replace kmalloc with kmalloc_arrayViresh Kumar2017-05-27
* thermal: cpu_cooling: Rearrange struct cpufreq_cooling_deviceViresh Kumar2017-05-27
* thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()Viresh Kumar2017-05-27
* thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdevViresh Kumar2017-05-27
* thermal: cpu_cooling: get_level() can't failViresh Kumar2017-05-27
* thermal: cpu_cooling: create structure for idle time statsViresh Kumar2017-05-27
* thermal: cpu_cooling: merge frequency and power tablesViresh Kumar2017-05-27
* thermal: cpu_cooling: get rid of 'allowed_cpus'Viresh Kumar2017-05-27
* thermal: cpu_cooling: OPPs are registered for all CPUsViresh Kumar2017-05-27
* thermal: cpu_cooling: store cpufreq policyViresh Kumar2017-05-27
* cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar2017-05-27
* thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-27
* thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()Viresh Kumar2017-05-27
* thermal: cpu_cooling: remove cpufreq_cooling_get_level()Viresh Kumar2017-05-27
* thermal: cpu_cooling: replace cool_dev with cdevViresh Kumar2017-05-27
* thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdevViresh Kumar2017-05-27
* thermal: cpu_cooling: rearrange globalsViresh Kumar2017-05-27
* thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar2017-05-27
* thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-13
* thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-13
* thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-01
|\
| *-. Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-22
| |\ \
| | | * thermal: convert cpu_cooling to use an IDAMatthew Wilcox2017-01-04
| | |/
| * | thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann2017-02-10
| |/
* | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-30
|/
* thermal: cpu_cooling: Fix wrong comment call function nameHugh Kang2016-09-27
* thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman2016-08-19
* Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki2016-06-13
|\
| * cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-09
* | thermal: cpu_cooling: fix improper order during initializationLukasz Luba2016-06-01
|/
* thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino2016-02-11
* thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar2015-10-10
* thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-13
* thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-13
* thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar2015-08-14
* thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar2015-08-14
* thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar2015-08-14
* thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar2015-08-14
* thermal/cpu_cooling: quit early after updating policyViresh Kumar2015-08-14
* thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar2015-08-14
* thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King2015-08-14
* thermal: cpu_cooling: Fix power calculation when CPUs are offlineKapileshwar Singh2015-05-04
* thermal: cpu_cooling: Remove cpu_dev update on policy CPU updateKapileshwar Singh2015-05-04
* thermal: cpu_cooling: Check memory allocation of power_tableJavi Merino2015-05-04