summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki2024-07-181-27/+24
* Merge branch 'thermal-core'Rafael J. Wysocki2024-07-151-2/+11
|\
| * thermal: core: Add sanity checks for polling_delay and passive_delayRafael J. Wysocki2024-07-121-0/+8
| * thermal: core: Change passive_delay and polling_delay data typeRafael J. Wysocki2024-07-091-1/+2
| * thermal: core: constify 'type' in devm_thermal_of_cooling_device_register()Krzysztof Kozlowski2024-07-041-1/+1
* | Merge back thermal control material for 6.11.Rafael J. Wysocki2024-07-101-2/+6
|\|
| * Merge branch 'thermal-core'Rafael J. Wysocki2024-06-251-2/+6
| |\
| | * thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki2024-06-111-0/+3
| | * thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki2024-06-111-2/+2
| | * thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki2024-06-111-1/+1
| | * thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki2024-06-111-0/+1
| * | Merge back thermal control material for v6.11.Rafael J. Wysocki2024-06-211-2/+11
| |\|
* | | thermal: core: Fix list sorting in __thermal_zone_device_update()Rafael J. Wysocki2024-07-081-6/+4
* | | thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki2024-07-041-1/+4
* | | Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-211-0/+27
|\| | | |/ |/|
| * thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki2024-06-141-0/+6
| * thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki2024-06-141-0/+21
* | thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki2024-06-071-2/+11
|/
* thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki2024-05-271-0/+6
* thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki2024-05-271-10/+19
* thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki2024-05-171-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