aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/cpu_cooling.c
AgeCommit message (Expand)Author
2019-05-14thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke
2019-05-14thermal/drivers/cpu_cooling: Remove pointless fieldDaniel Lezcano
2019-05-14thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Daniel Lezcano
2019-05-14thermal/drivers/cpu_cooling: Fixup the header and copyrightDaniel Lezcano
2019-05-14thermal/drivers/cpu_cooling: Remove pointless test in power2state()Daniel Lezcano
2019-03-18thermal: cpu_cooling: Remove unused cur_freq variableShaokun Zhang
2019-02-05thermal: cpu_cooling: Clarify error messageAmit Kucheria
2017-12-07cpu_cooling: Drop static-power related stuffViresh Kumar
2017-12-07cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar
2017-12-07cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar
2017-12-07cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar
2017-10-31thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav
2017-05-27thermal: cpu_cooling: Replace kmalloc with kmalloc_arrayViresh Kumar
2017-05-27thermal: cpu_cooling: Rearrange struct cpufreq_cooling_deviceViresh Kumar
2017-05-27thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()Viresh Kumar
2017-05-27thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdevViresh Kumar
2017-05-27thermal: cpu_cooling: get_level() can't failViresh Kumar
2017-05-27thermal: cpu_cooling: create structure for idle time statsViresh Kumar
2017-05-27thermal: cpu_cooling: merge frequency and power tablesViresh Kumar
2017-05-27thermal: cpu_cooling: get rid of 'allowed_cpus'Viresh Kumar
2017-05-27thermal: cpu_cooling: OPPs are registered for all CPUsViresh Kumar
2017-05-27thermal: cpu_cooling: store cpufreq policyViresh Kumar
2017-05-27cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar
2017-05-27thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()Viresh Kumar
2017-05-27thermal: cpu_cooling: remove cpufreq_cooling_get_level()Viresh Kumar
2017-05-27thermal: cpu_cooling: replace cool_dev with cdevViresh Kumar
2017-05-27thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdevViresh Kumar
2017-05-27thermal: cpu_cooling: rearrange globalsViresh Kumar
2017-05-27thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar
2017-03-13thermal: cpu_cooling: Check OPP for errorsViresh Kumar
2017-03-13thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar
2017-03-13thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox
2017-03-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2017-02-22Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui
2017-02-10thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar
2017-01-04thermal: convert cpu_cooling to use an IDAMatthew Wilcox
2016-09-27thermal: cpu_cooling: Fix wrong comment call function nameHugh Kang
2016-08-19thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman
2016-06-13Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar
2016-06-01thermal: cpu_cooling: fix improper order during initializationLukasz Luba
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino
2015-10-10thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar
2015-09-13thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino
2015-09-13thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino
2015-08-14thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar
2015-08-14thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar
2015-08-14thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar