index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
thermal_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
thermal: trip: Trigger trip down notifications when trips involved in mitigat...
Rafael J. Wysocki
1
-0
/
+6
2024-05-27
thermal: core: Introduce thermal_trip_crossed()
Rafael J. Wysocki
1
-10
/
+19
2024-05-17
thermal: core: Fix the handling of invalid trip points
Rafael J. Wysocki
1
-1
/
+8
2024-04-30
thermal: core: Move passive polling management to the core
Rafael J. Wysocki
1
-3
/
+11
2024-04-30
thermal: core: Do not call handle_thermal_trip() if zone temperature is invalid
Rafael J. Wysocki
1
-0
/
+3
2024-04-26
thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()
Rafael J. Wysocki
1
-2
/
+7
2024-04-24
thermal: core: Introduce thermal_governor_trip_crossed()
Rafael J. Wysocki
1
-4
/
+11
2024-04-24
thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...
Rafael J. Wysocki
1
-1
/
+1
2024-04-24
thermal/debugfs: Avoid excessive updates of trip point statistics
Rafael J. Wysocki
1
-1
/
+2
2024-04-24
thermal: core: Relocate critical and hot trip handling
Rafael J. Wysocki
1
-7
/
+4
2024-04-24
thermal: core: Drop the .throttle() governor callback
Rafael J. Wysocki
1
-11
/
+0
2024-04-23
thermal: core: Introduce .manage() callback for thermal governors
Rafael J. Wysocki
1
-0
/
+3
2024-04-19
thermal: core: Introduce .trip_crossed() callback for thermal governors
Rafael J. Wysocki
1
-2
/
+17
2024-04-08
thermal: core: Sort trip point crossing notifications by temperature
Rafael J. Wysocki
1
-6
/
+35
2024-04-08
thermal: core: Send trip crossing notifications at init time if needed
Rafael J. Wysocki
1
-21
/
+16
2024-04-08
thermal: core: Rewrite comments in handle_thermal_trip()
Rafael J. Wysocki
1
-13
/
+13
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
1
-19
/
+27
2024-03-05
thermal: core: Remove excess empty line from a comment
Flavio Suligoi
1
-1
/
+0
2024-02-27
thermal: core: Eliminate writable trip points masks
Rafael J. Wysocki
1
-25
/
+3
2024-02-27
thermal: core: Add flags to struct thermal_trip
Rafael J. Wysocki
1
-1
/
+8
2024-02-27
thermal: core: Move initial num_trips assignment before memcpy()
Nathan Chancellor
1
-1
/
+1
2024-02-23
thermal: core: Store zone ops in struct thermal_zone_device
Rafael J. Wysocki
1
-20
/
+20
2024-02-23
thermal: core: Store zone trips table in struct thermal_zone_device
Rafael J. Wysocki
1
-9
/
+9
2024-01-12
thermal: core: Use kstrdup_const() during cooling device registration
Christophe JAILLET
1
-3
/
+3
2024-01-12
thermal/debugfs: Add thermal debugfs information for mitigation episodes
Daniel Lezcano
1
-0
/
+7
2024-01-12
thermal/debugfs: Add thermal cooling device debugfs information
Daniel Lezcano
1
-0
/
+6
2024-01-09
thermal: netlink: Pass thermal zone pointer to notify routines
Rafael J. Wysocki
1
-8
/
+5
2024-01-09
thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()
Rafael J. Wysocki
1
-6
/
+2
2024-01-02
Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
1
-4
/
+17
2024-01-02
reboot: Introduce thermal_zone_device_critical_reboot()
Fabio Estevam
1
-0
/
+7
2024-01-02
thermal/core: Prepare for introduction of thermal reboot
Fabio Estevam
1
-4
/
+10
2023-12-29
thermal: core: Add governor callback for thermal zone change
Lukasz Luba
1
-0
/
+14
2023-12-28
thermal: core: Resume thermal zones asynchronously
Rafael J. Wysocki
1
-4
/
+26
2023-12-28
thermal: core: Initialize poll_queue in thermal_zone_device_init()
Rafael J. Wysocki
1
-10
/
+13
2023-12-28
thermal: core: Fix thermal zone suspend-resume synchronization
Rafael J. Wysocki
1
-7
/
+23
2023-12-15
thermal: core: Fix NULL pointer dereference in zone registration error path
Rafael J. Wysocki
1
-1
/
+0
2023-12-13
thermal/core: Check get_temp ops is present when registering a tz
Daniel Lezcano
1
-6
/
+1
2023-12-12
thermal: core: Rework thermal zone availability check
Rafael J. Wysocki
1
-3
/
+12
2023-12-12
thermal: Drop redundant and confusing device_is_registered() checks
Rafael J. Wysocki
1
-9
/
+0
2023-12-11
thermal: core: Make thermal_zone_device_unregister() return after freeing the...
Rafael J. Wysocki
1
-1
/
+5
2023-11-20
thermal: core: Add trip thresholds for trip crossing detection
Rafael J. Wysocki
1
-7
/
+36
2023-10-20
thermal: core: Pass trip pointer to governor throttle callback
Rafael J. Wysocki
1
-25
/
+25
2023-10-11
Merge branch 'acpi-thermal'
Rafael J. Wysocki
1
-19
/
+0
2023-10-11
thermal: core: prevent potential string overflow
Dan Carpenter
1
-2
/
+4
2023-10-05
thermal: core: Drop thermal_zone_device_exec()
Rafael J. Wysocki
1
-19
/
+0
2023-09-28
thermal: core: Allow trip pointers to be used for cooling device binding
Rafael J. Wysocki
1
-20
/
+34
2023-09-28
thermal: core: Store trip pointer in struct thermal_instance
Rafael J. Wysocki
1
-5
/
+10
2023-09-25
thermal: core: Drop trips_disabled bitmask
Rafael J. Wysocki
1
-13
/
+0
2023-09-14
thermal: core: Fix disabled trip point check in handle_thermal_trip()
Rafael J. Wysocki
1
-2
/
+4
2023-09-05
thermal: core: Drop thermal_zone_device_register()
Rafael J. Wysocki
1
-11
/
+0
[next]