1. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  2. 484ac2f thermal: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  3. dd63466 Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into next by Zhang Rui · 10 years ago
  4. e4dbf98 thermal: Added Bang-bang thermal governor by Peter Feuerer · 10 years ago
  5. 208cd82 thermal: trace: Trace when temperature is above a trip point by Punit Agrawal · 10 years ago
  6. 3981156 thermal: trace: Trace when a cooling device's state is updated by Punit Agrawal · 10 years ago
  7. 100a8fd thermal: trace: Trace temperature changes by Punit Agrawal · 10 years ago
  8. f2234bc Thermal: thermal zone governor fix by Zhang Rui · 10 years ago
  9. 5ca0cce Thermal: Allow first update of cooling device state by Ni Wade · 10 years ago
  10. 8c59ecb Merge branches 'misc' and 'soc' of .git into next by Zhang Rui · 10 years ago
  11. 800744b Thermal: update thermal zone device after setting emul_temp by lan,Tianyu · 11 years ago
  12. 201531c Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git into next by Zhang Rui · 11 years ago
  13. 06475b5 thermal: debug: add debug statement for core and step_wise by Aaron Lu · 11 years ago
  14. a116b5d thermal: core: introduce thermal_of_cooling_device_register by Eduardo Valentin · 11 years ago
  15. 4e5e470 thermal: introduce device tree parser by Eduardo Valentin · 11 years ago
  16. 81bd4e1 thermal: allow registering without .get_temp by Eduardo Valentin · 11 years ago
  17. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  18. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  19. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  20. a9f2d19 thermal: Fix binding problem when there is thermal zone params by Ni Wade · 11 years ago
  21. 732e4c8 Thermal: Check for validity before doing kfree by durgadoss.r@intel.com · 11 years ago
  22. a8892d83 thermal: thermal_core: allow binding with limits on bind_params by Eduardo Valentin · 11 years ago
  23. ccba4ff drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional by Eduardo Valentin · 11 years ago
  24. 0dd8879 thermal: hwmon: move hwmon support to single file by Eduardo Valentin · 11 years ago
  25. 30072fb Merge branches 'for-rc' and 'ti-soc' of .git into next by Zhang Rui · 11 years ago
  26. 0c87250 thermal: consider emul_temperature while computing trend by Eduardo Valentin · 11 years ago
  27. 83720d0 Thermal: core: Ask .get_trip_temp() to register thermal zone device. by Jonghwa Lee · 11 years ago
  28. 42a5bf5 thermal: cut the spaces when user sets policy by Andy Shevchenko · 11 years ago
  29. 9b19ec3 thermal: thermal_core: remove usage of IS_ERR_OR_NULL by Eduardo Valentin · 11 years ago
  30. a00e55f thermal: update kernel-doc for thermal_zone_device_register by Eduardo Valentin · 11 years ago
  31. 269c174 thermal: update kernel-doc for create_trip_attrs by Eduardo Valentin · 11 years ago
  32. 3a6eccb thermal: update kernel-doc for thermal_cooling_device_register by Eduardo Valentin · 11 years ago
  33. 9892e5d thermal: update kernel-doc for thermal_zone_unbind_cooling_device by Eduardo Valentin · 11 years ago
  34. d2e4eb8 thermal: update kernel-doc for thermal_zone_bind_cooling_device by Eduardo Valentin · 11 years ago
  35. 910cb1e thermal: use EXPORT_SYMBOL_GPL by Eduardo Valentin · 11 years ago
  36. 7b73c99 thermal: rename notify_thermal_framework to thermal_notify_framework by Eduardo Valentin · 11 years ago
  37. 6d8d497 thermal: update driver license by Eduardo Valentin · 11 years ago
  38. c7a8b9d thermal: use strlcpy instead of strcpy by Eduardo Valentin · 11 years ago
  39. 837b26b thermal: expose thermal_zone_get_temp API by Eduardo Valentin · 11 years ago
  40. 63c4d91 thermal: introduce thermal_zone_get_zone_by_name helper function by Eduardo Valentin · 11 years ago
  41. 80a26a5 Thermal: build thermal governors into thermal_sys module by Zhang Rui · 11 years ago
  42. 5fc024a Thermal: rename thermal_sys.c to thermal_core.c by Zhang Rui · 11 years ago[Renamed from drivers/thermal/thermal_sys.c]
  43. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  44. 6deb69f thermal: convert to idr_alloc() by Tejun Heo · 11 years ago
  45. da28d96 thermal: return an error on failure to register thermal class by Richard Guy Briggs · 11 years ago
  46. 5e20b2e Thermal: fix a build warning when CONFIG_THERMAL_EMULATION cleared by Zhang Rui · 11 years ago
  47. e6e238c thermal: sysfs: Add a new sysfs node emul_temp for thermal emulation by Amit Daniel Kachhap · 11 years ago
  48. 6b2aa51 thermal: check for invalid trip setup when registering thermal device by Eduardo Valentin · 12 years ago
  49. 923e0b1 thermal: cleanup: use dev_* helper functions by Eduardo Valentin · 12 years ago
  50. ba38bb8 thermal: remove unnecessary include by Eduardo Valentin · 12 years ago
  51. 8ab3e6a thermal: Use thermal zone device id in netlink messages by Eduardo Valentin · 12 years ago
  52. d567c68 Thermal: fix a NULL pointer dereference when generic thermal layer is built as a module by Zhang Rui · 12 years ago
  53. 791700c Thermal: Fix oops and unlocking in thermal_sys.c by Hugh Dickins · 12 years ago
  54. f2b4caa Thermal: Add a notification API by Durgadoss R · 12 years ago
  55. 0c01ebb Thermal: Remove throttling logic out of thermal_sys.c by Durgadoss R · 12 years ago
  56. dc76548 Thermal: Make thermal_cdev_update as a global function by Durgadoss R · 12 years ago
  57. 7e8ee1e Thermal: Update binding logic based on platform data by Durgadoss R · 12 years ago
  58. 5a2c090 Thermal: Add a policy sysfs attribute by Durgadoss R · 12 years ago
  59. a4a1548 Thermal: Add thermal governor registration APIs by Durgadoss R · 12 years ago
  60. 50125a9 Thermal: Pass zone parameters as argument to tzd_register by Durgadoss R · 12 years ago
  61. 9b4298a Thermal: Add get trend, get instance API's to thermal_sys by Durgadoss R · 12 years ago
  62. 71350db Thermal: Move thermal_instance to thermal_core.h by Durgadoss R · 12 years ago
  63. 29b19e2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermal by Len Brown · 12 years ago
  64. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  65. 204dd1d thermal: Fix potential NULL pointer accesses by Guenter Roeck · 12 years ago
  66. 79a4916 thermal: fix potential out-of-bounds memory access by Guenter Roeck · 12 years ago
  67. f4a821c Thermal: Introduce locking for cdev.thermal_instances list. by Zhang Rui · 12 years ago
  68. 908b9fb Thermal: Unify the code for both active and passive cooling by Zhang Rui · 12 years ago
  69. ce119f8 Thermal: Introduce simple arbitrator for setting device cooling state by Zhang Rui · 12 years ago
  70. b5e4ae6 Thermal: List thermal_instance in thermal_cooling_device. by Zhang Rui · 12 years ago
  71. cddf31b Thermal: Rename thermal_instance.node to thermal_instance.tz_node. by Zhang Rui · 12 years ago
  72. 2d37413 Thermal: Rename thermal_zone_device.cooling_devices by Zhang Rui · 12 years ago
  73. b81b6ba Thermal: rename structure thermal_cooling_device_instance to thermal_instance by Zhang Rui · 12 years ago
  74. 4ae46be Thermal: Introduce thermal_zone_trip_update() by Zhang Rui · 12 years ago
  75. 1b7ddb8 Thermal: Remove tc1/tc2 in generic thermal layer. by Zhang Rui · 12 years ago
  76. 601f3d4 Thermal: Introduce .get_trend() callback. by Zhang Rui · 12 years ago
  77. 9d99842 Thermal: set upper and lower limits by Zhang Rui · 12 years ago
  78. 74051ba Thermal: Introduce cooling states range support by Zhang Rui · 12 years ago
  79. e3f25e6 Thermal: Introduce multiple cooling states support by Zhang Rui · 12 years ago
  80. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  81. 4b24ff7 Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  82. 4b1bf58 thermal: Constify 'type' argument for the registration routine by Anton Vorontsov · 12 years ago
  83. 27365a6 Thermal: Add Hysteresis attributes by Durgadoss R · 12 years ago
  84. c56f5c0 Thermal: Make Thermal trip points writeable by Durgadoss R · 12 years ago
  85. f1f0e2a thermal: Fix for setting the thermal zone mode to enable/disable by Amit Daniel Kachhap · 12 years ago
  86. c5a01dd thermal_sys: convert printks to pr_<level> by Joe Perches · 12 years ago
  87. caca8b8 thermal_sys: kernel style cleanups by Joe Perches · 12 years ago
  88. ec79768 thermal_sys: remove obfuscating used-once macros by Joe Perches · 12 years ago
  89. 886ee54 thermal_sys: remove unnecessary line continuations by Joe Perches · 12 years ago
  90. b11de07 drivers/thermal/thermal_sys.c: fix build warning by Fabio Estevam · 12 years ago
  91. 2d58d7e thermal: Rename generate_netlink_event by Jean Delvare · 13 years ago
  92. 51e20d0 thermal: Prevent polling from happening during system suspend by Rafael J. Wysocki · 13 years ago
  93. 31f5396 thermal: make THERMAL_HWMON implementation fully internal by Jean Delvare · 13 years ago
  94. 0d97d7a thermal: split hwmon lookup to a separate function by Jean Delvare · 13 years ago
  95. b299eb5 ACPI:Fix goto flows in thermal-sys by Durgadoss R · 13 years ago
  96. af06216 ACPI: Fix build for CONFIG_NET unset by Rafael J. Wysocki · 13 years ago
  97. 156d821 Merge branch 'misc' into release by Len Brown · 13 years ago
  98. 4cb1872 thermal: Add event notification to thermal framework by R.Durgadoss · 14 years ago
  99. 5b275ce thermal: make ops constant by Alan Cox · 14 years ago
  100. 975f8c5 drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sys by Sergey Senozhatsky · 14 years ago