index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
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
2026-08-25
Revert "thermal/core: Allocate the thermal class dynamically"
Rafael J. Wysocki
1
-9
/
+7
2026-08-25
Revert "thermal/core: Use the thermal class pointer as init guard"
Rafael J. Wysocki
1
-4
/
+7
2026-06-03
thermal/of: Move cooling device OF helpers out of thermal core
Daniel Lezcano
1
-78
/
+2
2026-06-03
thermal/core: Add devm_thermal_cooling_device_register()
Daniel Lezcano
1
-0
/
+35
2026-06-03
thermal/core: Introduce non-OF thermal_cooling_device_register()
Daniel Lezcano
1
-36
/
+24
2026-05-26
thermal/core: Use devm_add_action_or_reset() when registering a cooling device
Daniel Lezcano
1
-17
/
+13
2026-05-22
thermal: core: Add WQ_UNBOUND to alloc_workqueue() users
Marco Crivellari
1
-1
/
+1
2026-05-20
thermal/core: Populate max_state before setting up cooling dev sysfs
Ovidiu Panait
1
-2
/
+2
2026-05-15
thermal/core: Split __thermal_cooling_device_register() into two functions
Daniel Lezcano
1
-44
/
+73
2026-05-13
thermal/core: Use the thermal class pointer as init guard
Daniel Lezcano
1
-7
/
+4
2026-05-13
thermal/core: Allocate the thermal class dynamically
Daniel Lezcano
1
-7
/
+9
2026-05-13
thermal/core: Add dedicated release callback for thermal zones
Daniel Lezcano
1
-16
/
+12
2026-05-13
thermal/core: Add dedicated release callback for cooling devices
Daniel Lezcano
1
-8
/
+11
2026-05-12
thermal: core: Simplify unregistration of governors
Rafael J. Wysocki
1
-36
/
+14
2026-05-12
thermal: core: Remove dead code from two functions
Rafael J. Wysocki
1
-47
/
+8
2026-04-08
thermal: core: Suspend thermal zones later and resume them earlier
Rafael J. Wysocki
1
-42
/
+18
2026-04-08
thermal: core: Allocate thermal_class statically
Rafael J. Wysocki
1
-18
/
+12
2026-04-08
thermal: core: Adjust thermal_wq allocation flags
Rafael J. Wysocki
1
-2
/
+1
2026-04-08
thermal: core: Drop redundant check from thermal_zone_device_update()
Rafael J. Wysocki
1
-7
/
+1
2026-04-08
thermal: core: Free thermal zone ID later during removal
Rafael J. Wysocki
1
-2
/
+4
2026-04-08
thermal: core: Fix thermal zone governor cleanup issues
Rafael J. Wysocki
1
-3
/
+4
2026-04-04
thermal/core: Remove pointless variable when registering a cooling device
Daniel Lezcano
1
-3
/
+2
2026-04-04
Merge back earlier thermal core updates for 7.1
Rafael J. Wysocki
1
-1
/
+1
2026-04-02
thermal: core: Fix thermal zone device registration error path
Rafael J. Wysocki
1
-0
/
+1
2026-03-31
thermal: core: Address thermal zone removal races with resume
Rafael J. Wysocki
1
-5
/
+26
2026-03-06
thermal: core: Replace sprintf() in thermal_bind_cdev_to_trip()
Thorsten Blum
1
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-01-07
thermal: core: Use strnlen() in thermal_zone_device_register_with_trips()
Thorsten Blum
1
-2
/
+6
2025-12-15
thermal: core: Fix typo and indentation in comments
Thorsten Blum
1
-2
/
+2
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-7
/
+10
2025-03-16
thermal: core: allow user configuration of hardware protection action
Ahmad Fatoum
1
-7
/
+10
2025-03-12
thermal: core: Delay exposing sysfs interface
Lucas De Marchi
1
-10
/
+10
2025-01-17
thermal: core: Rename function argument related to trip crossing
Rafael J. Wysocki
1
-5
/
+5
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
1
-81
/
+131
2024-10-24
thermal: core: Eliminate thermal_zone_trip_down()
Rafael J. Wysocki
1
-7
/
+1
2024-10-24
thermal: core: Relocate functions that update trip points
Rafael J. Wysocki
1
-0
/
+35
2024-10-24
thermal: core: Move some trip processing to thermal_trip_crossed()
Rafael J. Wysocki
1
-11
/
+10
2024-10-24
thermal: core: Pass trip descriptor to thermal_trip_crossed()
Rafael J. Wysocki
1
-5
/
+7
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
1
-5
/
+5
2024-10-24
thermal: core: Build sorted lists instead of sorting them later
Rafael J. Wysocki
1
-15
/
+18
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
1
-12
/
+5
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
[next]