index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
thermal: intel: powerclamp: Fix cpumask and max_idle module parameters
David Arcari
1
-1
/
+8
2023-03-30
thermal: Use of_property_present() for testing DT property presence
Rob Herring
4
-5
/
+5
2023-03-29
thermal: thermal_hwmon: Revert recent message adjustment
Rafael J. Wysocki
1
-1
/
+1
2023-03-29
thermal: intel: int340x: processor_thermal: Fix additional deadlock
Srinivas Pandruvada
1
-1
/
+0
2023-03-29
thermal: thermal_hwmon: Fix a kernel NULL pointer dereference
Zhang Rui
1
-1
/
+1
2023-03-28
thermal: core: Drop excessive lockdep_assert_held() calls
Rafael J. Wysocki
1
-4
/
+2
2023-03-27
Merge branch 'thermal-intel'
Rafael J. Wysocki
1
-3
/
+5
2023-03-27
Merge back thermal control material for 6.4-rc1.
Rafael J. Wysocki
52
-199
/
+165
2023-03-24
Merge branch 'thermal-acpi'
Rafael J. Wysocki
3
-16
/
+164
2023-03-22
thermal: core: Restore behavior regarding invalid trip points
Ido Schimmel
1
-1
/
+1
2023-03-22
thermal: core: Introduce thermal_cooling_device_update()
Rafael J. Wysocki
3
-10
/
+149
2023-03-22
thermal: core: Introduce thermal_cooling_device_present()
Rafael J. Wysocki
1
-6
/
+15
2023-03-17
thermal: intel: x86_pkg_temp_thermal: Add lower bound check for sysfs input
Zhang Rui
1
-3
/
+5
2023-03-13
thermal/drivers/mediatek: Add support for MT8365 SoC
Fabien Parent
1
-0
/
+68
2023-03-13
thermal/drivers/mediatek: Control buffer enablement tweaks
Markus Schneider-Pargmann
1
-9
/
+19
2023-03-08
Merge branch 'thermal-core' into thermal
Rafael J. Wysocki
52
-199
/
+165
2023-03-03
thermal/drivers/tegra: Remove unneeded lock when setting a trip point
Daniel Lezcano
1
-11
/
+14
2023-03-03
thermal/hwmon: Use the thermal_core.h header
Daniel Lezcano
1
-0
/
+1
2023-03-03
thermal/drivers/da9062: Don't access the thermal zone device fields
Daniel Lezcano
1
-4
/
+7
2023-03-03
thermal: Use thermal_zone_device_type() accessor
Daniel Lezcano
2
-3
/
+5
2023-03-03
thermal: Add a thermal zone id accessor
Daniel Lezcano
1
-0
/
+6
2023-03-03
thermal/drivers/spear: Don't use tz->device but pdev->dev
Daniel Lezcano
1
-1
/
+1
2023-03-03
thermal/core: Add thermal_zone_device structure 'type' accessor
Daniel Lezcano
1
-0
/
+6
2023-03-03
thermal: Don't use 'device' internal thermal zone structure field
Daniel Lezcano
4
-34
/
+13
2023-03-03
thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
Daniel Lezcano
14
-16
/
+16
2023-03-03
thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()
Daniel Lezcano
6
-10
/
+0
2023-03-03
thermal: Remove debug or error messages in get_temp() ops
Daniel Lezcano
11
-41
/
+10
2023-03-03
thermal/core: Show a debug message when get_temp() fails
Daniel Lezcano
1
-0
/
+3
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
48
-81
/
+79
2023-03-03
thermal/core: Add a thermal zone 'devdata' accessor
Daniel Lezcano
1
-0
/
+6
2023-03-03
thermal: intel: int340x: processor_thermal: Fix deadlock
Srinivas Pandruvada
1
-1
/
+4
2023-03-03
Merge tag 'thermal-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+4
2023-03-01
thermal: intel: BXT_PMIC: select REGMAP instead of depending on it
Randy Dunlap
1
-1
/
+2
2023-03-01
thermal: intel: quark_dts: fix error pointer dereference
Dan Carpenter
1
-10
/
+2
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-02-15
thermal/drivers/st: Remove syscfg based driver
Alain Volmat
3
-179
/
+0
2023-02-15
thermal: Remove core header inclusion from drivers
Daniel Lezcano
14
-18
/
+4
2023-02-15
thermal/drivers/hisi: Drop second sensor hi3660
Yongqin Liu
1
-4
/
+0
2023-02-15
thermal/drivers/rcar_gen3_thermal: Fix device initialization
Niklas Söderlund
1
-10
/
+13
2023-02-15
thermal/drivers/rcar_gen3_thermal: Create device local ops struct
Niklas Söderlund
1
-4
/
+5
2023-02-15
thermal/drivers/rcar_gen3_thermal: Do not call set_trips() when resuming
Niklas Söderlund
1
-4
/
+0
2023-02-15
thermal/drivers/rcar_gen3: Add support for R-Car V4H
Geert Uytterhoeven
1
-0
/
+4
2023-02-15
thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
Balsam CHIHI
3
-0
/
+1241
2023-02-15
thermal/drivers/mediatek: Relocate driver to mediatek folder
Balsam CHIHI
5
-12
/
+28
2023-02-15
Merge branch 'thermal-intel'
Rafael J. Wysocki
6
-610
/
+580
2023-02-15
Merge branch 'thermal-core'
Rafael J. Wysocki
7
-186
/
+239
2023-02-13
Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
1
-1
/
+1
2023-02-09
thermal: intel: powerclamp: Add two module parameters
Srinivas Pandruvada
1
-20
/
+156
2023-02-09
thermal: core: Use sysfs_emit_at() instead of scnprintf()
ye xingchen
1
-3
/
+2
2023-02-09
thermal: intel: powerclamp: Fix duration module parameter
Srinivas Pandruvada
1
-6
/
+18
[prev]
[next]