1. 64f5030 sections: Fix section conflicts in drivers/hwmon by Andi Kleen · 12 years ago
  2. e273bd9 hwmon: struct x86_cpu_id arrays can be __initconst by Jan Beulich · 12 years ago
  3. 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 4ad3341 x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM by H. Peter Anvin · 12 years ago
  5. 1268a17 hwmon: (coretemp) Drop needless initialization by Jean Delvare · 12 years ago
  6. 41e58a1f hwmon: (coretemp) Improve support for TjMax detection on Atom CPUs by Guenter Roeck · 12 years ago
  7. 5592906 hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU models by Guenter Roeck · 12 years ago
  8. fcc14ac hwmon: (coretemp) Improve support of recent Atom CPU models by Jean Delvare · 12 years ago
  9. bdc71c9 hwmon: (coretemp) Increase CPU core limit by Guenter Roeck · 12 years ago
  10. b704871 hwmon: (coretemp) fix oops on cpu unplug by Kirill A. Shutemov · 12 years ago
  11. 31f6765 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  12. 780affe hwmon: (coretemp) Fix checkpatch error by Guenter Roeck · 13 years ago
  13. 9b38096 HWMON: Convert coretemp to x86 cpuid autoprobing by Andi Kleen · 13 years ago
  14. d6db23c hwmon: (coretemp) Add missing section annotations by Jean Delvare · 13 years ago
  15. 141168c x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' by Kevin Winchester · 13 years ago
  16. 2aba6ca hwmon: (coretemp) Fix for non-SMP builds by Jean Delvare · 13 years ago
  17. ca8bc8d coretemp: Get microcode revision from cpu_data by Andi Kleen · 13 years ago
  18. 20ecb49 hwmon: (coretemp) Avoid leaving around dangling pointer by Guenter Roeck · 13 years ago
  19. 0eb9782 hwmon: (coretemp) Fixup platform device ID change by Jean Delvare · 13 years ago
  20. 2f1c3db hwmon: (coretemp) remove struct platform_data * parameter from create_core_data() by Jan Beulich · 13 years ago
  21. e3204ed hwmon: (coretemp) constify static data by Jan Beulich · 13 years ago
  22. b3a242a hwmon: (coretemp) don't use kernel assigned CPU number as platform device ID by Jan Beulich · 13 years ago
  23. f4af6fd hwmon: (coretemp) Don't use threshold registers for tempX_max by Guenter Roeck · 13 years ago
  24. a45a8c8 hwmon: (coretemp) Let the user force TjMax by Jean Delvare · 13 years ago
  25. 6bf9e9b hwmon: (coretemp) Drop duplicate function get_pkg_tjmax by Jean Delvare · 13 years ago
  26. cd5bd3d hwmon: (coretemp) Initialize tmin by Jean Delvare · 13 years ago
  27. c814a4c hwmon: (coretemp) Add core/pkg threshold support to Coretemp by Durgadoss R · 13 years ago
  28. 808b4e6 hwmon: (coretemp) Drop unused struct members by Jean Delvare · 13 years ago
  29. bb9973e hwmon: (coretemp) Further relax temperature range checks by Guenter Roeck · 13 years ago
  30. 4f5f71a hwmon: (coretemp) Fix TjMax detection for older CPUs by Guenter Roeck · 13 years ago
  31. 4c6e0f8 hwmon: (coretemp) Relax target temperature range check by Jean Delvare · 13 years ago
  32. 582e1b2 hwmon: (coretemp) Fix section mismatch by Jean Delvare · 13 years ago
  33. 6777b9e hwmon: (coretemp) Update comments describing the handling of HT CPUs by Guenter Roeck · 13 years ago
  34. 4258781 hwmon: (coretemp) Initialize sysfs attributes by Sergey Senozhatsky · 13 years ago
  35. f4e0bcf hwmon: (coretemp) Add comments describing the handling of HT CPUs by Guenter Roeck · 13 years ago
  36. bb74e8c hwmon: (coretemp) Fix compile error if CONFIG_SMP is not defined by Guenter Roeck · 13 years ago
  37. 4cc4527 hwmon: (coretemp) Fix checkpatch errors by Guenter Roeck · 13 years ago
  38. 199e0de hwmon: (coretemp) Merge pkgtemp with coretemp by Durgadoss R · 13 years ago
  39. f8bb892 hwmon: (coretemp) Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  40. 3247800 hwmon: (coretemp) fix reading of microcode revision (v2) by Jan Beulich · 14 years ago
  41. 17c10d6 hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefs by Chen Gong · 14 years ago
  42. 9401ba1 x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.c by Jan Beulich · 14 years ago
  43. e0a8755 x86/hwmon: (coretemp) cosmetic cleanup by Jan Beulich · 14 years ago
  44. a5f42a6 x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinit by Jan Beulich · 14 years ago
  45. fff2017 hwmon (coretemp): Fix build breakage if SMP is undefined by Guenter Roeck · 14 years ago
  46. e40cc4b x86/hwmon: register alternate sibling upon CPU removal by Jan Beulich · 14 years ago
  47. a465905 x86/hwmon: fix initialization of coretemp by Jan Beulich · 14 years ago
  48. 89a3fd3 x86/hwmon: fix module init for hotplug-but-no-device-found case by Jan Beulich · 14 years ago
  49. 45ff34d hwmon: (coretemp) Fix harmless build warning by Jean Delvare · 14 years ago
  50. 3771330 fix "hwmon: coretemp: update hotplug condition check" by Andrew Morton · 14 years ago
  51. 6b8e828 drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPU by Andrew Morton · 14 years ago
  52. 851b29c hwmon: coretemp: enable coretemp device add operation failure by Chen Gong · 14 years ago
  53. 0dca94b hwmon: coretemp: update hotplug condition check by Chen Gong · 14 years ago
  54. 3f4f09b hwmon: (coretemp) Properly label the sensors by Jean Delvare · 14 years ago
  55. d883b9f hwmon: (coretemp) Skip duplicate CPU entries by Jean Delvare · 14 years ago
  56. a321ced drivers/hwmon/coretemp.c: get TjMax value from MSR by Carsten Emde · 14 years ago
  57. 5db47b0 drivers/hwmon/coretemp.c: detect the thermal sensors by CPUID by Carsten Emde · 14 years ago
  58. 4d7a564 hwmon: (coretemp) Add missing newline to dev_warn() message by Dean Nelson · 14 years ago
  59. fcc6a74 hwmon: (coretemp) Fix cpu model output by Prarit Bhargava · 14 years ago
  60. 1fe63ab hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs by Yong Wang · 15 years ago
  61. fa08acd hwmon: (coretemp) Add Lynnfield CPU by Huaxu Wan · 15 years ago
  62. eccfed4 hwmon: (coretemp) Add support for Penryn mobile CPUs by Rudolf Marek · 15 years ago
  63. 708a62b hwmon: (coretemp) Fix Atom CPUs support by Rudolf Marek · 15 years ago
  64. 0bf41d9 drivers/hwmon/coretemp.c: enable the Intel Atom by Michael Riepe · 15 years ago
  65. 34c86c1 coretemp: recognize Nehalem CPUs by Darrick J. Wong · 16 years ago
  66. ae77015 hwmon: (coretemp) Add Penryn CPU to coretemp by Rudolf Marek · 17 years ago
  67. 118a887 hwmon: (coretemp) Add TjMax detection for mobile CPUs by Rudolf Marek · 16 years ago
  68. ba7c192 hwmon: (coretemp) fix section mismatch warning by Sam Ravnborg · 16 years ago
  69. 6369a288 hwmon: (coretemp) Add maximum cooling temperature readout by Rudolf Marek · 17 years ago
  70. 561d9a9 HWMON: coretemp, suspend fix by Rafael J. Wysocki · 17 years ago
  71. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  72. c940336 hwmon: (coretemp) Add support for Celeron 4xx by Rudolf Marek · 17 years ago
  73. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  74. 59a35ba hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup by Satyam Sharma · 17 years ago
  75. d2bc7b1 make coretemp_device_remove() static by Adrian Bunk · 17 years ago
  76. 6d79af7 hwmon/coretemp: fix a broken error path by Jean Delvare · 17 years ago
  77. 67f363b hwmon/coretemp: Add more safety checks by Rudolf Marek · 17 years ago
  78. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  79. bebe467 hwmon: New coretemp driver by Rudolf Marek · 17 years ago