summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck
2022-11-14thermal/core: Delete device under thermal device zone lockGuenter Roeck
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang
2022-08-17thermal/core: Fix lockdep_assert() warningDaniel Lezcano
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano
2022-08-17thermal/core: Rework the monitoring a bitDaniel Lezcano
2022-08-17thermal/core: Rearm the monitoring only one timeDaniel Lezcano
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano
2022-06-14thermal: Directly use ida_alloc()/free()keliu
2022-05-19thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang
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