summaryrefslogtreecommitdiff
path: root/drivers/thermal/cpu_cooling.c
AgeCommit message (Expand)Author
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
2015-08-14thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar
2015-08-14thermal/cpu_cooling: quit early after updating policyViresh Kumar
2015-08-14thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar
2015-08-14thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King
2015-05-04thermal: cpu_cooling: Fix power calculation when CPUs are offlineKapileshwar Singh
2015-05-04thermal: cpu_cooling: Remove cpu_dev update on policy CPU updateKapileshwar Singh
2015-05-04thermal: cpu_cooling: Check memory allocation of power_tableJavi Merino
2015-05-04thermal: add trace events to the power allocator governorJavi Merino
2015-05-04thermal: cpu_cooling: implement the power cooling device APIJavi Merino
2014-12-24Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git in...Zhang Rui
2014-12-21thermal: cpu_cooling: document node in struct cpufreq_cooling_deviceJavi Merino
2014-12-17thermal: cpu_cooling: small memory leak on errorDan Carpenter