summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck2013-08-111-1/+13
* hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker2013-07-141-21/+18
* hwmon: (coretemp) Remove redundant platform_set_drvdata()Sachin Kamat2013-06-211-2/+0
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-2/+1
* hwmon: (coretemp) Document and add support for additional CPU modelsGuenter Roeck2013-01-251-2/+3
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-4/+4
|\
| * hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * hwmon: remove use of __devinitBill Pemberton2012-11-281-2/+2
| * hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax tableGuenter Roeck2012-12-051-8/+0
* | hwmon: (coretemp) Use model table instead of if/else to identify CPU modelsGuenter Roeck2012-12-051-14/+27
* | hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUsGuenter Roeck2012-12-051-22/+15
|/
* hwmon: (coretemp) Add support for Atom CE4110/4150/4170Guenter Roeck2012-10-141-2/+5
* hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer2012-09-231-0/+5
* sections: Fix section conflicts in drivers/hwmonAndi Kleen2012-08-181-1/+1
* hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich2012-07-301-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-291-2/+2
|\
| * x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-06-251-2/+2
* | hwmon: (coretemp) Drop needless initializationJean Delvare2012-06-171-1/+1
* | hwmon: (coretemp) Improve support for TjMax detection on Atom CPUsGuenter Roeck2012-06-171-0/+25
* | hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU modelsGuenter Roeck2012-06-171-0/+3
* | hwmon: (coretemp) Improve support of recent Atom CPU modelsJean Delvare2012-06-171-1/+2
|/
* hwmon: (coretemp) Increase CPU core limitGuenter Roeck2012-05-011-1/+1
* hwmon: (coretemp) fix oops on cpu unplugKirill A. Shutemov2012-05-011-0/+4
* Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-211-2/+2
|\
| * hwmon: (coretemp) Fix checkpatch errorGuenter Roeck2012-03-181-2/+2
* | HWMON: Convert coretemp to x86 cpuid autoprobingAndi Kleen2012-01-261-3/+14
|/
* hwmon: (coretemp) Add missing section annotationsJean Delvare2012-01-161-11/+15
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-4/+3
* 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