1. 9346116 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  2. 373f91d thermal: core: move slop and offset helpers to thermal_helpers.c by Eduardo Valentin · 8 years ago
  3. 95e3ed1 thermal: core: use kzalloc(sizeof(*ptr),...) by Eduardo Valentin · 8 years ago
  4. 38e7b54 thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister by Eduardo Valentin · 8 years ago
  5. b659a30 thermal: core: remove style warnings and checks by Eduardo Valentin · 8 years ago
  6. 2a0b4c4 thermal: core: remove void function return statements by Eduardo Valentin · 8 years ago
  7. eb7be32 thermal: core: standardize line breaking alignment by Eduardo Valentin · 8 years ago
  8. 5027ba3 thermal: core: small style fix when checking for __find_governor() by Eduardo Valentin · 8 years ago
  9. 7eb4bd7 thermal: core: remove FSF address in the GPL notice by Eduardo Valentin · 8 years ago
  10. 81193e2 thermal: core: add a comment describing the device management section by Eduardo Valentin · 8 years ago
  11. 712afbd thermal: core: add a comment describing the power actor section by Eduardo Valentin · 8 years ago
  12. 8772e18 thermal: core: add a comment describing the main update loop by Eduardo Valentin · 8 years ago
  13. 106339a thermal: core: move notify to the zone update section by Eduardo Valentin · 8 years ago
  14. 4b0d3c2 thermal: core: add inline to print_bind_err_msg() by Eduardo Valentin · 8 years ago
  15. f502ab8 thermal: core: move __bind() to where it is used by Eduardo Valentin · 8 years ago
  16. 9b68ef8 thermal: core: fix couple of style issues on __bind() helper by Eduardo Valentin · 8 years ago
  17. 90f5b5b thermal: core: move bind_tz() to where it is used by Eduardo Valentin · 8 years ago
  18. 949aad8 thermal: core: move bind_cdev() to where it is used by Eduardo Valentin · 8 years ago
  19. f11997f thermal: core: move __unbind() helper to where it is used by Eduardo Valentin · 8 years ago
  20. 4f5163f thermal: core: small style fix on __unbind() helper by Eduardo Valentin · 8 years ago
  21. c30176f thermal: core: move idr handling to device management section by Eduardo Valentin · 8 years ago
  22. 1b4f484 thermal: core: group functions related to governor handling by Eduardo Valentin · 8 years ago
  23. cd221c7 thermal: core: introduce thermal_helpers.c by Eduardo Valentin · 8 years ago
  24. 77dc4f9 thermal: core: remove a couple of style issues on helpers by Eduardo Valentin · 8 years ago
  25. 45cf2ec thermal: core: move cooling device sysfs to thermal_sysfs.c by Eduardo Valentin · 8 years ago
  26. 99ea2ef thermal: core: move to_cooling_device macro to header file by Eduardo Valentin · 8 years ago
  27. a369ee8 thermal: core: move thermal_zone sysfs to thermal_sysfs.c by Eduardo Valentin · 8 years ago
  28. 72afe8e thermal: core: match parenthesis on code alignment by Eduardo Valentin · 8 years ago
  29. 09544da thermal: core: treat correctly the return value of *scanf calls by Eduardo Valentin · 8 years ago
  30. ba78da4 thermal: core: move to_thermal_zone() macro to header file by Eduardo Valentin · 8 years ago
  31. 97d2423 thermal: core: split available_policies_show() by Eduardo Valentin · 8 years ago
  32. 6b88520 thermal: core: split policy_store by Eduardo Valentin · 8 years ago
  33. 3d0055d thermal: core: split passive_store by Eduardo Valentin · 8 years ago
  34. 2a4806b thermal: core: remove unnecessary device_remove() calls by Eduardo Valentin · 8 years ago
  35. 4d0fe74 thermal: core: move trips attributes to tz->device.groups by Eduardo Valentin · 8 years ago
  36. e161aef thermal: core: create tz->device.groups dynamically by Eduardo Valentin · 8 years ago
  37. 0a9de81 thermal: core: move the trip attrs to the tz sysfs I/F section by Eduardo Valentin · 8 years ago
  38. 3bafb5e thermal: core: fix style on remove_trip_attrs() by Eduardo Valentin · 8 years ago
  39. 9d934fc thermal: core: remove useless empty line by Eduardo Valentin · 8 years ago
  40. 1a7e7cc thermal: core: move power actor code out of sysfs I/F section by Eduardo Valentin · 8 years ago
  41. 059386f thermal: core: improve power actor documentation by Eduardo Valentin · 8 years ago
  42. 3a836bf thermal: core: move passive attr to tz->device.groups by Eduardo Valentin · 8 years ago
  43. 8baa5da thermal: core: move mode attribute to tz->device.groups by Eduardo Valentin · 8 years ago
  44. 66e554b thermal: core: move emul_temp creation to tz->device.groups by Eduardo Valentin · 8 years ago
  45. 1c60086 thermal: core: use dev.groups to manage always present tz attributes by Eduardo Valentin · 8 years ago
  46. 308f726 thermal: core: group device_create_file() calls that are always created by Eduardo Valentin · 8 years ago
  47. ef1d8bf thermal: core: group thermal_zone DEVICE_ATTR's declarations by Eduardo Valentin · 8 years ago
  48. 54fa38c thermal: core: prevent zones with no types to be registered by Eduardo Valentin · 8 years ago
  49. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  50. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  51. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  52. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 8 years ago
  53. 060c034 thermal: Add support for hardware-tracked trip points by Sascha Hauer · 8 years ago
  54. 4a7069a thermal: core: export apis to get slope and offset by Rajendra Nayak · 8 years ago
  55. d0b7306 thermal: fix race condition when updating cooling device by Michele Di Giorgio · 8 years ago
  56. 15333e3 thermal: use %d to print S32 parameters by Leo Yan · 9 years ago
  57. 1d0fd42 thermal: consistently use int for trip temp by Wei Ni · 9 years ago
  58. 81ad427 Thermal: Ignore invalid trip points by Zhang Rui · 9 years ago
  59. 98d9450 Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into next by Zhang Rui · 9 years ago
  60. ad74e46 thermal: trip_point_temp_store() calls thermal_zone_device_update() by Kuninori Morimoto · 9 years ago
  61. 4511f71 Thermal: do thermal zone update after a cooling device registered by Chen Yu · 9 years ago
  62. ff140fe Thermal: handle thermal zone device properly during system sleep by Zhang Rui · 9 years ago
  63. bb431ba Thermal: initialize thermal zone device correctly by Zhang Rui · 9 years ago
  64. c973c3b thermal: Add a function to get the minimum power by Javi Merino · 9 years ago
  65. 5a924a0 Merge branches 'thermal-core' and 'thermal-intel' of .git into next by Zhang Rui · 9 years ago
  66. 934c93b thermal: Add comment explaining test for critical temperature by Sascha Hauer · 9 years ago
  67. 79e5421 thermal: Use IS_ENABLED instead of #ifdef by Sascha Hauer · 9 years ago
  68. dbdf253 thermal: remove unnecessary call to thermal_zone_device_set_polling by Sascha Hauer · 9 years ago
  69. f6be058 thermal: trivial: fix typo in comment by Sascha Hauer · 9 years ago
  70. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  71. 25a0a5c thermal: add available policies sysfs attribute by Ni Wade · 9 years ago
  72. 528464e thermal: remove dangling 'weight_attr' device file by Viresh Kumar · 9 years ago
  73. 9d0be7f thermal: support slope and offset coefficients by Eduardo Valentin · 9 years ago
  74. 9f38271 thermal: export thermal_zone_parameters to sysfs by Javi Merino · 10 years ago
  75. 35e9464 thermal: core: Add Kconfig option to enable writable trips by Punit Agrawal · 10 years ago
  76. 6b775e8 thermal: introduce the Power Allocator governor by Javi Merino · 10 years ago
  77. 35b11d2 thermal: extend the cooling device API to include power information by Javi Merino · 10 years ago
  78. e33df1d thermal: let governors have private data for each thermal zone by Javi Merino · 10 years ago
  79. db91651 thermal: export weight to sysfs by Javi Merino · 10 years ago
  80. 6cd9e9f thermal: of: fix cooling device weights in device tree by Kapileshwar Singh · 10 years ago
  81. 7e497a7 thermal: Do not log an error if thermal_zone_get_temp returns -EAGAIN by Hans de Goede · 10 years ago
  82. 2dc10f8 thermal: Make sysfs attributes of cooling devices default attributes by Matthias Kaehlcke · 10 years ago
  83. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  84. 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
  85. 9a3031d thermal:core:fix: Check return code of the ->get_max_state() callback by Lukasz Majewski · 10 years ago
  86. 9d367e5 thermal: Fix error path in thermal_init() by Luis Henriques · 10 years ago
  87. b6cc772 thermal: lock the thermal zone when switching governors by Javi Merino · 10 years ago
  88. 84ffe3e thermal: core: ignore invalid trip temperature by Srinivas Pandruvada · 10 years ago
  89. 1401586 Thermal:Remove usless if(!result) before return tz by Yao Dongdong · 10 years ago
  90. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  91. 484ac2f thermal: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  92. dd63466 Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into next by Zhang Rui · 10 years ago
  93. e4dbf98 thermal: Added Bang-bang thermal governor by Peter Feuerer · 10 years ago
  94. 208cd82 thermal: trace: Trace when temperature is above a trip point by Punit Agrawal · 10 years ago
  95. 3981156 thermal: trace: Trace when a cooling device's state is updated by Punit Agrawal · 10 years ago
  96. 100a8fd thermal: trace: Trace temperature changes by Punit Agrawal · 10 years ago
  97. f2234bc Thermal: thermal zone governor fix by Zhang Rui · 11 years ago
  98. 5ca0cce Thermal: Allow first update of cooling device state by Ni Wade · 11 years ago
  99. 8c59ecb Merge branches 'misc' and 'soc' of .git into next by Zhang Rui · 11 years ago
  100. 800744b Thermal: update thermal zone device after setting emul_temp by lan,Tianyu · 11 years ago