aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-14hwmon: (coretemp) Initialize tminJean Delvare1-1/+6
2011-07-28hwmon: (coretemp) Add core/pkg threshold support to CoretempDurgadoss R1-45/+132
2011-06-17hwmon: (coretemp) Drop unused struct membersJean Delvare1-4/+0
2011-06-01hwmon: (coretemp) Further relax temperature range checksGuenter Roeck1-2/+2
2011-06-01hwmon: (coretemp) Fix TjMax detection for older CPUsGuenter Roeck1-17/+2
2011-06-01hwmon: (coretemp) Relax target temperature range checkJean Delvare1-1/+1
2011-05-27hwmon: (coretemp) Fix section mismatchJean Delvare1-1/+1
2011-05-27hwmon: (coretemp) Update comments describing the handling of HT CPUsGuenter Roeck1-6/+6
2011-05-27hwmon: (coretemp) Initialize sysfs attributesSergey Senozhatsky1-0/+2
2011-05-23hwmon: (coretemp) Add comments describing the handling of HT CPUsGuenter Roeck1-2/+18
2011-05-23hwmon: (coretemp) Fix compile error if CONFIG_SMP is not definedGuenter Roeck1-1/+3
2011-05-21hwmon: (coretemp) Fix checkpatch errorsGuenter Roeck1-30/+37
2011-05-20hwmon: (coretemp) Merge pkgtemp with coretempDurgadoss R1-210/+455
2011-01-08hwmon: (coretemp) Use pr_fmt and pr_<level>Joe Perches1-5/+6
2010-10-25hwmon: (coretemp) fix reading of microcode revision (v2)Jan Beulich1-2/+18
2010-10-25hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefsChen Gong1-2/+1
2010-10-25x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.cJan Beulich1-1/+0
2010-10-25x86/hwmon: (coretemp) cosmetic cleanupJan Beulich1-2/+0
2010-10-25x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinitJan Beulich1-1/+1
2010-09-28hwmon (coretemp): Fix build breakage if SMP is undefinedGuenter Roeck1-0/+1
2010-09-24x86/hwmon: register alternate sibling upon CPU removalJan Beulich1-7/+15
2010-09-24x86/hwmon: fix initialization of coretempJan Beulich1-16/+13
2010-09-24x86/hwmon: fix module init for hotplug-but-no-device-found caseJan Beulich1-1/+4
2010-08-25hwmon: (coretemp) Fix harmless build warningJean Delvare1-1/+0
2010-08-11fix "hwmon: coretemp: update hotplug condition check"Andrew Morton1-3/+0
2010-08-09drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-09hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3
2010-08-09hwmon: coretemp: update hotplug condition checkChen Gong1-0/+5
2010-07-09hwmon: (coretemp) Properly label the sensorsJean Delvare1-1/+5
2010-07-09hwmon: (coretemp) Skip duplicate CPU entriesJean Delvare1-1/+25
2010-05-25drivers/hwmon/coretemp.c: get TjMax value from MSRCarsten Emde1-4/+57
2010-05-25drivers/hwmon/coretemp.c: detect the thermal sensors by CPUIDCarsten Emde1-20/+12
2010-03-29hwmon: (coretemp) Add missing newline to dev_warn() messageDean Nelson1-1/+1
2010-03-29hwmon: (coretemp) Fix cpu model outputPrarit Bhargava1-1/+1
2010-01-10hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUsYong Wang1-2/+14
2009-09-23hwmon: (coretemp) Add Lynnfield CPUHuaxu Wan1-2/+4
2009-09-23hwmon: (coretemp) Add support for Penryn mobile CPUsRudolf Marek1-3/+23
2009-09-23hwmon: (coretemp) Fix Atom CPUs supportRudolf Marek1-10/+19
2009-09-22drivers/hwmon/coretemp.c: enable the Intel AtomMichael Riepe1-2/+2
2008-08-15coretemp: recognize Nehalem CPUsDarrick J. Wong1-2/+3
2008-02-17hwmon: (coretemp) Add Penryn CPU to coretempRudolf Marek1-2/+2
2008-02-17hwmon: (coretemp) Add TjMax detection for mobile CPUsRudolf Marek1-32/+51
2008-02-17hwmon: (coretemp) fix section mismatch warningSam Ravnborg1-2/+2
2008-02-17hwmon: (coretemp) Add maximum cooling temperature readoutRudolf Marek1-4/+30
2007-12-04HWMON: coretemp, suspend fixRafael J. Wysocki1-3/+2
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-3/+3
2007-10-09hwmon: (coretemp) Add support for Celeron 4xxRudolf Marek1-2/+3
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanupSatyam Sharma1-3/+1
2007-07-19make coretemp_device_remove() staticAdrian Bunk1-1/+1