- 5168b1b thermal: cpufreq_cooling: Use new thermal pressure update function by Lukasz Luba · 3 years, 2 months ago
- 2ad8ccc thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressure by Lukasz Luba · 3 years, 7 months ago
- 34ab17c thermal/drivers/cpufreq_cooling: Fix slab OOB issue by brian-sy yang · 4 years, 1 month ago
- 87602ae thermal/drivers/cpufreq_cooling: Remove unused list by Daniel Lezcano · 3 years, 10 months ago
- ef37d1f thermal/drivers/cpufreq_cooling: Use device name instead of auto-numbering by Daniel Lezcano · 3 years, 10 months ago
- 5d26c17 Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 3 years, 11 months ago
- a51afb1 thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on error by Viresh Kumar · 4 years ago
- d151585 thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platforms by Viresh Kumar · 4 years, 1 month ago
- 236761f thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changed by Zhuguangqing · 4 years, 2 months ago
- ecd1d2a thermal: cooling: Remove unused variable *tz by zhuguangqing · 4 years, 4 months ago
- 5b56420 Merge branches 'pm-em' and 'pm-core' by Rafael J. Wysocki · 4 years, 6 months ago
- 371a3bc thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power by Finley Xiao · 4 years, 7 months ago
- 521b512 PM / EM: change naming convention from 'capacity' to 'performance' by Lukasz Luba · 4 years, 8 months ago
- c65f83c thermal/drivers/cpufreq_cooling: Replace module.h with export.h by Amit Kucheria · 4 years, 8 months ago
- 5ccb451 thermal/drivers/cpufreq_cooling: Sort headers alphabetically by Amit Kucheria · 4 years, 8 months ago
- 34183dd Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 9 months ago
- 40ea568 thermal/drivers/cpufreq_cooling: Remove abusing WARN_ON by Daniel Lezcano · 4 years, 10 months ago
- ff44f67 thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_state by Willy Wolff · 4 years, 10 months ago
- f12e4f6 thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping by Thara Gopinath · 5 years ago
- 23affa2 thermal/drivers/cpu_cooling: Rename to cpufreq_cooling by Daniel Lezcano · 5 years ago[Renamed (98%) from drivers/thermal/cpu_cooling.c]
- 7b4e7f0 thermal: cpu_cooling: Appease the kernel-doc deity by Amit Kucheria · 5 years ago
- a4e893e thermal: cpu_cooling: Migrate to using the EM framework by Quentin Perret · 5 years ago
- 5a4e5b7 thermal: cpu_cooling: Make the power-related code depend on IPA by Quentin Perret · 5 years ago
- 3000ce3 cpufreq: Use per-policy frequency QoS by Rafael J. Wysocki · 5 years ago
- 5130802 thermal: cpu_cooling: Switch to QoS requests for freq limits by Viresh Kumar · 5 years ago
- bf45ac1 thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power by Matthias Kaehlcke · 6 years ago
- 72554a7 thermal/drivers/cpu_cooling: Remove pointless field by Daniel Lezcano · 6 years ago
- 0fac9e2f thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX) by Daniel Lezcano · 6 years ago
- 42cd9b0 thermal/drivers/cpu_cooling: Fixup the header and copyright by Daniel Lezcano · 6 years ago
- 3c74cbb8 thermal/drivers/cpu_cooling: Remove pointless test in power2state() by Daniel Lezcano · 6 years ago
- e0fda73 thermal: cpu_cooling: Remove unused cur_freq variable by Shaokun Zhang · 6 years ago
- bf78f13 thermal: cpu_cooling: Clarify error message by Amit Kucheria · 6 years ago
- 84fe2ca cpu_cooling: Drop static-power related stuff by Viresh Kumar · 7 years ago
- 3ebb62f cpu_cooling: Keep only one of_cpufreq*cooling_register() helper by Viresh Kumar · 7 years ago
- ba0966d cpu_cooling: Remove unused cpufreq_power_cooling_register() by Viresh Kumar · 7 years ago
- f5f263f cpu_cooling: Make of_cpufreq_power_cooling_register() parse DT by Viresh Kumar · 7 years ago
- b2fd708 thermal: cpu_cooling: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
- f19b1a1 thermal: cpu_cooling: Replace kmalloc with kmalloc_array by Viresh Kumar · 8 years ago
- d72b401 thermal: cpu_cooling: Rearrange struct cpufreq_cooling_device by Viresh Kumar · 8 years ago
- cb1b631 thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power() by Viresh Kumar · 8 years ago
- 53ca1ec thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdev by Viresh Kumar · 8 years ago
- da27f69 thermal: cpu_cooling: get_level() can't fail by Viresh Kumar · 8 years ago
- 81ee14d thermal: cpu_cooling: create structure for idle time stats by Viresh Kumar · 8 years ago
- 349d39d thermal: cpu_cooling: merge frequency and power tables by Viresh Kumar · 8 years ago
- ba76dd9 thermal: cpu_cooling: get rid of 'allowed_cpus' by Viresh Kumar · 8 years ago
- 02bacb2 thermal: cpu_cooling: OPPs are registered for all CPUs by Viresh Kumar · 8 years ago
- b12b651 thermal: cpu_cooling: store cpufreq policy by Viresh Kumar · 8 years ago
- 55d8529 cpufreq: create cpufreq_table_count_valid_entries() by Viresh Kumar · 8 years ago
- 4d753aa thermal: cpu_cooling: use cpufreq_policy to register cooling device by Viresh Kumar · 8 years ago
- 18f301c thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state() by Viresh Kumar · 8 years ago
- 3e08b2d thermal: cpu_cooling: remove cpufreq_cooling_get_level() by Viresh Kumar · 8 years ago
- 04bdbdf thermal: cpu_cooling: replace cool_dev with cdev by Viresh Kumar · 8 years ago
- 1dea432 thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdev by Viresh Kumar · 8 years ago
- fb8ea30 thermal: cpu_cooling: rearrange globals by Viresh Kumar · 8 years ago
- 289d72a thermal: cpu_cooling: Avoid accessing potentially freed structures by Viresh Kumar · 8 years ago
- 3ea3217 thermal: cpu_cooling: Check OPP for errors by Viresh Kumar · 8 years ago
- 9aec908 thermal: cpu_cooling: Replace dev_warn with dev_err by Viresh Kumar · 8 years ago
- 088db93 thermal: Fix potential deadlock in cpu_cooling by Matthew Wilcox · 8 years ago
- 544a068 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
- 6fefe19 Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conversion' into next by Zhang Rui · 8 years ago
- d9cc34a thermal: use cpumask_var_t for on-stack cpu masks by Arnd Bergmann · 8 years ago
- 8a31d9d9 PM / OPP: Update OPP users to put reference by Viresh Kumar · 8 years ago
- ae60608 thermal: convert cpu_cooling to use an IDA by Matthew Wilcox · 8 years ago
- 0744f13 thermal: cpu_cooling: Fix wrong comment call function name by Hugh Kang · 8 years ago
- a305a43 thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2power by Brendan Jackman · 8 years ago
- bb4b993 Merge back earlier cpufreq changes for v4.8. by Rafael J. Wysocki · 9 years ago
- f8bfc11 cpufreq: Remove cpufreq_frequency_get_table() by Viresh Kumar · 9 years ago
- f840ab1 thermal: cpu_cooling: fix improper order during initialization by Lukasz Luba · 9 years ago
- a53b839 thermal: cpu_cooling: fix out of bounds access in time_in_idle by Javi Merino · 9 years ago
- a71544c thermal: cpu_cooling: Remove usage of devm functions by Vaishali Thakkar · 9 years ago
- eba4f88 thermal: cpu_cooling: free power table on error or when unregistering by Javi Merino · 9 years ago
- 459ac37 thermal: cpu_cooling: don't call kcalloc() under rcu_read_lock by Javi Merino · 9 years ago
- 1afb9c5 thermal/cpu_cooling: update policy limits if clipped_freq < policy->max by Viresh Kumar · 9 years ago
- abcbcc2 thermal/cpu_cooling: rename max_freq as clipped_freq in notifier by Viresh Kumar · 9 years ago
- 59f0d21 thermal/cpu_cooling: rename cpufreq_val as clipped_freq by Viresh Kumar · 9 years ago
- a24af23 thermal/cpu_cooling: convert 'switch' block to 'if' block in notifier by Viresh Kumar · 9 years ago
- 166529c thermal/cpu_cooling: quit early after updating policy by Viresh Kumar · 9 years ago
- 76fd38c thermal/cpu_cooling: No need to initialize max_freq to 0 by Viresh Kumar · 9 years ago
- 02373d7 thermal: cpu_cooling: fix lockdep problems in cpu_cooling by Russell King · 9 years ago
- dd658e0 thermal: cpu_cooling: Fix power calculation when CPUs are offline by Kapileshwar Singh · 10 years ago
- 54b92aa thermal: cpu_cooling: Remove cpu_dev update on policy CPU update by Kapileshwar Singh · 10 years ago
- 0cdf97e thermal: cpu_cooling: Check memory allocation of power_table by Javi Merino · 10 years ago
- 6828a47 thermal: add trace events to the power allocator governor by Javi Merino · 10 years ago
- c36cf07 thermal: cpu_cooling: implement the power cooling device API by Javi Merino · 10 years ago
- 7429b1e Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git into next by Zhang Rui · 10 years ago
- fc4de35 thermal: cpu_cooling: document node in struct cpufreq_cooling_device by Javi Merino · 10 years ago
- 2d2e95e thermal: cpu_cooling: small memory leak on error by Dan Carpenter · 10 years ago
- 73904cb thermal: cpu_cooling: update copyright tags by Viresh Kumar · 10 years ago
- 4843c4a thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq by Viresh Kumar · 10 years ago
- f685901 thermal: cpu_cooling: Store frequencies in descending order by Viresh Kumar · 10 years ago
- b9f8b41 thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property() by Viresh Kumar · 10 years ago
- 2479bb6 thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count by Viresh Kumar · 10 years ago
- 97afa4a thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore by Viresh Kumar · 10 years ago
- dcc6c7f thermal: cpu_cooling: find max level during device registration by Viresh Kumar · 10 years ago
- 521a2e5 thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency() by Viresh Kumar · 10 years ago
- 5194fe4 thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state() by Viresh Kumar · 10 years ago
- 7adb635 thermal: cpu_cooling: initialize 'cpufreq_val' on registration by Viresh Kumar · 10 years ago
- 730abe0 thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register() by Viresh Kumar · 10 years ago
- c9ca319 thermal: cpu_cooling: Don't check is_cpufreq_valid() by Viresh Kumar · 10 years ago
- e1fae55 thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy by Viresh Kumar · 10 years ago