index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
thermal: testing: Initialize some variables annoteded with _free()
Rafael J. Wysocki
1
-4
/
+4
2024-11-14
thermal: testing: Use DEFINE_FREE() and __free() to simplify code
Rafael J. Wysocki
1
-15
/
+9
2024-11-13
thermal/drivers/k3_j72xx_bandgap: Simplify code in k3_bgp_read_temp()
Rex Nie
1
-1
/
+1
2024-11-13
thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
Barnabás Czémán
3
-8
/
+18
2024-11-13
thermal: Switch back to struct platform_driver::remove()
Uwe Kleine-König
32
-35
/
+35
2024-11-13
thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static const
Colin Ian King
1
-2
/
+2
2024-11-12
thermal: testing: Simplify tt_get_tt_zone()
Rafael J. Wysocki
1
-7
/
+2
2024-11-11
Merge back thermal control material for 6.13
Rafael J. Wysocki
16
-660
/
+1235
2024-11-04
Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...
Arnd Bergmann
3
-8
/
+8
2024-11-04
thermal/of: support thermal zones w/o trips subnode
Icenowy Zheng
1
-11
/
+10
2024-11-04
thermal/drivers/qcom/lmh: Remove false lockdep backtrace
Dmitry Baryshkov
1
-0
/
+7
2024-10-31
x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()
Tony Luck
1
-1
/
+1
2024-10-24
thermal: gov_power_allocator: Granted power set to max when nobody request power
ZhengShaobo
1
-5
/
+13
2024-10-24
thermal: core: Relocate thermal zone initialization routine
Rafael J. Wysocki
1
-41
/
+41
2024-10-24
thermal: core: Use trip lists for trip crossing detection
Rafael J. Wysocki
2
-82
/
+137
2024-10-24
thermal: core: Eliminate thermal_zone_trip_down()
Rafael J. Wysocki
2
-9
/
+1
2024-10-24
thermal: core: Relocate functions that update trip points
Rafael J. Wysocki
2
-35
/
+35
2024-10-24
thermal: core: Move some trip processing to thermal_trip_crossed()
Rafael J. Wysocki
2
-22
/
+16
2024-10-24
thermal: core: Pass trip descriptor to thermal_trip_crossed()
Rafael J. Wysocki
3
-7
/
+9
2024-10-24
thermal: core: Rearrange __thermal_zone_device_update()
Rafael J. Wysocki
1
-4
/
+4
2024-10-24
thermal: core: Prepare for moving trips between sorted lists
Rafael J. Wysocki
1
-7
/
+18
2024-10-24
thermal: core: Rename trip list node in struct thermal_trip_desc
Rafael J. Wysocki
2
-6
/
+6
2024-10-24
thermal: core: Build sorted lists instead of sorting them later
Rafael J. Wysocki
1
-15
/
+18
2024-10-24
thermal: thresholds: Fix thermal lock annotation issue
Daniel Lezcano
1
-4
/
+9
2024-10-24
thermal: netlink: Add the commands and the events for the thresholds
Daniel Lezcano
4
-21
/
+281
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
[prev]
[next]