summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
11 daysthermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki1-2/+11
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki1-0/+6
2024-05-27thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki1-10/+19
2024-05-17thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki1-1/+8
2024-04-30thermal: core: Move passive polling management to the coreRafael J. Wysocki1-3/+11
2024-04-30thermal: core: Do not call handle_thermal_trip() if zone temperature is invalidRafael J. Wysocki1-0/+3
2024-04-26thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki1-2/+7
2024-04-24thermal: core: Introduce thermal_governor_trip_crossed()Rafael J. Wysocki1-4/+11
2024-04-24thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki1-1/+1
2024-04-24thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki1-1/+2
2024-04-24thermal: core: Relocate critical and hot trip handlingRafael J. Wysocki1-7/+4
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki1-11/+0
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki1-0/+3
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki1-2/+17
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki1-6/+35
2024-04-08thermal: core: Send trip crossing notifications at init time if neededRafael J. Wysocki1-21/+16
2024-04-08thermal: core: Rewrite comments in handle_thermal_trip()Rafael J. Wysocki1-13/+13
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-19/+27
2024-03-05thermal: core: Remove excess empty line from a commentFlavio Suligoi1-1/+0
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-25/+3
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki1-1/+8
2024-02-27thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor1-1/+1
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki1-20/+20
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki1-9/+9
2024-01-12thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET1-3/+3
2024-01-12thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano1-0/+7
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+6
2024-01-09thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki1-8/+5
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki1-6/+2
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-4/+17
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+7
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam1-4/+10
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+14
2023-12-28thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki1-4/+26
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki1-10/+13
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki1-7/+23
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki1-1/+0
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano1-6/+1
2023-12-12thermal: core: Rework thermal zone availability checkRafael J. Wysocki1-3/+12
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki1-9/+0
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki1-1/+5
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki1-7/+36
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-25/+25
2023-10-11Merge branch 'acpi-thermal'Rafael J. Wysocki1-19/+0
2023-10-11thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki1-19/+0
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki1-20/+34
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-5/+10
2023-09-25thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki1-13/+0
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki1-2/+4