index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
thermal: move from strlcpy() with unused retval to strscpy()
Wolfram Sang
2
-2
/
+2
2022-08-31
thermal: da9062-thermal: Drop redundant error message
zhaoxiao
1
-3
/
+2
2022-08-31
thermal/drivers/thermal_mmio: Drop of_match_ptr()
Jean Delvare
1
-1
/
+1
2022-08-30
thermal: gov_user_space: Do not lock thermal zone mutex
Rafael J. Wysocki
1
-2
/
+3
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-27
Merge branch 'thermal-core'
Rafael J. Wysocki
1
-0
/
+1
2022-08-23
thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR
Lee, Chun-Yi
1
-4
/
+5
2022-08-17
thermal/core: Fix lockdep_assert() warning
Daniel Lezcano
1
-3
/
+0
2022-08-17
thermal/core: Move the mutex inside the thermal_zone_device_update() function
Daniel Lezcano
4
-52
/
+61
2022-08-17
thermal/core: Move the thermal zone lock out of the governors
Daniel Lezcano
5
-19
/
+11
2022-08-17
thermal/governors: Group the thermal zone lock inside the throttle function
Daniel Lezcano
4
-31
/
+20
2022-08-17
thermal/core: Rework the monitoring a bit
Daniel Lezcano
1
-14
/
+5
2022-08-17
thermal/core: Rearm the monitoring only one time
Daniel Lezcano
1
-5
/
+2
2022-08-17
thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err()
Jiapeng Chong
1
-3
/
+1
2022-08-17
thermal/of: Remove old OF code
Daniel Lezcano
2
-811
/
+1
2022-08-17
thermal/core: Move set_trip_temp ops to the sysfs code
Daniel Lezcano
2
-24
/
+4
2022-08-17
thermal/drivers/samsung: Switch to new of thermal API
Daniel Lezcano
1
-14
/
+10
2022-08-17
thermal/drivers/ti-soc: Switch to new of API
Daniel Lezcano
1
-8
/
+8
2022-08-17
thermal/drivers/hisilicon: Switch to new of API
Daniel Lezcano
1
-7
/
+7
2022-08-17
thermal/drivers/maxim: Switch to new of API
Daniel Lezcano
1
-4
/
+4
2022-08-17
thermal/drivers/banggap: Switch to new of API
Daniel Lezcano
2
-13
/
+11
2022-08-17
thermal/drivers/mtk: Switch to new of API
Daniel Lezcano
1
-5
/
+5
2022-08-17
thermal/drivers/qoriq: Switch to new of API
Daniel Lezcano
1
-6
/
+6
2022-08-17
thermal/drivers/rzg2l: Switch to new of API
Daniel Lezcano
1
-5
/
+5
2022-08-17
thermal/drivers/rcar: Switch to new of API
Daniel Lezcano
2
-18
/
+11
2022-08-17
thermal/drivers/imx: Switch to new of API
Daniel Lezcano
2
-14
/
+14
2022-08-17
thermal/drivers/db8500: Switch to new of API
Daniel Lezcano
1
-4
/
+4
2022-08-17
thermal/drivers/armada: Switch to new of API
Daniel Lezcano
1
-6
/
+6
2022-08-17
thermal/drivers/amlogic: Switch to new of API
Daniel Lezcano
1
-8
/
+8
2022-08-17
thermal/drivers/st: Switch to new of API
Daniel Lezcano
1
-10
/
+8
2022-08-17
thermal/drivers/qcom: Switch to new of API
Daniel Lezcano
3
-24
/
+23
2022-08-17
thermal/drivers/broadcom: Switch to new of API
Daniel Lezcano
5
-61
/
+53
2022-08-17
thermal/drivers/sprd: Switch to new of API
Daniel Lezcano
1
-9
/
+9
2022-08-17
thermal/drivers/sun8i: Switch to new of API
Daniel Lezcano
1
-7
/
+7
2022-08-17
thermal/drivers/tegra: Switch to new of API
Daniel Lezcano
3
-24
/
+28
2022-08-17
thermal/drivers/mmio: Switch to new of API
Daniel Lezcano
1
-9
/
+8
2022-08-17
thermal/drivers/generic-adc: Switch to new of API
Daniel Lezcano
1
-5
/
+5
2022-08-17
thermal/drivers/uniphier: Switch to new of API
Daniel Lezcano
1
-5
/
+5
2022-08-17
thermal/drivers/rockchip: Switch to new of API
Daniel Lezcano
1
-7
/
+7
2022-08-17
thermal/of: Make new code and old code co-exist
Daniel Lezcano
2
-8
/
+11
2022-08-17
thermal/of: Fix free after use in thermal_of_unregister()
Daniel Lezcano
1
-3
/
+7
2022-08-17
thermal/of: Return -ENODEV instead of -EINVAL if registration fails
Daniel Lezcano
1
-4
/
+5
2022-08-17
thermal/of: Fix error code in of_thermal_zone_find()
Dan Carpenter
1
-0
/
+1
2022-08-17
thermal/of: Rework the thermal device tree initialization
Daniel Lezcano
1
-10
/
+450
2022-08-15
thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
Nuno Sá
1
-1
/
+2
2022-08-15
thermal/core: Add missing EXPORT_SYMBOL_GPL
Daniel Lezcano
1
-0
/
+1
2022-08-08
Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-5
/
+11
2022-08-08
Merge branches 'thermal-core' and 'thermal-tools'
Rafael J. Wysocki
2
-5
/
+9
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-9
/
+1
2022-08-03
thermal: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-2
/
+2
[prev]
[next]