summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2023-11-20thermal: core: prevent potential string overflowDan Carpenter
2023-02-01thermal: core: call put_device() only after device_register() failsViresh Kumar
2023-02-01thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter
2023-02-01thermal: Validate new state in cur_state_store()Viresh Kumar
2023-02-01thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano
2023-02-01thermal/core: Remove duplicate information when an error occursDaniel Lezcano
2022-12-31thermal: core: fix some possible name leaks in error pathsYang Yingliang
2022-06-09thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang
2021-12-08thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi
2021-11-18thermal/core: fix a UAF bug in __thermal_cooling_device_register()Ziyang Xuan
2021-11-18thermal/core: Fix null pointer dereference in thermal_release()Yuanzheng Song
2021-09-21thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-21thermal: Use generic HW-protection shutdown APIMatti Vaittinen
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang
2021-04-22thermal/core: Remove thermal_notify_frameworkThara Gopinath
2021-04-15thermal/core: Fix memory leak in the error pathDaniel Lezcano
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano
2021-01-19thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano
2021-01-07thermal/core: Remove notify opsDaniel Lezcano
2020-12-11thermal/core: Add critical and hot opsDaniel Lezcano
2020-12-11thermal/core: Emit a warning if the thermal zone is updated without opsDaniel Lezcano
2020-10-27drivers/thermal/core: Optimize trip points checkBernard Zhao
2020-10-27thermal: core: Move power_actor_set_power into IPALukasz Luba
2020-10-27thermal: core: Remove unused functions in power actor sectionLukasz Luba
2020-10-26thermal: core: Add upper and lower limits to power_actor_set_powerMichael Kao
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing
2020-10-12thermal: core: remove unnecessary mutex_init()Qinglang Miao
2020-09-04thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko
2020-07-29thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano
2020-07-24thermal: core: Fix thermal zone lookup by IDThierry Reding
2020-07-21thermal: core: Move initialization after core initcallDaniel Lezcano
2020-07-21thermal: netlink: Improve the initcall orderingDaniel Lezcano
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano
2020-07-07thermal: core: Get thermal zone by idDaniel Lezcano
2020-07-07thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz
2020-06-29thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz
2020-06-29thermal: core: Stop polling DISABLED thermal devicesAndrzej Pietrasiewicz
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz
2020-06-29thermal: Add mode helpersAndrzej Pietrasiewicz
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz
2020-05-22thermal/core: Replace module.h with export.hAmit Kucheria
2020-05-22thermal/core: Get rid of MODULE_* tagsAmit Kucheria
2020-04-14thermal: core: Remove pointless debug tracesDaniel Lezcano