summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'thermal-acpi'Rafael J. Wysocki2023-03-241-7/+97
|\
| * thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-1/+82
| * thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki2023-03-221-6/+15
* | thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel2023-03-221-1/+1
|/
* thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen2023-02-091-3/+2
* thermal: Fail object registration if thermal class is not registeredRafael J. Wysocki2023-01-251-8/+23
* thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-251-87/+0
* thermal/core: Remove unneeded ida_destroy()Daniel Lezcano2023-01-251-2/+0
* thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano2023-01-251-1/+3
* thermal: core: Use device_unregister() instead of device_del/put()Viresh Kumar2023-01-241-2/+1
* thermal: core: Move cdev cleanup to thermal_release()Viresh Kumar2023-01-241-19/+14
* Merge back thermal control material for 6.3.Rafael J. Wysocki2023-01-231-23/+131
|\
| * thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold2023-01-061-0/+1
| * thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano2023-01-061-0/+39
| * thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-23/+91
* | thermal: core: call put_device() only after device_register() failsViresh Kumar2023-01-191-3/+10
|/
* thermal: core: fix some possible name leaks in error pathsYang Yingliang2022-11-251-8/+10
* thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck2022-11-141-1/+11
* thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-2/+2
* thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck2022-11-141-26/+31
* thermal/core: Delete device under thermal device zone lockGuenter Roeck2022-11-141-1/+6
* thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck2022-11-141-1/+1
* thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter2022-10-281-1/+2
* thermal: Validate new state in cur_state_store()Viresh Kumar2022-10-251-8/+7
* thermal/core: Drop valid pointer check for typeLad Prabhakar2022-10-041-1/+1
* thermal: core: Increase maximum number of trip pointsSumeet Pawnikar2022-09-301-1/+14
* thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang2022-08-311-1/+1
* thermal/core: Fix lockdep_assert() warningDaniel Lezcano2022-08-171-3/+0
* thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano2022-08-171-21/+11
* thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano2022-08-171-0/+2
* thermal/core: Rework the monitoring a bitDaniel Lezcano2022-08-171-14/+5
* thermal/core: Rearm the monitoring only one timeDaniel Lezcano2022-08-171-5/+2
* thermal/of: Make new code and old code co-existDaniel Lezcano2022-08-171-6/+0
* thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano2022-08-151-0/+1
* Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2022-07-291-23/+38
|\
| * thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano2022-07-281-5/+17
| * thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-10/+10
| * thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano2022-07-281-0/+7
| * thermal/core: Remove duplicate information when an error occursDaniel Lezcano2022-07-281-4/+4
| * thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano2022-07-281-6/+2
* | thermal: Directly use ida_alloc()/free()keliu2022-06-141-9/+9
|/
* thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang2022-05-191-0/+1
* thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi2021-11-161-0/+2
* thermal/core: fix a UAF bug in __thermal_cooling_device_register()Ziyang Xuan2021-10-151-2/+4
* thermal/core: Fix null pointer dereference in thermal_release()Yuanzheng Song2021-10-151-2/+8
* thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano2021-10-071-2/+4
* thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter2021-09-211-4/+3
* Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-101-1/+1
|\
| * thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang2021-06-121-1/+1
* | thermal: Use generic HW-protection shutdown APIMatti Vaittinen2021-06-211-59/+4
|/