summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki6 days1-1/+8
* thermal: core: Move passive polling management to the coreRafael J. Wysocki2024-04-301-3/+11
* thermal: core: Do not call handle_thermal_trip() if zone temperature is invalidRafael J. Wysocki2024-04-301-0/+3
* thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki2024-04-261-2/+7
* thermal: core: Introduce thermal_governor_trip_crossed()Rafael J. Wysocki2024-04-241-4/+11
* thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki2024-04-241-1/+1
* thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki2024-04-241-1/+2
* thermal: core: Relocate critical and hot trip handlingRafael J. Wysocki2024-04-241-7/+4
* thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki2024-04-241-11/+0
* thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki2024-04-231-0/+3
* thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki2024-04-191-2/+17
* thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki2024-04-081-6/+35
* thermal: core: Send trip crossing notifications at init time if neededRafael J. Wysocki2024-04-081-21/+16
* thermal: core: Rewrite comments in handle_thermal_trip()Rafael J. Wysocki2024-04-081-13/+13
* thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki2024-04-081-19/+27
* thermal: core: Remove excess empty line from a commentFlavio Suligoi2024-03-051-1/+0
* thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-25/+3
* thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-271-1/+8
* thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor2024-02-271-1/+1
* thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-20/+20
* thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-9/+9
* thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET2024-01-121-3/+3
* thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano2024-01-121-0/+7
* thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano2024-01-121-0/+6
* thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki2024-01-091-8/+5
* thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki2024-01-091-6/+2
* Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-01-021-4/+17
|\
| * reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-021-0/+7
| * thermal/core: Prepare for introduction of thermal rebootFabio Estevam2024-01-021-4/+10
* | thermal: core: Add governor callback for thermal zone changeLukasz Luba2023-12-291-0/+14
* | thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki2023-12-281-4/+26
* | thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki2023-12-281-10/+13
* | thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki2023-12-281-7/+23
|/
* thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki2023-12-151-1/+0
* thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano2023-12-131-6/+1
* thermal: core: Rework thermal zone availability checkRafael J. Wysocki2023-12-121-3/+12
* thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki2023-12-121-9/+0
* thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki2023-12-111-1/+5
* thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki2023-11-201-7/+36
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-25/+25
* Merge branch 'acpi-thermal'Rafael J. Wysocki2023-10-111-19/+0
|\
| * thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki2023-10-051-19/+0
* | thermal: core: prevent potential string overflowDan Carpenter2023-10-111-2/+4
|/
* thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki2023-09-281-20/+34
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-5/+10
* thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki2023-09-251-13/+0
* thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki2023-09-141-2/+4
* thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki2023-09-051-11/+0
* thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki2023-09-051-0/+11
* thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki2023-08-291-1/+1