aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar1-1/+1
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-1/+14
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-1/+1
2022-08-17thermal/core: Fix lockdep_assert() warningDaniel Lezcano1-3/+0
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-21/+11
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano1-0/+2
2022-08-17thermal/core: Rework the monitoring a bitDaniel Lezcano1-14/+5
2022-08-17thermal/core: Rearm the monitoring only one timeDaniel Lezcano1-5/+2
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano1-6/+0
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano1-0/+1
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki1-23/+38
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano1-5/+17
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-10/+10
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano1-0/+7
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano1-4/+4
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano1-6/+2
2022-06-14thermal: Directly use ida_alloc()/free()keliu1-9/+9
2022-05-19thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang1-0/+1
2021-11-16thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi1-0/+2
2021-10-15thermal/core: fix a UAF bug in __thermal_cooling_device_register()Ziyang Xuan1-2/+4
2021-10-15thermal/core: Fix null pointer dereference in thermal_release()Yuanzheng Song1-2/+8
2021-10-07thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano1-2/+4
2021-09-21thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter1-4/+3
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2021-06-21thermal: Use generic HW-protection shutdown APIMatti Vaittinen1-59/+4
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang1-1/+1
2021-04-22thermal/core: Remove thermal_notify_frameworkThara Gopinath1-18/+0
2021-04-15thermal/core: Fix memory leak in the error pathDaniel Lezcano1-0/+1
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano1-16/+22
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano1-7/+1
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano1-3/+1
2021-01-19thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano1-10/+5
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano1-0/+3
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano1-1/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano1-37/+0
2021-01-07thermal/core: Remove notify opsDaniel Lezcano1-3/+0
2020-12-11thermal/core: Add critical and hot opsDaniel Lezcano1-16/+27
2020-12-11thermal/core: Emit a warning if the thermal zone is updated without opsDaniel Lezcano1-1/+2
2020-10-27drivers/thermal/core: Optimize trip points checkBernard Zhao1-6/+3
2020-10-27thermal: core: Move power_actor_set_power into IPALukasz Luba1-41/+0
2020-10-27thermal: core: Remove unused functions in power actor sectionLukasz Luba1-47/+0
2020-10-26thermal: core: Add upper and lower limits to power_actor_set_powerMichael Kao1-1/+1
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing1-7/+5
2020-10-12thermal: core: remove unnecessary mutex_init()Qinglang Miao1-1/+0
2020-09-04thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko1-2/+3
2020-07-29thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano1-0/+5
2020-07-24thermal: core: Fix thermal zone lookup by IDThierry Reding1-3/+5
2020-07-21thermal: core: Move initialization after core initcallDaniel Lezcano1-1/+1
2020-07-21thermal: netlink: Improve the initcall orderingDaniel Lezcano1-0/+4
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano1-0/+21