summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2021-11-16thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi
2021-10-15thermal/core: fix a UAF bug in __thermal_cooling_device_register()Ziyang Xuan
2021-10-15thermal/core: Fix null pointer dereference in thermal_release()Yuanzheng Song
2021-10-07thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano
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
2019-11-14thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang
2019-11-07thermal: Initialize thermal subsystem earlierAmit Kucheria
2019-11-07thermal: Remove netlink supportAmit Kucheria
2019-09-24thermal: Add some error messagesAmit Kucheria
2019-09-24thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel
2019-09-24thermal/drivers/core: Use put_device() if device_register() failsYue Hu
2019-06-27thermal/drivers/core: Use governor table to initializeDaniel Lezcano