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
2015-05-09
thermal/intel_powerclamp: add __init / __exit annotations
Mathias Krause
1
-4
/
+4
2015-05-09
thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813
Keerthy
3
-3
/
+45
2015-05-09
thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814
Keerthy
3
-2
/
+42
2015-05-05
thermal: exynos: Add the support for Exynos5433 TMU
Chanwoo Choi
2
-2
/
+186
2015-05-05
thermal: cpu_cooling: Fix power calculation when CPUs are offline
Kapileshwar Singh
1
-1
/
+12
2015-05-05
thermal: cpu_cooling: Remove cpu_dev update on policy CPU update
Kapileshwar Singh
1
-40
/
+0
2015-05-05
thermal: export thermal_zone_parameters to sysfs
Javi Merino
1
-0
/
+101
2015-05-05
thermal: cpu_cooling: Check memory allocation of power_table
Javi Merino
1
-0
/
+4
2015-05-05
ti-soc-thermal: request temperature periodically if hw can't do that itself
Pavel Machek
1
-0
/
+8
2015-05-05
ti-soc-thermal: implement eocz bit to make driver useful on omap3
Pavel Machek
1
-6
/
+18
2015-05-05
cleanup ti-soc-thermal
Pavel Machek
2
-49
/
+25
2015-05-05
thermal: remove stale THERMAL_POWER_ACTOR select
Javi Merino
1
-1
/
+0
2015-05-05
thermal: Default OF created trip points to writable
Punit Agrawal
1
-1
/
+5
2015-05-05
thermal: core: Add Kconfig option to enable writable trips
Punit Agrawal
2
-1
/
+13
2015-05-05
thermal: x86_pkg_temp: drop const for thermal_zone_parameters
Javi Merino
1
-1
/
+1
2015-05-05
of: thermal: Introduce sustainable power for a thermal zone
Punit Agrawal
1
-0
/
+4
2015-05-05
thermal: add trace events to the power allocator governor
Javi Merino
2
-4
/
+49
2015-05-05
thermal: introduce the Power Allocator governor
Javi Merino
5
-2
/
+551
2015-05-05
thermal: cpu_cooling: implement the power cooling device API
Javi Merino
1
-17
/
+566
2015-05-05
thermal: extend the cooling device API to include power information
Javi Merino
1
-0
/
+52
2015-05-05
thermal: let governors have private data for each thermal zone
Javi Merino
1
-8
/
+75
2015-05-05
thermal: Add QPNP PMIC temperature alarm driver
Ivan T. Ivanov
3
-0
/
+321
2015-05-05
thermal: fair_share: generalize the weight concept
Javi Merino
1
-5
/
+21
2015-05-05
thermal: export weight to sysfs
Javi Merino
2
-0
/
+42
2015-05-05
thermal: fair_share: fix typo
Javi Merino
1
-1
/
+1
2015-05-05
thermal: fair_share: use the weight from the thermal instance
Javi Merino
1
-14
/
+3
2015-05-05
thermal: of: fix cooling device weights in device tree
Kapileshwar Singh
7
-12
/
+26
2015-05-01
thermal: Use bool function return values of true/false not 1/0
Joe Perches
1
-1
/
+1
2015-05-01
intel powerclamp: support Knights Landing
Dasaratharaman Chandramouli
1
-0
/
+1
2015-05-01
int340x_thermal/processor_thermal_device: add support to Skylake processors
Brian Bian
1
-0
/
+4
2015-05-01
Thermal: Intel SoC: fix simple_return.cocci warnings
Wu Fengguang
1
-6
/
+1
2015-05-01
thermal: intel Quark SoC X1000 DTS thermal driver
Ong, Boon Leong
3
-0
/
+484
2015-05-01
Thermal/int340x/processor_thermal: Enable auxiliary DTS for Braswell
Srinivas Pandruvada
2
-1
/
+55
2015-05-01
Thermal: Intel SoC: DTS thermal use common APIs
Srinivas Pandruvada
2
-410
/
+23
2015-05-01
Thermal: Intel SoC: DTS thermal IOSF core
Srinivas Pandruvada
4
-0
/
+556
2015-04-07
drivers: thermal: st: remove several sparse warnings
Eduardo Valentin
3
-11
/
+11
2015-04-07
thermal: constify of_device_id array
Fabian Frederick
2
-2
/
+2
2015-04-07
thermal: Do not log an error if thermal_zone_get_temp returns -EAGAIN
Hans de Goede
1
-2
/
+4
2015-03-05
thermal: Make sysfs attributes of cooling devices default attributes
Matthias Kaehlcke
1
-20
/
+17
2015-03-05
Thermal/int340x: Fix memleak for aux trip
Srinivas Pandruvada
1
-4
/
+6
2015-03-02
thermal: exynos: Fix wrong control of power down detection mode for Exynos7
Chanwoo Choi
1
-1
/
+2
2015-02-28
thermal: int340x_thermal: Ignore missing _ART, _TRT tables
Srinivas Pandruvada
1
-6
/
+4
2015-02-28
thermal/intel_powerclamp: add id for Avoton SoC
Miguel Bernal Marin
1
-0
/
+1
2015-02-24
thermal: exynos: Clean-up code to use oneline entry for exynos compatible table
Chanwoo Choi
1
-28
/
+10
2015-02-24
thermal: rcar: Make error and remove paths symmetrical with init
Geert Uytterhoeven
1
-2
/
+2
2015-02-24
thermal: rcar: Fix race condition between init and interrupt
Geert Uytterhoeven
1
-13
/
+9
2015-02-24
ti-soc-thermal: Delete an unnecessary check before the function call "cpufreq...
Markus Elfring
1
-1
/
+1
2015-02-24
thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEP
Grygorii Strashko
1
-1
/
+1
2015-02-20
thermal: exynos: fix: Check if data->tmu_read callback is present before read
Lukasz Majewski
1
-1
/
+1
2015-02-20
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
9
-1030
/
+447
[prev]
[next]