aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26thermal/debugfs: Avoid printing zero duration for mitigation events in progressRafael J. Wysocki1-6/+33
2024-04-26thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki1-2/+10
2024-04-26thermal/debugfs: Create records for cdev states as they get usedRafael J. Wysocki1-0/+8
2024-04-26Merge back earlier thermal core changes for v6.10.Rafael J. Wysocki1-26/+32
2024-04-26thermal/debugfs: Prevent use-after-free from occurring after cdev removalRafael J. Wysocki1-3/+11
2024-04-26thermal/debugfs: Fix two locking issues with thermal zone debugRafael J. Wysocki1-12/+22
2024-04-26thermal/debugfs: Free all thermal zone debug memory on zone removalRafael J. Wysocki1-0/+13
2024-04-24thermal/debugfs: Make tze_seq_show() skip invalid trips and trips with no statsRafael J. Wysocki1-6/+16
2024-04-24thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki1-1/+1
2024-04-24thermal/debugfs: Clean up thermal_debug_update_temp()Rafael J. Wysocki1-10/+11
2024-04-24thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki1-7/+0
2024-04-19Merge back earlier thermal control material for v6.10.Rafael J. Wysocki1-2/+4
2024-04-19thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()Rafael J. Wysocki1-0/+1
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+4
2024-01-12thermal/debugfs: Unlock on error path in thermal_debug_tz_trip_up()Dan Carpenter1-1/+2
2024-01-12thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano1-4/+396
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+446