1. 4eab7a9 Drivers: thermal: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  2. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  3. 1f53ef1 Thermal: Fix DEFAULT_THERMAL_GOVERNOR by Zhang Rui · 12 years ago
  4. d567c68 Thermal: fix a NULL pointer dereference when generic thermal layer is built as a module by Zhang Rui · 12 years ago
  5. e41e85c treewide: Fix typos in various Kconfig by Masanari Iida · 12 years ago
  6. d12250e thermal: rcar: add rcar_zone_to_priv() macro by Kuninori Morimoto · 12 years ago
  7. c499703 thermal: rcar: fixup the unit of temperature by Kuninori Morimoto · 12 years ago
  8. 4ba115b thermal: cpu cooling: allow module builds by Eduardo Valentin · 12 years ago
  9. 3778ff5 thermal: cpu cooling: use const parameter while registering by Eduardo Valentin · 12 years ago
  10. aa1acb0 Thermal: Add ST-Ericsson DB8500 thermal driver. by hongbo.zhang · 12 years ago
  11. 445110e drivers/thermal/Makefile refactor by Zhang Rui · 12 years ago
  12. ec54c74 Exynos: Add missing dependency by Zhang Rui · 12 years ago
  13. 72e1989 Refactor drivers/thermal/Kconfig by Zhang Rui · 12 years ago
  14. a0f846c thermal: cpu_cooling: Make 'notify_device' static by Sachin Kamat · 12 years ago
  15. 160b7d8 Thermal: Remove the cooling_cpufreq_list. by hongbo.zhang · 12 years ago
  16. 9c51b05 Thermal: fix bug of counting cpu frequencies. by hongbo.zhang · 12 years ago
  17. 6b6519d Thermal: add indent for code alignment. by hongbo.zhang · 12 years ago
  18. 4e8e2f6 thermal: rcar_thermal: remove explicitly used devm_kfree/iounap() by Kuninori Morimoto · 12 years ago
  19. e15cb14 thermal: user_space: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  20. 6217693 thermal: fair_share: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  21. b88a497 thermal: step_wise: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  22. 791700c Thermal: Fix oops and unlocking in thermal_sys.c by Hugh Dickins · 12 years ago
  23. a56757a Thermal: Provide option to choose default thermal governor by Durgadoss R · 12 years ago
  24. f2b4caa Thermal: Add a notification API by Durgadoss R · 12 years ago
  25. 0c01ebb Thermal: Remove throttling logic out of thermal_sys.c by Durgadoss R · 12 years ago
  26. 1cc807a Thermal: Add a thermal notifier for user space by Durgadoss R · 12 years ago
  27. e151a20 Thermal: Introduce a step_wise thermal governor by Durgadoss R · 12 years ago
  28. 4ccc5743 Thermal: Introduce fair_share thermal governor by Durgadoss R · 12 years ago
  29. dc76548 Thermal: Make thermal_cdev_update as a global function by Durgadoss R · 12 years ago
  30. 7e8ee1e Thermal: Update binding logic based on platform data by Durgadoss R · 12 years ago
  31. 5a2c090 Thermal: Add a policy sysfs attribute by Durgadoss R · 12 years ago
  32. a4a1548 Thermal: Add thermal governor registration APIs by Durgadoss R · 12 years ago
  33. 50125a9 Thermal: Pass zone parameters as argument to tzd_register by Durgadoss R · 12 years ago
  34. 9b4298a Thermal: Add get trend, get instance API's to thermal_sys by Durgadoss R · 12 years ago
  35. 71350db Thermal: Move thermal_instance to thermal_core.h by Durgadoss R · 12 years ago
  36. 3ae53b1 exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. by Jonghwan Choi · 12 years ago
  37. 608f62b thermal: solve compilation errors in rcar_thermal by Devendra Naga · 12 years ago
  38. dd8e8c4 thermal, cpufreq: Fix build when CPU_FREQ_TABLE isn't configured by David Rientjes · 12 years ago
  39. 29b19e2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermal by Len Brown · 12 years ago
  40. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  41. c072fed thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal() by Sachin Kamat · 12 years ago
  42. a4b6fec Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem. by Jonghwa Lee · 12 years ago
  43. 79e093c thermal: exynos: Use devm_* functions by Amit Daniel Kachhap · 12 years ago
  44. 17be868 ARM: exynos: add thermal sensor driver platform data support by Amit Daniel Kachhap · 12 years ago
  45. 7e0b55e thermal: exynos: register the tmu sensor with the kernel thermal layer by Amit Daniel Kachhap · 12 years ago
  46. f22d9c0 thermal: exynos5: add exynos5250 thermal sensor driver support by Amit Daniel Kachhap · 12 years ago
  47. c48cbba hwmon: exynos4: move thermal sensor driver to driver/thermal directory by Amit Daniel Kachhap · 12 years ago
  48. 0236141 thermal: add generic cpufreq cooling implementation by Amit Daniel Kachhap · 12 years ago
  49. 204dd1d thermal: Fix potential NULL pointer accesses by Guenter Roeck · 12 years ago
  50. 1e426ff thermal: add Renesas R-Car thermal sensor support by Kuninori Morimoto · 12 years ago
  51. 79a4916 thermal: fix potential out-of-bounds memory access by Guenter Roeck · 12 years ago
  52. f4a821c Thermal: Introduce locking for cdev.thermal_instances list. by Zhang Rui · 12 years ago
  53. 908b9fb Thermal: Unify the code for both active and passive cooling by Zhang Rui · 12 years ago
  54. ce119f8 Thermal: Introduce simple arbitrator for setting device cooling state by Zhang Rui · 12 years ago
  55. b5e4ae6 Thermal: List thermal_instance in thermal_cooling_device. by Zhang Rui · 12 years ago
  56. cddf31b Thermal: Rename thermal_instance.node to thermal_instance.tz_node. by Zhang Rui · 12 years ago
  57. 2d37413 Thermal: Rename thermal_zone_device.cooling_devices by Zhang Rui · 12 years ago
  58. b81b6ba Thermal: rename structure thermal_cooling_device_instance to thermal_instance by Zhang Rui · 12 years ago
  59. 4ae46be Thermal: Introduce thermal_zone_trip_update() by Zhang Rui · 12 years ago
  60. 1b7ddb8 Thermal: Remove tc1/tc2 in generic thermal layer. by Zhang Rui · 12 years ago
  61. 601f3d4 Thermal: Introduce .get_trend() callback. by Zhang Rui · 12 years ago
  62. 9d99842 Thermal: set upper and lower limits by Zhang Rui · 12 years ago
  63. 74051ba Thermal: Introduce cooling states range support by Zhang Rui · 12 years ago
  64. e3f25e6 Thermal: Introduce multiple cooling states support by Zhang Rui · 12 years ago
  65. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  66. 4b24ff7 Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  67. 4b1bf58 thermal: Constify 'type' argument for the registration routine by Anton Vorontsov · 12 years ago
  68. ec033d0 Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into release by Len Brown · 12 years ago
  69. 27365a6 Thermal: Add Hysteresis attributes by Durgadoss R · 12 years ago
  70. c56f5c0 Thermal: Make Thermal trip points writeable by Durgadoss R · 12 years ago
  71. b9c7aff drivers/thermal/spear_thermal.c: add Device Tree probing capability by Viresh Kumar · 12 years ago
  72. f1f0e2a thermal: Fix for setting the thermal zone mode to enable/disable by Amit Daniel Kachhap · 12 years ago
  73. 03ee62f thermal: spear13xx: checking for NULL instead of IS_ERR() by Dan Carpenter · 12 years ago
  74. de716e3 thermal/spear_thermal: replace readl/writel with lighter _relaxed variants by Viresh Kumar · 12 years ago
  75. 6a92c36 thermal: add support for thermal sensor present on SPEAr13xx machines by Vincenzo Frascino · 12 years ago
  76. c5a01dd thermal_sys: convert printks to pr_<level> by Joe Perches · 12 years ago
  77. caca8b8 thermal_sys: kernel style cleanups by Joe Perches · 12 years ago
  78. ec79768 thermal_sys: remove obfuscating used-once macros by Joe Perches · 12 years ago
  79. 886ee54 thermal_sys: remove unnecessary line continuations by Joe Perches · 12 years ago
  80. b11de07 drivers/thermal/thermal_sys.c: fix build warning by Fabio Estevam · 12 years ago
  81. 2d58d7e thermal: Rename generate_netlink_event by Jean Delvare · 13 years ago
  82. 51e20d0 thermal: Prevent polling from happening during system suspend by Rafael J. Wysocki · 13 years ago
  83. 31f5396 thermal: make THERMAL_HWMON implementation fully internal by Jean Delvare · 13 years ago
  84. 0d97d7a thermal: split hwmon lookup to a separate function by Jean Delvare · 13 years ago
  85. ab92402 thermal: hide CONFIG_THERMAL_HWMON by Jean Delvare · 13 years ago
  86. b299eb5 ACPI:Fix goto flows in thermal-sys by Durgadoss R · 13 years ago
  87. af06216 ACPI: Fix build for CONFIG_NET unset by Rafael J. Wysocki · 13 years ago
  88. 156d821 Merge branch 'misc' into release by Len Brown · 13 years ago
  89. 4cb1872 thermal: Add event notification to thermal framework by R.Durgadoss · 14 years ago
  90. 5b275ce thermal: make ops constant by Alan Cox · 14 years ago
  91. 975f8c5 drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sys by Sergey Senozhatsky · 14 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  93. aa96ce0 Merge branch 'misc-2.6.33' into release by Len Brown · 14 years ago
  94. edb9491 thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store() by Roel Kluin · 15 years ago
  95. 3767cb5 thermal: disable polling if passive_delay and polling_delay are both unset by Frans Pop · 15 years ago
  96. e4143b0 thermal: Only set passive_delay for forced_passive cooling by Frans Pop · 15 years ago
  97. 3d8e3ad thermal: add sanity check for the passive attribute by Frans Pop · 15 years ago
  98. 625120a4 acpi: thermal: Add EOL to the trip_point_N_type strings by Amit Kucheria · 15 years ago
  99. df43176 thermal: add missing Kconfig dependency by Jan Beulich · 15 years ago
  100. 0d28816 thermal_sys: check get_temp return value by Michael Brunner · 15 years ago