1. 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  2. 9346116 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  3. 212f300 Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 404ea9f1 Merge powerclamp driver updates (that depend on cpuidle material) for v4.10. by Rafael J. Wysocki · 8 years ago
  5. 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
  6. 9245ac2 Merge branches 'thermal-core', 'thermal-intel', 'thermal-soc-fixes' and 'thermal-reorg' into next by Zhang Rui · 8 years ago
  7. 7646ff2 thermal/x86 pkg temp: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  8. 556238e thermal/x86_pkg_temp: Sanitize package management by Thomas Gleixner · 8 years ago
  9. 411bb38 thermal/x86_pkg_temp: Move work into package struct by Thomas Gleixner · 8 years ago
  10. 64ca738 thermal/x86_pkg_temp: Move work scheduled flag into package struct by Thomas Gleixner · 8 years ago
  11. ab47bd9 thermal/x86_pkg_temp: Sanitize locking by Thomas Gleixner · 8 years ago
  12. 8079a4b thermal/x86_pkg_temp: Cleanup code some more by Thomas Gleixner · 8 years ago
  13. 3883a64 thermal/x86_pkg_temp: Cleanup namespace by Thomas Gleixner · 8 years ago
  14. b6badbe thermal/x86_pkg_temp: Get rid of ref counting by Thomas Gleixner · 8 years ago
  15. 09a674c thermal/x86_pkg_temp: Sanitize callback (de)initialization by Thomas Gleixner · 8 years ago
  16. 21a3d3d thermal/x86_pkg_temp: Replace open coded cpu search by Thomas Gleixner · 8 years ago
  17. 89baa56 thermal/x86_pkg_temp: Remove redundant package search by Thomas Gleixner · 8 years ago
  18. 768bd13 thermal/x86_pkg_temp: Cleanup thermal interrupt handling by Thomas Gleixner · 8 years ago
  19. f37fabb thermal: hwmon: Properly report critical temperature in sysfs by Krzysztof Kozlowski · 8 years ago
  20. feb6cd6 thermal/intel_powerclamp: stop sched tick in forced idle by Jacob Pan · 8 years ago
  21. cb91fef thermal/intel_powerclamp: Convert to CPU hotplug state by Sebastian Andrzej Siewior · 8 years ago
  22. 8d962ac thermal/intel_powerclamp: Convert the kthread to kthread worker API by Petr Mladek · 8 years ago
  23. 14f3f7d thermal/intel_powerclamp: Remove duplicated code that starts the kthread by Petr Mladek · 8 years ago
  24. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 3aa5374 devfreq_cooling: pass a pointer to devfreq in the power model callbacks by Javi Merino · 8 years ago
  26. ce62aba thermal: rockchip: improve the warning log by Shawn Lin · 8 years ago
  27. 8093a116 thermal: db8500: Fix module autoload by Javier Martinez Canillas · 8 years ago
  28. 26d9339 thermal: tango: Fix module autoload by Javier Martinez Canillas · 8 years ago
  29. 3f2883e thermal: max77620: Fix module autoload by Javier Martinez Canillas · 8 years ago
  30. cd323b2 thermal: qcom-spmi: Treat reg property as a single cell by Stephen Boyd · 8 years ago
  31. f05f482 thermal: hisilicon: fix for dependency by Leo Yan · 8 years ago
  32. 882f581 thermal: ti-soc-thermal: add missing clk_put() by Luis Henriques · 8 years ago
  33. 373f91d thermal: core: move slop and offset helpers to thermal_helpers.c by Eduardo Valentin · 8 years ago
  34. b819dc9 thermal: sysfs: use kcalloc() instead of kzalloc() by Eduardo Valentin · 8 years ago
  35. 95e3ed1 thermal: core: use kzalloc(sizeof(*ptr),...) by Eduardo Valentin · 8 years ago
  36. 38e7b54 thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister by Eduardo Valentin · 8 years ago
  37. b659a30 thermal: core: remove style warnings and checks by Eduardo Valentin · 8 years ago
  38. 2a0b4c4 thermal: core: remove void function return statements by Eduardo Valentin · 8 years ago
  39. eb7be32 thermal: core: standardize line breaking alignment by Eduardo Valentin · 8 years ago
  40. 5027ba3 thermal: core: small style fix when checking for __find_governor() by Eduardo Valentin · 8 years ago
  41. 7eb4bd7 thermal: core: remove FSF address in the GPL notice by Eduardo Valentin · 8 years ago
  42. 698db4f thermal: sysfs: remove symbols of emul_temp when config is disabled by Eduardo Valentin · 8 years ago
  43. 81193e2 thermal: core: add a comment describing the device management section by Eduardo Valentin · 8 years ago
  44. 712afbd thermal: core: add a comment describing the power actor section by Eduardo Valentin · 8 years ago
  45. 8772e18 thermal: core: add a comment describing the main update loop by Eduardo Valentin · 8 years ago
  46. 106339a thermal: core: move notify to the zone update section by Eduardo Valentin · 8 years ago
  47. 4b0d3c2 thermal: core: add inline to print_bind_err_msg() by Eduardo Valentin · 8 years ago
  48. f502ab8 thermal: core: move __bind() to where it is used by Eduardo Valentin · 8 years ago
  49. 9b68ef8 thermal: core: fix couple of style issues on __bind() helper by Eduardo Valentin · 8 years ago
  50. 90f5b5b thermal: core: move bind_tz() to where it is used by Eduardo Valentin · 8 years ago
  51. 949aad8 thermal: core: move bind_cdev() to where it is used by Eduardo Valentin · 8 years ago
  52. f11997f thermal: core: move __unbind() helper to where it is used by Eduardo Valentin · 8 years ago
  53. 4f5163f thermal: core: small style fix on __unbind() helper by Eduardo Valentin · 8 years ago
  54. c30176f thermal: core: move idr handling to device management section by Eduardo Valentin · 8 years ago
  55. 1b4f484 thermal: core: group functions related to governor handling by Eduardo Valentin · 8 years ago
  56. cd221c7 thermal: core: introduce thermal_helpers.c by Eduardo Valentin · 8 years ago
  57. 77dc4f9 thermal: core: remove a couple of style issues on helpers by Eduardo Valentin · 8 years ago
  58. 45cf2ec thermal: core: move cooling device sysfs to thermal_sysfs.c by Eduardo Valentin · 8 years ago
  59. 99ea2ef thermal: core: move to_cooling_device macro to header file by Eduardo Valentin · 8 years ago
  60. a369ee8 thermal: core: move thermal_zone sysfs to thermal_sysfs.c by Eduardo Valentin · 8 years ago
  61. 72afe8e thermal: core: match parenthesis on code alignment by Eduardo Valentin · 8 years ago
  62. 09544da thermal: core: treat correctly the return value of *scanf calls by Eduardo Valentin · 8 years ago
  63. ba78da4 thermal: core: move to_thermal_zone() macro to header file by Eduardo Valentin · 8 years ago
  64. 97d2423 thermal: core: split available_policies_show() by Eduardo Valentin · 8 years ago
  65. 6b88520 thermal: core: split policy_store by Eduardo Valentin · 8 years ago
  66. 3d0055d thermal: core: split passive_store by Eduardo Valentin · 8 years ago
  67. 2a4806b thermal: core: remove unnecessary device_remove() calls by Eduardo Valentin · 8 years ago
  68. 4d0fe74 thermal: core: move trips attributes to tz->device.groups by Eduardo Valentin · 8 years ago
  69. e161aef thermal: core: create tz->device.groups dynamically by Eduardo Valentin · 8 years ago
  70. 0a9de81 thermal: core: move the trip attrs to the tz sysfs I/F section by Eduardo Valentin · 8 years ago
  71. 3bafb5e thermal: core: fix style on remove_trip_attrs() by Eduardo Valentin · 8 years ago
  72. 9d934fc thermal: core: remove useless empty line by Eduardo Valentin · 8 years ago
  73. 1a7e7cc thermal: core: move power actor code out of sysfs I/F section by Eduardo Valentin · 8 years ago
  74. 059386f thermal: core: improve power actor documentation by Eduardo Valentin · 8 years ago
  75. 3a836bf thermal: core: move passive attr to tz->device.groups by Eduardo Valentin · 8 years ago
  76. 8baa5da thermal: core: move mode attribute to tz->device.groups by Eduardo Valentin · 8 years ago
  77. 66e554b thermal: core: move emul_temp creation to tz->device.groups by Eduardo Valentin · 8 years ago
  78. 1c60086 thermal: core: use dev.groups to manage always present tz attributes by Eduardo Valentin · 8 years ago
  79. 308f726 thermal: core: group device_create_file() calls that are always created by Eduardo Valentin · 8 years ago
  80. ef1d8bf thermal: core: group thermal_zone DEVICE_ATTR's declarations by Eduardo Valentin · 8 years ago
  81. 54fa38c thermal: core: prevent zones with no types to be registered by Eduardo Valentin · 8 years ago
  82. c6068a6 thermal: intel_pch_thermal: Support skylake PCH 100 series thermal by OGAWA Hirofumi · 8 years ago
  83. 5184eeb thermal: int340x_thermal: use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  84. de6b0c1 thermal: hwmon: use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  85. ec638db thermal/powerclamp: add back module device table by Jacob Pan · 8 years ago
  86. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  87. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  88. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  89. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  90. 3105f234 thermal/powerclamp: correct cpu support check by Eric Ernst · 8 years ago
  91. 33086a9 thermal: intel_pch_thermal: Enable Haswell PCH by Srinivas Pandruvada · 8 years ago
  92. aed3f24 thermal: intel_pch_thermal: Add an ACPI passive trip by Srinivas Pandruvada · 8 years ago
  93. 2d2474a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  94. 43720df thermal: int3403: Process trip change notification by Srinivas Pandruvada · 8 years ago
  95. 9176ae8 thermal: int340x: New Interface to read trip and notify by Srinivas Pandruvada · 8 years ago
  96. 998d924 thermal: user_space gov: Add additional information in uevent by Srinivas Pandruvada · 8 years ago
  97. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 8 years ago
  98. 040a3ea Merge branches 'thermal-soc', 'thermal-core', 'thermal-intel' and 'thermal-tegra-hw-throttle' into next by Zhang Rui · 8 years ago
  99. 6c7c324 thermal: tegra: add hw-throttle for Tegra132 by Wei Ni · 9 years ago
  100. ce0dbf0 thermal: tegra: add hw-throttle function by Wei Ni · 9 years ago