index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
thermal_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'thermal-acpi'
Rafael J. Wysocki
2023-03-24
1
-7
/
+97
|
\
|
*
thermal: core: Introduce thermal_cooling_device_update()
Rafael J. Wysocki
2023-03-22
1
-1
/
+82
|
*
thermal: core: Introduce thermal_cooling_device_present()
Rafael J. Wysocki
2023-03-22
1
-6
/
+15
*
|
thermal: core: Restore behavior regarding invalid trip points
Ido Schimmel
2023-03-22
1
-1
/
+1
|
/
*
thermal: core: Use sysfs_emit_at() instead of scnprintf()
ye xingchen
2023-02-09
1
-3
/
+2
*
thermal: Fail object registration if thermal class is not registered
Rafael J. Wysocki
2023-01-25
1
-8
/
+23
*
thermal/core: Move the thermal trip code to a dedicated file
Daniel Lezcano
2023-01-25
1
-87
/
+0
*
thermal/core: Remove unneeded ida_destroy()
Daniel Lezcano
2023-01-25
1
-2
/
+0
*
thermal/core: Fix unregistering netlink at thermal init time
Daniel Lezcano
2023-01-25
1
-1
/
+3
*
thermal: core: Use device_unregister() instead of device_del/put()
Viresh Kumar
2023-01-24
1
-2
/
+1
*
thermal: core: Move cdev cleanup to thermal_release()
Viresh Kumar
2023-01-24
1
-19
/
+14
*
Merge back thermal control material for 6.3.
Rafael J. Wysocki
2023-01-23
1
-23
/
+131
|
\
|
*
thermal/drivers/qcom: Fix set_trip_temp() deadlock
Johan Hovold
2023-01-06
1
-0
/
+1
|
*
thermal/core: Add a generic thermal_zone_set_trip() function
Daniel Lezcano
2023-01-06
1
-0
/
+39
|
*
thermal/core: Add a generic thermal_zone_get_trip() function
Daniel Lezcano
2023-01-06
1
-23
/
+91
*
|
thermal: core: call put_device() only after device_register() fails
Viresh Kumar
2023-01-19
1
-3
/
+10
|
/
*
thermal: core: fix some possible name leaks in error paths
Yang Yingliang
2022-11-25
1
-8
/
+10
*
thermal/core: Protect thermal device operations against thermal device removal
Guenter Roeck
2022-11-14
1
-1
/
+11
*
thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...
Guenter Roeck
2022-11-14
1
-2
/
+2
*
thermal/core: Introduce locked version of thermal_zone_device_update
Guenter Roeck
2022-11-14
1
-26
/
+31
*
thermal/core: Delete device under thermal device zone lock
Guenter Roeck
2022-11-14
1
-1
/
+6
*
thermal/core: Destroy thermal zone device mutex in release function
Guenter Roeck
2022-11-14
1
-1
/
+1
*
thermal/core: fix error code in __thermal_cooling_device_register()
Dan Carpenter
2022-10-28
1
-1
/
+2
*
thermal: Validate new state in cur_state_store()
Viresh Kumar
2022-10-25
1
-8
/
+7
*
thermal/core: Drop valid pointer check for type
Lad Prabhakar
2022-10-04
1
-1
/
+1
*
thermal: core: Increase maximum number of trip points
Sumeet Pawnikar
2022-09-30
1
-1
/
+14
*
thermal: move from strlcpy() with unused retval to strscpy()
Wolfram Sang
2022-08-31
1
-1
/
+1
*
thermal/core: Fix lockdep_assert() warning
Daniel Lezcano
2022-08-17
1
-3
/
+0
*
thermal/core: Move the mutex inside the thermal_zone_device_update() function
Daniel Lezcano
2022-08-17
1
-21
/
+11
*
thermal/core: Move the thermal zone lock out of the governors
Daniel Lezcano
2022-08-17
1
-0
/
+2
*
thermal/core: Rework the monitoring a bit
Daniel Lezcano
2022-08-17
1
-14
/
+5
*
thermal/core: Rearm the monitoring only one time
Daniel Lezcano
2022-08-17
1
-5
/
+2
*
thermal/of: Make new code and old code co-exist
Daniel Lezcano
2022-08-17
1
-6
/
+0
*
thermal/core: Add missing EXPORT_SYMBOL_GPL
Daniel Lezcano
2022-08-15
1
-0
/
+1
*
Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
2022-07-29
1
-23
/
+38
|
\
|
*
thermal/core: Add thermal_trip in thermal_zone
Daniel Lezcano
2022-07-28
1
-5
/
+17
|
*
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
2022-07-28
1
-10
/
+10
|
*
thermal/core: Move thermal_set_delay_jiffies to static
Daniel Lezcano
2022-07-28
1
-0
/
+7
|
*
thermal/core: Remove duplicate information when an error occurs
Daniel Lezcano
2022-07-28
1
-4
/
+4
|
*
thermal/core: Avoid calling ->get_trip_temp() unnecessarily
Daniel Lezcano
2022-07-28
1
-6
/
+2
*
|
thermal: Directly use ida_alloc()/free()
keliu
2022-06-14
1
-9
/
+9
|
/
*
thermal/core: Fix memory leak in __thermal_cooling_device_register()
Yang Yingliang
2022-05-19
1
-0
/
+1
*
thermal: core: Reset previous low and high trip during thermal zone init
Manaf Meethalavalappu Pallikunhi
2021-11-16
1
-0
/
+2
*
thermal/core: fix a UAF bug in __thermal_cooling_device_register()
Ziyang Xuan
2021-10-15
1
-2
/
+4
*
thermal/core: Fix null pointer dereference in thermal_release()
Yuanzheng Song
2021-10-15
1
-2
/
+8
*
thermal/drivers/netlink: Add the temperature when crossing a trip point
Daniel Lezcano
2021-10-07
1
-2
/
+4
*
thermal/core: Potential buffer overflow in thermal_build_list_of_policies()
Dan Carpenter
2021-09-21
1
-4
/
+3
*
Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-07-10
1
-1
/
+1
|
\
|
*
thermal/core: Correct function name thermal_zone_device_unregister()
Yang Yingliang
2021-06-12
1
-1
/
+1
*
|
thermal: Use generic HW-protection shutdown API
Matti Vaittinen
2021-06-21
1
-59
/
+4
|
/
[next]