index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-4
/
+417
2024-01-12
thermal/debugfs: Add thermal cooling device debugfs information
Daniel Lezcano
7
-6
/
+490
2024-01-09
Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-679
/
+876
2024-01-09
thermal: netlink: Pass thermal zone pointer to notify routines
Rafael J. Wysocki
3
-28
/
+28
2024-01-09
thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
Rafael J. Wysocki
2
-46
/
+1
2024-01-09
thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()
Rafael J. Wysocki
3
-14
/
+20
2024-01-09
thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()
Rafael J. Wysocki
3
-16
/
+17
2024-01-05
Merge branch 'thermal-intel'
Rafael J. Wysocki
1
-26
/
+65
2024-01-04
thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()
Rafael J. Wysocki
2
-2
/
+2
2024-01-03
thermal: intel: hfi: Disable an HFI instance when all its CPUs go offline
Ricardo Neri
1
-0
/
+35
2024-01-03
thermal: intel: hfi: Enable an HFI instance from its first online CPU
Ricardo Neri
1
-7
/
+10
2024-01-03
thermal: intel: hfi: Refactor enabling code into helper functions
Ricardo Neri
1
-21
/
+22
2024-01-02
Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
7
-278
/
+313
2024-01-02
thermal/drivers/exynos: Use set_trips ops
Mateusz Majewski
1
-180
/
+205
2024-01-02
thermal/drivers/exynos: Use BIT wherever possible
Mateusz Majewski
1
-12
/
+12
2024-01-02
thermal/drivers/exynos: Split initialization of TMU and the thermal zone
Mateusz Majewski
1
-34
/
+50
2024-01-02
thermal/drivers/exynos: Stop using the threshold mechanism on Exynos 4210
Mateusz Majewski
1
-14
/
+3
2024-01-02
thermal/drivers/exynos: Simplify regulator (de)initialization
Mateusz Majewski
1
-34
/
+15
2024-01-02
thermal/drivers/exynos: Handle devm_regulator_get_optional return value corre...
Mateusz Majewski
1
-2
/
+10
2024-01-02
thermal/drivers/exynos: Wwitch from workqueue-driven interrupt handling to th...
Mateusz Majewski
1
-20
/
+9
2024-01-02
thermal/drivers/exynos: Drop id field
Mateusz Majewski
1
-6
/
+0
2024-01-02
thermal/drivers/exynos: Remove an unnecessary field description
Mateusz Majewski
1
-1
/
+0
2024-01-02
thermal/drivers/sun8i: Add D1/T113s THS controller support
Maxim Kiselev
1
-0
/
+13
2024-01-02
thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
1
-5
/
+6
2024-01-02
thermal: amlogic: Make amlogic_thermal_disable() return void
Uwe Kleine-König
1
-4
/
+4
2024-01-02
thermal/thermal_of: Allow rebooting after critical temp
Fabio Estevam
1
-0
/
+6
2024-01-02
reboot: Introduce thermal_zone_device_critical_reboot()
Fabio Estevam
2
-0
/
+8
2024-01-02
thermal/core: Prepare for introduction of thermal reboot
Fabio Estevam
1
-4
/
+10
2024-01-02
drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
Binbin Zhou
1
-1
/
+1
2023-12-29
thermal: gov_power_allocator: Support new update callback of weights
Lukasz Luba
1
-6
/
+9
2023-12-29
thermal/sysfs: Update governors when the 'weight' has changed
Lukasz Luba
1
-0
/
+5
2023-12-29
thermal/sysfs: Update instance->weight under tz lock
Lukasz Luba
1
-0
/
+4
2023-12-29
thermal: gov_power_allocator: Simplify checks for valid power actor
Lukasz Luba
1
-23
/
+17
2023-12-29
thermal: gov_power_allocator: Move memory allocation out of throttle()
Lukasz Luba
1
-71
/
+136
2023-12-29
thermal: gov_power_allocator: Change trace functions
Lukasz Luba
2
-23
/
+32
2023-12-29
thermal: gov_power_allocator: Refactor checks in divvy_up_power()
Lukasz Luba
1
-10
/
+10
2023-12-29
thermal: gov_power_allocator: Refactor check_power_actors()
Lukasz Luba
1
-4
/
+6
2023-12-29
thermal: core: Add governor callback for thermal zone change
Lukasz Luba
2
-0
/
+16
2023-12-28
thermal: netlink: Add thermal_group_has_listeners() helper
Stanislaw Gruszka
1
-0
/
+11
2023-12-28
thermal: netlink: Add enum for mutlicast groups indexes
Stanislaw Gruszka
1
-4
/
+9
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-21
thermal: cpuidle_cooling: fix kernel-doc warning and a spello
Randy Dunlap
1
-2
/
+2
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-13
thermal: trip: Send trip change notifications on all trip updates
Rafael J. Wysocki
3
-6
/
+20
2023-12-13
thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()
Rafael J. Wysocki
1
-12
/
+8
2023-12-13
thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()
Rafael J. Wysocki
1
-7
/
+5
[prev]
[next]