index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
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/git/rafael/linux-pm
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/soc/soc
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/kernel/git/qcom/linux into soc/drivers
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
2023-02-08
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
1
-1
/
+1
2023-02-07
thermal: intel: powerclamp: Return last requested state as cur_state
Srinivas Pandruvada
1
-11
/
+1
2023-02-03
thermal: intel: quark_dts: Use generic trip points
Daniel Lezcano
1
-35
/
+20
2023-02-03
thermal: intel: powerclamp: Use powercap idle-inject feature
Srinivas Pandruvada
2
-223
/
+159
2023-02-02
thermal: intel: powerclamp: Fix cur_state for multi package system
Srinivas Pandruvada
1
-4
/
+16
[prev]
[next]