1. 5026061 thermal: power_allocator: Fix Kconfig warning by YueHaibing · 5 years ago
  2. fb3da48 Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 5 years ago
  3. 9f00ebf thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  4. 67b8ed2 Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 5 years ago
  5. 163b00c thermal: Fix deadlock in thermal thermal_zone_device_check by Wei Wang · 5 years ago
  6. a4e893e thermal: cpu_cooling: Migrate to using the EM framework by Quentin Perret · 5 years ago
  7. 5a4e5b7 thermal: cpu_cooling: Make the power-related code depend on IPA by Quentin Perret · 5 years ago
  8. f0a353b4 drivers: thermal: tsens: fix potential integer overflow on multiply by Colin Ian King · 5 years ago
  9. 76bf653 thermal: no need to set .owner when using module_platform_driver by Tian Tao · 5 years ago
  10. c7071f4 thermal: qcom: tsens-v1: Fix kfree of a non-pointer value by Colin Ian King · 5 years ago
  11. ae16a68 thermal: Initialize thermal subsystem earlier by Amit Kucheria · 5 years ago
  12. f96c8e5 thermal: Remove netlink support by Amit Kucheria · 5 years ago
  13. 0e58029 thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976 by AngeloGioacchino Del Regno · 5 years ago
  14. 421eda1 thermal: amlogic: Add thermal driver to support G12 SoCs by Guillaume La Roque · 5 years ago
  15. 634e11d drivers: thermal: tsens: Add interrupt support by Amit Kucheria · 5 years ago
  16. bd93ee3 drivers: thermal: tsens: Create function to return sign-extended temperature by Amit Kucheria · 5 years ago
  17. 7c938f4 drivers: thermal: tsens: Add debugfs support by Amit Kucheria · 5 years ago
  18. 3795ad5 drivers: thermal: tsens: Add __func__ identifier to debug statements by Amit Kucheria · 5 years ago
  19. 0e9c0bc drivers: thermal: tsens: Simplify code flow in tsens_probe by Amit Kucheria · 5 years ago
  20. 8b71bce drivers: thermal: tsens: Get rid of id field in tsens_sensor by Amit Kucheria · 5 years ago
  21. 9809797 thermal: qoriq: add thermal monitor unit version 2 support by Yuantian Tang · 5 years ago
  22. 86bd20a thermal-generic-adc: Silent error message for EPROBE_DEFER by Hsin-Yi Wang · 5 years ago
  23. 1a00591 thermal: rcar_gen3_thermal: Add r8a774b1 support by Biju Das · 5 years ago
  24. d3f5b73 treewide: Rename Peter Feuerer to Peter Kaestle by Peter Kaestle · 5 years ago
  25. 3000ce3 cpufreq: Use per-policy frequency QoS by Rafael J. Wysocki · 5 years ago
  26. 939ca9f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 5 years ago
  27. d0e00bc Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 5 years ago
  28. 6c375ec thermal: db8500: Rewrite to be a pure OF sensor by Linus Walleij · 5 years ago
  29. 3de9e4d thermal: db8500: Use dev helper variable by Linus Walleij · 5 years ago
  30. cb063a8 thermal: db8500: Finalize device tree conversion by Linus Walleij · 5 years ago
  31. 0f84d1d Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4 by Zhang Rui · 5 years ago
  32. 67eed44 thermal: Add some error messages by Amit Kucheria · 5 years ago
  33. 1851799 thermal: Fix use-after-free when unregistering thermal zone device by Ido Schimmel · 5 years ago
  34. adc8749 thermal/drivers/core: Use put_device() if device_register() fails by Yue Hu · 5 years ago
  35. 8c7aa184 thermal_hwmon: Sanitize thermal_zone type by Stefan Mavrodiev · 5 years ago
  36. 97e9caf thermal: intel: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  37. 4c8a342 thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...) by Rishi Gupta · 5 years ago
  38. f639cff thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses by Kelsey Skunberg · 5 years ago
  39. c669675 thermal: int340x: processor_thermal: Add Ice Lake support by Srinivas Pandruvada · 5 years ago
  40. dd89d82 thermal: thermal_mmio: remove some dead code by Dan Carpenter · 6 years ago
  41. ca61a72 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 5 years ago
  42. 82e430a cpuidle: play_idle: Increase the resolution to usec by Daniel Lezcano · 5 years ago
  43. 6b221b0 Merge branches 'thermal-soc-misc' and 'thermal-soc-qoriq' into thermal-soc by Zhang Rui · 5 years ago
  44. 6b8249a drivers: thermal: qcom: tsens: Fix memory leak from qfprom read by Srinivas Kandagatla · 5 years ago
  45. 9d6b4b8 thermal: tegra: Fix a typo by Christophe JAILLET · 5 years ago
  46. b9cd166 thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset() by Fuqian Huang · 5 years ago
  47. 9aee371 thermal: armada: Fix -Wshift-negative-value by Nathan Huckleberry · 6 years ago
  48. aea5919 thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP by Anson Huang · 5 years ago
  49. 4d82000 thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap() by Anson Huang · 5 years ago
  50. 11f0cdc thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail by Anson Huang · 5 years ago
  51. 5190404 thermal: qoriq: Add clock operations by Anson Huang · 5 years ago
  52. fdf4f2f drivers: thermal: processor_thermal_device: Export sysfs interface for TCC offset by Srinivas Pandruvada · 5 years ago
  53. 5130802 thermal: cpu_cooling: Switch to QoS requests for freq limits by Viresh Kumar · 5 years ago
  54. c528ade int340X/processor_thermal_device: Fix proc_thermal_rapl_remove() by Rafael J. Wysocki · 5 years ago
  55. d0411ec Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  56. aac09ce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 5 years ago
  57. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  58. 555c45f int340X/processor_thermal_device: add support for MMIO RAPL by Zhang Rui · 5 years ago
  59. 6c395f6 drivers: thermal: processor_thermal_device: Fix build warning by Zhang Rui · 5 years ago
  60. 222a21d Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  61. ff9b011 Merge branches 'thermal-core' and 'thermal-intel' into next by Zhang Rui · 6 years ago
  62. 57c5b2e thermal/drivers/core: Use governor table to initialize by Daniel Lezcano · 6 years ago
  63. 980af75 thermal/drivers/core: Add init section table for self-encapsulation by Daniel Lezcano · 6 years ago
  64. aaba979 drivers: thermal: processor_thermal: Read PPCC on resume by Srinivas Pandruvada · 6 years ago
  65. a6cd400 thermal: bcm2835: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  66. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  67. f9d5de40 thermal: tegra: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  68. c008c67 thermal: intel_powerclamp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  69. 72c9f26 thermal: intel: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  70. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  71. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  72. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
  73. f6cc69f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 by Thomas Gleixner · 6 years ago
  74. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  75. 50acfb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 by Thomas Gleixner · 6 years ago
  76. 8e8e69d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 by Thomas Gleixner · 6 years ago
  77. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  78. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  79. 378e853 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  80. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  81. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  82. 873e65b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 by Thomas Gleixner · 6 years ago
  83. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  84. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  85. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  86. ca65746 Revert "drivers: thermal: tsens: Add new operation to check if a sensor is enabled" by Eduardo Valentin · 6 years ago
  87. 6a310f8 thermal: rcar_gen3_thermal: Update temperature conversion method by Yoshihiro Kaneko · 6 years ago
  88. bdc4480 thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMP by Yoshihiro Kaneko · 6 years ago
  89. 4eb39f7 thermal: rcar_gen3_thermal: Update value of Tj_1 by Yoshihiro Kaneko · 6 years ago
  90. 2380a79 thermal: tegra: Make tegra210_tsensor_thermtrips static by YueHaibing · 6 years ago
  91. 0f5ee06 Revert "thermal: rockchip: fix up the tsadc pinctrl setting error" by Heiko Stuebner · 6 years ago
  92. b2ce1c8 thermal/x86_pkg_temp_thermal: Cosmetic: Rename internal variables to zones from packages by Len Brown · 6 years ago
  93. 724adec thermal/x86_pkg_temp_thermal: Support multi-die/package by Zhang Rui · 6 years ago
  94. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  95. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  96. 2c45e7f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  97. a455eda Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  98. e380ea8 thermal: rcar_gen3_thermal: Fix to show correct trip points number by Jiada Wang · 6 years ago
  99. 20386f0 thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs by Yoshihiro Kaneko · 6 years ago
  100. bf45ac1 thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power by Matthias Kaehlcke · 6 years ago