aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2024-01-12thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET
2024-01-12thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano
2024-01-09thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba
2023-12-28thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano
2023-12-12thermal: core: Rework thermal zone availability checkRafael J. Wysocki
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki
2023-10-11Merge branch 'acpi-thermal'Rafael J. Wysocki
2023-10-11thermal: core: prevent potential string overflowDan Carpenter
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki
2023-09-25thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki
2023-08-17thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki
2023-08-10thermal: core: Do not handle trip points with invalid temperatureRafael J. Wysocki
2023-07-24thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen
2023-01-25thermal: Fail object registration if thermal class is not registeredRafael J. Wysocki
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano