summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2024-07-08thermal: core: Fix list sorting in __thermal_zone_device_update()Rafael J. Wysocki
2024-07-04thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki
2024-06-21Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-14thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki
2024-06-07thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki
2024-05-27thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki
2024-05-17thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki
2024-04-30thermal: core: Move passive polling management to the coreRafael J. Wysocki
2024-04-30thermal: core: Do not call handle_thermal_trip() if zone temperature is invalidRafael J. Wysocki
2024-04-26thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki
2024-04-24thermal: core: Introduce thermal_governor_trip_crossed()Rafael J. Wysocki
2024-04-24thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki
2024-04-24thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki
2024-04-24thermal: core: Relocate critical and hot trip handlingRafael J. Wysocki
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki
2024-04-08thermal: core: Send trip crossing notifications at init time if neededRafael J. Wysocki
2024-04-08thermal: core: Rewrite comments in handle_thermal_trip()Rafael J. Wysocki
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki
2024-03-05thermal: core: Remove excess empty line from a commentFlavio Suligoi
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki
2024-02-27thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki
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