index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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-10-24
thermal: core: Manage thermal_governor_lock using a mutex guard
Rafael J. Wysocki
1
-27
/
+13
2024-10-24
thermal: core: Separate thermal zone governor initialization
Rafael J. Wysocki
1
-15
/
+21
2024-10-24
thermal: core: Add and use cooling device guard
Rafael J. Wysocki
6
-84
/
+57
2024-10-23
thermal: core: Introduce thermal_cdev_update_nocheck()
Rafael J. Wysocki
5
-9
/
+18
2024-10-23
thermal: core: Introduce thermal_instance_delete()
Rafael J. Wysocki
1
-5
/
+12
2024-10-23
thermal: core: Introduce thermal_instance_add()
Rafael J. Wysocki
1
-16
/
+30
2024-10-23
thermal: core: Call thermal_governor_update_tz() outside of cdev lock
Rafael J. Wysocki
1
-6
/
+5
2024-10-23
thermal: core: Manage thermal_list_lock using a mutex guard
Rafael J. Wysocki
1
-80
/
+68
2024-10-23
thermal: core: Separate code running under thermal_list_lock
Rafael J. Wysocki
1
-28
/
+36
2024-10-23
thermal: core: Add and use a reverse thermal zone guard
Rafael J. Wysocki
2
-5
/
+6
2024-10-23
thermal: core: Add and use thermal zone guard
Rafael J. Wysocki
8
-136
/
+86
2024-10-22
thermal: core: Pass trip descriptors to trip bind/unbind functions
Rafael J. Wysocki
1
-15
/
+12
2024-10-22
thermal: core: Move lists of thermal instances to trip descriptors
Rafael J. Wysocki
7
-64
/
+62
2024-10-22
thermal: core: Drop need_update field from struct thermal_zone_device
Rafael J. Wysocki
2
-6
/
+0
2024-10-22
thermal: core: Update thermal zones after cooling device binding
Rafael J. Wysocki
1
-10
/
+13
2024-10-22
thermal: core: Consolidate thermal zone locking in the exit path
Rafael J. Wysocki
1
-27
/
+39
2024-10-22
thermal: core: Mark thermal zones as exiting before unregistration
Rafael J. Wysocki
2
-0
/
+4
2024-10-22
thermal: core: Consolidate thermal zone locking during initialization
Rafael J. Wysocki
1
-17
/
+22
2024-10-22
thermal: core: Fix race between zone registration and system suspend
Rafael J. Wysocki
1
-2
/
+16
2024-10-22
thermal: core: Mark thermal zones as initializing to start with
Rafael J. Wysocki
2
-3
/
+14
2024-10-22
thermal: core: Represent suspend-related thermal zone flags as bits
Rafael J. Wysocki
2
-10
/
+12
2024-10-22
thermal: core: Rearrange PM notification code
Rafael J. Wysocki
1
-42
/
+46
2024-10-22
thermal: core: Initialize thermal zones before registering them
Rafael J. Wysocki
1
-1
/
+1
2024-10-11
Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-48
/
+24
2024-10-11
Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-9
/
+8
2024-10-10
thermal: core: Connect the threshold with the core
Daniel Lezcano
1
-0
/
+9
2024-10-10
thermal: core: Add user thresholds support
Daniel Lezcano
4
-0
/
+251
2024-10-08
thermal: intel: int340x: processor: Add MMIO RAPL PL4 support
Zhang Rui
1
-2
/
+2
2024-10-08
thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support
Zhang Rui
1
-44
/
+22
2024-10-07
thermal: intel: int340x: processor: Fix warning during module unload
Zhang Rui
1
-2
/
+0
2024-10-04
thermal/ti-soc-thermal: Fix typos
Andrew Kreimer
3
-8
/
+8
2024-10-04
thermal: core: Free tzp copy along with the thermal zone
Rafael J. Wysocki
1
-3
/
+1
2024-10-04
thermal: core: Reference count the zone in thermal_zone_get_by_id()
Rafael J. Wysocki
3
-6
/
+7
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-10
Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
11
-67
/
+41
2024-09-09
Merge branch 'thermal-core'
Rafael J. Wysocki
4
-52
/
+49
2024-09-05
thermal: core: Drop thermal_zone_device_is_enabled()
Rafael J. Wysocki
3
-15
/
+2
2024-09-05
thermal: core: Check passive delay in monitor_thermal_zone()
Rafael J. Wysocki
1
-13
/
+3
2024-09-05
thermal: core: Drop dead code from monitor_thermal_zone()
Rafael J. Wysocki
1
-3
/
+1
2024-09-05
thermal: core: Drop redundant lockdep_assert_held()
Rafael J. Wysocki
1
-2
/
+0
2024-09-05
thermal: gov_bang_bang: Adjust states of all uninitialized instances
Rafael J. Wysocki
1
-8
/
+6
2024-09-05
thermal: sysfs: Add sanity checks for trip temperature and hysteresis
Rafael J. Wysocki
1
-12
/
+38
2024-09-04
thermal/drivers/imx_sc_thermal: Use dev_err_probe
Alexander Stein
1
-2
/
+1
2024-09-02
thermal/drivers/ti-soc-thermal: Remove unused declarations
Zhang Zekun
1
-4
/
+0
2024-09-02
thermal/drivers/imx: Remove __maybe_unused notations
Fabio Estevam
1
-8
/
+8
2024-09-02
thermal/drivers/qoriq: Remove __maybe_unused notations
Fabio Estevam
1
-5
/
+5
2024-09-02
thermal/drivers/sprd: Use devm_clk_get_enabled() helpers
Huan Yang
1
-11
/
+3
2024-09-02
thermal/drivers/renesas: Remove trailing space after \n newline
Colin Ian King
1
-1
/
+1
2024-09-02
thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()
Yan Zhen
1
-9
/
+6
[prev]
[next]