1. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 8 years ago
  2. 060c034 thermal: Add support for hardware-tracked trip points by Sascha Hauer · 8 years ago
  3. 4a7069a thermal: core: export apis to get slope and offset by Rajendra Nayak · 8 years ago
  4. d0b7306 thermal: fix race condition when updating cooling device by Michele Di Giorgio · 8 years ago
  5. 15333e3 thermal: use %d to print S32 parameters by Leo Yan · 8 years ago
  6. 1d0fd42 thermal: consistently use int for trip temp by Wei Ni · 8 years ago
  7. 81ad427 Thermal: Ignore invalid trip points by Zhang Rui · 8 years ago
  8. 98d9450 Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into next by Zhang Rui · 8 years ago
  9. ad74e46 thermal: trip_point_temp_store() calls thermal_zone_device_update() by Kuninori Morimoto · 9 years ago
  10. 4511f71 Thermal: do thermal zone update after a cooling device registered by Chen Yu · 9 years ago
  11. ff140fe Thermal: handle thermal zone device properly during system sleep by Zhang Rui · 9 years ago
  12. bb431ba Thermal: initialize thermal zone device correctly by Zhang Rui · 9 years ago
  13. c973c3b thermal: Add a function to get the minimum power by Javi Merino · 9 years ago
  14. 5a924a0 Merge branches 'thermal-core' and 'thermal-intel' of .git into next by Zhang Rui · 9 years ago
  15. 934c93b thermal: Add comment explaining test for critical temperature by Sascha Hauer · 9 years ago
  16. 79e5421 thermal: Use IS_ENABLED instead of #ifdef by Sascha Hauer · 9 years ago
  17. dbdf253 thermal: remove unnecessary call to thermal_zone_device_set_polling by Sascha Hauer · 9 years ago
  18. f6be058 thermal: trivial: fix typo in comment by Sascha Hauer · 9 years ago
  19. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  20. 25a0a5c thermal: add available policies sysfs attribute by Ni Wade · 9 years ago
  21. 528464e thermal: remove dangling 'weight_attr' device file by Viresh Kumar · 9 years ago
  22. 9d0be7f thermal: support slope and offset coefficients by Eduardo Valentin · 9 years ago
  23. 9f38271 thermal: export thermal_zone_parameters to sysfs by Javi Merino · 9 years ago
  24. 35e9464 thermal: core: Add Kconfig option to enable writable trips by Punit Agrawal · 9 years ago
  25. 6b775e8 thermal: introduce the Power Allocator governor by Javi Merino · 9 years ago
  26. 35b11d2 thermal: extend the cooling device API to include power information by Javi Merino · 9 years ago
  27. e33df1d thermal: let governors have private data for each thermal zone by Javi Merino · 9 years ago
  28. db91651 thermal: export weight to sysfs by Javi Merino · 9 years ago
  29. 6cd9e9f thermal: of: fix cooling device weights in device tree by Kapileshwar Singh · 9 years ago
  30. 7e497a7 thermal: Do not log an error if thermal_zone_get_temp returns -EAGAIN by Hans de Goede · 9 years ago
  31. 2dc10f8 thermal: Make sysfs attributes of cooling devices default attributes by Matthias Kaehlcke · 9 years ago
  32. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  33. 32c9edc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 10 years ago
  34. 9a3031d thermal:core:fix: Check return code of the ->get_max_state() callback by Lukasz Majewski · 10 years ago
  35. 9d367e5 thermal: Fix error path in thermal_init() by Luis Henriques · 10 years ago
  36. b6cc772 thermal: lock the thermal zone when switching governors by Javi Merino · 10 years ago
  37. 84ffe3e thermal: core: ignore invalid trip temperature by Srinivas Pandruvada · 10 years ago
  38. 1401586 Thermal:Remove usless if(!result) before return tz by Yao Dongdong · 10 years ago
  39. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  40. 484ac2f thermal: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  41. dd63466 Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into next by Zhang Rui · 10 years ago
  42. e4dbf98 thermal: Added Bang-bang thermal governor by Peter Feuerer · 10 years ago
  43. 208cd82 thermal: trace: Trace when temperature is above a trip point by Punit Agrawal · 10 years ago
  44. 3981156 thermal: trace: Trace when a cooling device's state is updated by Punit Agrawal · 10 years ago
  45. 100a8fd thermal: trace: Trace temperature changes by Punit Agrawal · 10 years ago
  46. f2234bc Thermal: thermal zone governor fix by Zhang Rui · 10 years ago
  47. 5ca0cce Thermal: Allow first update of cooling device state by Ni Wade · 10 years ago
  48. 8c59ecb Merge branches 'misc' and 'soc' of .git into next by Zhang Rui · 10 years ago
  49. 800744b Thermal: update thermal zone device after setting emul_temp by lan,Tianyu · 10 years ago
  50. 201531c Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git into next by Zhang Rui · 10 years ago
  51. 06475b5 thermal: debug: add debug statement for core and step_wise by Aaron Lu · 11 years ago
  52. a116b5d thermal: core: introduce thermal_of_cooling_device_register by Eduardo Valentin · 11 years ago
  53. 4e5e470 thermal: introduce device tree parser by Eduardo Valentin · 11 years ago
  54. 81bd4e1 thermal: allow registering without .get_temp by Eduardo Valentin · 11 years ago
  55. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  56. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  57. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  58. a9f2d19 thermal: Fix binding problem when there is thermal zone params by Ni Wade · 11 years ago
  59. 732e4c8 Thermal: Check for validity before doing kfree by durgadoss.r@intel.com · 11 years ago
  60. a8892d83 thermal: thermal_core: allow binding with limits on bind_params by Eduardo Valentin · 11 years ago
  61. ccba4ff drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional by Eduardo Valentin · 11 years ago
  62. 0dd8879 thermal: hwmon: move hwmon support to single file by Eduardo Valentin · 11 years ago
  63. 30072fb Merge branches 'for-rc' and 'ti-soc' of .git into next by Zhang Rui · 11 years ago
  64. 0c87250 thermal: consider emul_temperature while computing trend by Eduardo Valentin · 11 years ago
  65. 83720d0 Thermal: core: Ask .get_trip_temp() to register thermal zone device. by Jonghwa Lee · 11 years ago
  66. 42a5bf5 thermal: cut the spaces when user sets policy by Andy Shevchenko · 11 years ago
  67. 9b19ec3 thermal: thermal_core: remove usage of IS_ERR_OR_NULL by Eduardo Valentin · 11 years ago
  68. a00e55f thermal: update kernel-doc for thermal_zone_device_register by Eduardo Valentin · 11 years ago
  69. 269c174 thermal: update kernel-doc for create_trip_attrs by Eduardo Valentin · 11 years ago
  70. 3a6eccb thermal: update kernel-doc for thermal_cooling_device_register by Eduardo Valentin · 11 years ago
  71. 9892e5d thermal: update kernel-doc for thermal_zone_unbind_cooling_device by Eduardo Valentin · 11 years ago
  72. d2e4eb8 thermal: update kernel-doc for thermal_zone_bind_cooling_device by Eduardo Valentin · 11 years ago
  73. 910cb1e thermal: use EXPORT_SYMBOL_GPL by Eduardo Valentin · 11 years ago
  74. 7b73c99 thermal: rename notify_thermal_framework to thermal_notify_framework by Eduardo Valentin · 11 years ago
  75. 6d8d497 thermal: update driver license by Eduardo Valentin · 11 years ago
  76. c7a8b9d thermal: use strlcpy instead of strcpy by Eduardo Valentin · 11 years ago
  77. 837b26b thermal: expose thermal_zone_get_temp API by Eduardo Valentin · 11 years ago
  78. 63c4d91 thermal: introduce thermal_zone_get_zone_by_name helper function by Eduardo Valentin · 11 years ago
  79. 80a26a5 Thermal: build thermal governors into thermal_sys module by Zhang Rui · 11 years ago
  80. 5fc024a Thermal: rename thermal_sys.c to thermal_core.c by Zhang Rui · 11 years ago[Renamed from drivers/thermal/thermal_sys.c]
  81. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  82. 6deb69f thermal: convert to idr_alloc() by Tejun Heo · 11 years ago
  83. da28d96 thermal: return an error on failure to register thermal class by Richard Guy Briggs · 11 years ago
  84. 5e20b2e Thermal: fix a build warning when CONFIG_THERMAL_EMULATION cleared by Zhang Rui · 11 years ago
  85. e6e238c thermal: sysfs: Add a new sysfs node emul_temp for thermal emulation by Amit Daniel Kachhap · 11 years ago
  86. 6b2aa51 thermal: check for invalid trip setup when registering thermal device by Eduardo Valentin · 11 years ago
  87. 923e0b1 thermal: cleanup: use dev_* helper functions by Eduardo Valentin · 11 years ago
  88. ba38bb8 thermal: remove unnecessary include by Eduardo Valentin · 11 years ago
  89. 8ab3e6a thermal: Use thermal zone device id in netlink messages by Eduardo Valentin · 11 years ago
  90. d567c68 Thermal: fix a NULL pointer dereference when generic thermal layer is built as a module by Zhang Rui · 12 years ago
  91. 791700c Thermal: Fix oops and unlocking in thermal_sys.c by Hugh Dickins · 12 years ago
  92. f2b4caa Thermal: Add a notification API by Durgadoss R · 12 years ago
  93. 0c01ebb Thermal: Remove throttling logic out of thermal_sys.c by Durgadoss R · 12 years ago
  94. dc76548 Thermal: Make thermal_cdev_update as a global function by Durgadoss R · 12 years ago
  95. 7e8ee1e Thermal: Update binding logic based on platform data by Durgadoss R · 12 years ago
  96. 5a2c090 Thermal: Add a policy sysfs attribute by Durgadoss R · 12 years ago
  97. a4a1548 Thermal: Add thermal governor registration APIs by Durgadoss R · 12 years ago
  98. 50125a9 Thermal: Pass zone parameters as argument to tzd_register by Durgadoss R · 12 years ago
  99. 9b4298a Thermal: Add get trend, get instance API's to thermal_sys by Durgadoss R · 12 years ago
  100. 71350db Thermal: Move thermal_instance to thermal_core.h by Durgadoss R · 12 years ago