aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare2014-02-151-1/+1
* hwmon: (coretemp) Add support for Atom CE4110/4150/4170Guenter Roeck2013-01-031-2/+5
* hwmon: (coretemp) Improve support for TjMax detection on Atom CPUsGuenter Roeck2013-01-031-0/+25
* hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU modelsGuenter Roeck2013-01-031-0/+3
* hwmon: (coretemp) Improve support of recent Atom CPU modelsJean Delvare2013-01-031-1/+2
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2012-08-041-4/+3
* x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-07-041-1/+1
* hwmon: (coretemp) fix oops on cpu unplugKirill A. Shutemov2012-05-111-0/+4
* hwmon: (coretemp) Increase CPU core limitGuenter Roeck2012-05-111-1/+1
* hwmon: (coretemp) Fix for non-SMP buildsJean Delvare2011-11-061-2/+1
* coretemp: Get microcode revision from cpu_dataAndi Kleen2011-10-141-24/+4
* hwmon: (coretemp) Avoid leaving around dangling pointerGuenter Roeck2011-09-281-0/+1
* hwmon: (coretemp) Fixup platform device ID changeJean Delvare2011-09-281-15/+12
* hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich2011-09-231-6/+3
* hwmon: (coretemp) constify static dataJan Beulich2011-09-231-2/+2
* hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich2011-09-231-2/+2
* hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck2011-09-211-121/+14
* hwmon: (coretemp) Let the user force TjMaxJean Delvare2011-09-211-0/+15
* hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare2011-09-211-22/+4
* hwmon: (coretemp) Initialize tminJean Delvare2011-09-141-1/+6
* hwmon: (coretemp) Add core/pkg threshold support to CoretempDurgadoss R2011-07-281-45/+132
* hwmon: (coretemp) Drop unused struct membersJean Delvare2011-06-171-4/+0
* hwmon: (coretemp) Further relax temperature range checksGuenter Roeck2011-06-011-2/+2
* hwmon: (coretemp) Fix TjMax detection for older CPUsGuenter Roeck2011-06-011-17/+2
* hwmon: (coretemp) Relax target temperature range checkJean Delvare2011-06-011-1/+1
* hwmon: (coretemp) Fix section mismatchJean Delvare2011-05-271-1/+1
* hwmon: (coretemp) Update comments describing the handling of HT CPUsGuenter Roeck2011-05-271-6/+6
* hwmon: (coretemp) Initialize sysfs attributesSergey Senozhatsky2011-05-271-0/+2
* hwmon: (coretemp) Add comments describing the handling of HT CPUsGuenter Roeck2011-05-231-2/+18
* hwmon: (coretemp) Fix compile error if CONFIG_SMP is not definedGuenter Roeck2011-05-231-1/+3
* hwmon: (coretemp) Fix checkpatch errorsGuenter Roeck2011-05-211-30/+37
* hwmon: (coretemp) Merge pkgtemp with coretempDurgadoss R2011-05-201-210/+455
* hwmon: (coretemp) Use pr_fmt and pr_<level>Joe Perches2011-01-081-5/+6
* hwmon: (coretemp) fix reading of microcode revision (v2)Jan Beulich2010-10-251-2/+18
* hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefsChen Gong2010-10-251-2/+1
* x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}t...Jan Beulich2010-10-251-1/+0
* x86/hwmon: (coretemp) cosmetic cleanupJan Beulich2010-10-251-2/+0
* x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinitJan Beulich2010-10-251-1/+1
* hwmon (coretemp): Fix build breakage if SMP is undefinedGuenter Roeck2010-09-281-0/+1
* x86/hwmon: register alternate sibling upon CPU removalJan Beulich2010-09-241-7/+15
* x86/hwmon: fix initialization of coretempJan Beulich2010-09-241-16/+13
* x86/hwmon: fix module init for hotplug-but-no-device-found caseJan Beulich2010-09-241-1/+4
* hwmon: (coretemp) Fix harmless build warningJean Delvare2010-08-251-1/+0
* fix "hwmon: coretemp: update hotplug condition check"Andrew Morton2010-08-111-3/+0
* drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton2010-08-091-4/+0
* hwmon: coretemp: enable coretemp device add operation failureChen Gong2010-08-091-14/+3
* hwmon: coretemp: update hotplug condition checkChen Gong2010-08-091-0/+5
* hwmon: (coretemp) Properly label the sensorsJean Delvare2010-07-091-1/+5
* hwmon: (coretemp) Skip duplicate CPU entriesJean Delvare2010-07-091-1/+25
* drivers/hwmon/coretemp.c: get TjMax value from MSRCarsten Emde2010-05-251-4/+57