1. 67eed44 thermal: Add some error messages by Amit Kucheria · 6 years ago
  2. 1851799 thermal: Fix use-after-free when unregistering thermal zone device by Ido Schimmel · 6 years ago
  3. adc8749 thermal/drivers/core: Use put_device() if device_register() fails by Yue Hu · 6 years ago
  4. 57c5b2e thermal/drivers/core: Use governor table to initialize by Daniel Lezcano · 6 years ago
  5. 2c45e7f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  6. b4ab114cc thermal: Introduce devm_thermal_of_cooling_device_register by Guenter Roeck · 6 years ago
  7. 6df24c3 Merge branches 'thermal-core', 'thermal-built-it' and 'thermal-intel' into next by Zhang Rui · 6 years ago
  8. 77e1dd4 thermal/drivers/core: Remove module unload code by Daniel Lezcano · 6 years ago
  9. ff54bbd thermal: core: skip update disabled thermal zones after suspend by Wei Wang · 6 years ago
  10. f991de5 thermal: make device_register's type argument const by Jean-Francois Dagenais · 6 years ago
  11. 964f484 Thermal: do not clear passive state during system sleep by Wei Wang · 7 years ago
  12. 5be52fc thermal: remove unused function parameter by Lukasz Luba · 7 years ago
  13. c2b59d2 thermal: core: using power_efficient_wq for thermal worker by Jeson Gao · 7 years ago
  14. 3c58776 thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs by Dmitry Osipenko · 7 years ago
  15. 7e3c038 drivers: thermal: Update license to SPDX format by Lina Iyer · 7 years ago
  16. 33e678d thermal: Shorten name of sysfs callbacks by Viresh Kumar · 7 years ago
  17. 8ea2295 thermal: Add cooling device's statistics in sysfs by Viresh Kumar · 7 years ago
  18. 9d9ca1f thermal: core: Fix resources release in error paths in thermal_zone_device_register() by Christophe Jaillet · 8 years ago
  19. 6a6cd25 thermal: core: Use the new 'thermal_zone_destroy_device_groups()' helper function by Christophe Jaillet · 8 years ago
  20. 039f6cf thermal: core: fix some format issues on critical shutdown string by Icenowy Zheng · 8 years ago
  21. c4b379d thermal: core: make thermal_emergency_poweroff static by Colin Ian King · 8 years ago
  22. ef1d87e thermal: core: Add a back up thermal shutdown mechanism by Keerthy · 8 years ago
  23. e441fd6 thermal: core: Allow orderly_poweroff to be called only once by Keerthy · 8 years ago
  24. 6fefe19 Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conversion' into next by Zhang Rui · 9 years ago
  25. f53345e thermal: core: move tz->device.groups cleanup to thermal_release by Jacob von Chorus · 9 years ago
  26. b31ef82 thermal core: convert ID allocation to IDA by Matthew Wilcox · 9 years ago
  27. 9346116 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  28. 373f91d thermal: core: move slop and offset helpers to thermal_helpers.c by Eduardo Valentin · 9 years ago
  29. 95e3ed1 thermal: core: use kzalloc(sizeof(*ptr),...) by Eduardo Valentin · 9 years ago
  30. 38e7b54 thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister by Eduardo Valentin · 9 years ago
  31. b659a30 thermal: core: remove style warnings and checks by Eduardo Valentin · 9 years ago
  32. 2a0b4c4 thermal: core: remove void function return statements by Eduardo Valentin · 9 years ago
  33. eb7be32 thermal: core: standardize line breaking alignment by Eduardo Valentin · 9 years ago
  34. 5027ba3 thermal: core: small style fix when checking for __find_governor() by Eduardo Valentin · 9 years ago
  35. 7eb4bd7 thermal: core: remove FSF address in the GPL notice by Eduardo Valentin · 9 years ago
  36. 81193e2 thermal: core: add a comment describing the device management section by Eduardo Valentin · 9 years ago
  37. 712afbd thermal: core: add a comment describing the power actor section by Eduardo Valentin · 9 years ago
  38. 8772e18 thermal: core: add a comment describing the main update loop by Eduardo Valentin · 9 years ago
  39. 106339a thermal: core: move notify to the zone update section by Eduardo Valentin · 9 years ago
  40. 4b0d3c2 thermal: core: add inline to print_bind_err_msg() by Eduardo Valentin · 9 years ago
  41. f502ab8 thermal: core: move __bind() to where it is used by Eduardo Valentin · 9 years ago
  42. 9b68ef8 thermal: core: fix couple of style issues on __bind() helper by Eduardo Valentin · 9 years ago
  43. 90f5b5b thermal: core: move bind_tz() to where it is used by Eduardo Valentin · 9 years ago
  44. 949aad8 thermal: core: move bind_cdev() to where it is used by Eduardo Valentin · 9 years ago
  45. f11997f thermal: core: move __unbind() helper to where it is used by Eduardo Valentin · 9 years ago
  46. 4f5163f thermal: core: small style fix on __unbind() helper by Eduardo Valentin · 9 years ago
  47. c30176f thermal: core: move idr handling to device management section by Eduardo Valentin · 9 years ago
  48. 1b4f484 thermal: core: group functions related to governor handling by Eduardo Valentin · 9 years ago
  49. cd221c7 thermal: core: introduce thermal_helpers.c by Eduardo Valentin · 9 years ago
  50. 77dc4f9 thermal: core: remove a couple of style issues on helpers by Eduardo Valentin · 9 years ago
  51. 45cf2ec thermal: core: move cooling device sysfs to thermal_sysfs.c by Eduardo Valentin · 9 years ago
  52. 99ea2ef thermal: core: move to_cooling_device macro to header file by Eduardo Valentin · 9 years ago
  53. a369ee8 thermal: core: move thermal_zone sysfs to thermal_sysfs.c by Eduardo Valentin · 9 years ago
  54. 72afe8e thermal: core: match parenthesis on code alignment by Eduardo Valentin · 9 years ago
  55. 09544da thermal: core: treat correctly the return value of *scanf calls by Eduardo Valentin · 9 years ago
  56. ba78da4 thermal: core: move to_thermal_zone() macro to header file by Eduardo Valentin · 9 years ago
  57. 97d2423 thermal: core: split available_policies_show() by Eduardo Valentin · 9 years ago
  58. 6b885202 thermal: core: split policy_store by Eduardo Valentin · 9 years ago
  59. 3d0055d thermal: core: split passive_store by Eduardo Valentin · 9 years ago
  60. 2a4806b thermal: core: remove unnecessary device_remove() calls by Eduardo Valentin · 9 years ago
  61. 4d0fe74 thermal: core: move trips attributes to tz->device.groups by Eduardo Valentin · 9 years ago
  62. e161aef thermal: core: create tz->device.groups dynamically by Eduardo Valentin · 9 years ago
  63. 0a9de81 thermal: core: move the trip attrs to the tz sysfs I/F section by Eduardo Valentin · 9 years ago
  64. 3bafb5e thermal: core: fix style on remove_trip_attrs() by Eduardo Valentin · 9 years ago
  65. 9d934fc thermal: core: remove useless empty line by Eduardo Valentin · 9 years ago
  66. 1a7e7cc thermal: core: move power actor code out of sysfs I/F section by Eduardo Valentin · 9 years ago
  67. 059386f thermal: core: improve power actor documentation by Eduardo Valentin · 9 years ago
  68. 3a836bf thermal: core: move passive attr to tz->device.groups by Eduardo Valentin · 9 years ago
  69. 8baa5da thermal: core: move mode attribute to tz->device.groups by Eduardo Valentin · 9 years ago
  70. 66e554b thermal: core: move emul_temp creation to tz->device.groups by Eduardo Valentin · 9 years ago
  71. 1c60086 thermal: core: use dev.groups to manage always present tz attributes by Eduardo Valentin · 9 years ago
  72. 308f726 thermal: core: group device_create_file() calls that are always created by Eduardo Valentin · 9 years ago
  73. ef1d8bf thermal: core: group thermal_zone DEVICE_ATTR's declarations by Eduardo Valentin · 9 years ago
  74. 54fa38c thermal: core: prevent zones with no types to be registered by Eduardo Valentin · 9 years ago
  75. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 9 years ago
  76. 489111e genetlink: statically initialize families by Johannes Berg · 9 years ago
  77. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 9 years ago
  78. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 9 years ago
  79. 060c034 thermal: Add support for hardware-tracked trip points by Sascha Hauer · 9 years ago
  80. 4a7069a thermal: core: export apis to get slope and offset by Rajendra Nayak · 9 years ago
  81. d0b7306 thermal: fix race condition when updating cooling device by Michele Di Giorgio · 9 years ago
  82. 15333e3 thermal: use %d to print S32 parameters by Leo Yan · 9 years ago
  83. 1d0fd42 thermal: consistently use int for trip temp by Wei Ni · 10 years ago
  84. 81ad427 Thermal: Ignore invalid trip points by Zhang Rui · 10 years ago
  85. 98d9450 Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into next by Zhang Rui · 10 years ago
  86. ad74e46 thermal: trip_point_temp_store() calls thermal_zone_device_update() by Kuninori Morimoto · 10 years ago
  87. 4511f71 Thermal: do thermal zone update after a cooling device registered by Chen Yu · 10 years ago
  88. ff140fe Thermal: handle thermal zone device properly during system sleep by Zhang Rui · 10 years ago
  89. bb431ba Thermal: initialize thermal zone device correctly by Zhang Rui · 10 years ago
  90. c973c3b thermal: Add a function to get the minimum power by Javi Merino · 10 years ago
  91. 5a924a0 Merge branches 'thermal-core' and 'thermal-intel' of .git into next by Zhang Rui · 10 years ago
  92. 934c93b thermal: Add comment explaining test for critical temperature by Sascha Hauer · 10 years ago
  93. 79e5421 thermal: Use IS_ENABLED instead of #ifdef by Sascha Hauer · 10 years ago
  94. dbdf253 thermal: remove unnecessary call to thermal_zone_device_set_polling by Sascha Hauer · 10 years ago
  95. f6be058 thermal: trivial: fix typo in comment by Sascha Hauer · 10 years ago
  96. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 10 years ago
  97. 25a0a5c thermal: add available policies sysfs attribute by Ni Wade · 10 years ago
  98. 528464e thermal: remove dangling 'weight_attr' device file by Viresh Kumar · 10 years ago
  99. 9d0be7f thermal: support slope and offset coefficients by Eduardo Valentin · 10 years ago
  100. 9f38271 thermal: export thermal_zone_parameters to sysfs by Javi Merino · 10 years ago