aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/coretemp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-23hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplugGravatar Silas Boyd-Wickizer 1-0/+5
2012-08-18sections: Fix section conflicts in drivers/hwmonGravatar Andi Kleen 1-1/+1
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstGravatar Jan Beulich 1-1/+1
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMGravatar H. Peter Anvin 1-2/+2
2012-06-17hwmon: (coretemp) Drop needless initializationGravatar Jean Delvare 1-1/+1
2012-06-17hwmon: (coretemp) Improve support for TjMax detection on Atom CPUsGravatar Guenter Roeck 1-0/+25
2012-06-17hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU modelsGravatar Guenter Roeck 1-0/+3
2012-06-17hwmon: (coretemp) Improve support of recent Atom CPU modelsGravatar Jean Delvare 1-1/+2
2012-05-01hwmon: (coretemp) Increase CPU core limitGravatar Guenter Roeck 1-1/+1
2012-05-01hwmon: (coretemp) fix oops on cpu unplugGravatar Kirill A. Shutemov 1-0/+4
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2012-03-18hwmon: (coretemp) Fix checkpatch errorGravatar Guenter Roeck 1-2/+2
2012-01-26HWMON: Convert coretemp to x86 cpuid autoprobingGravatar Andi Kleen 1-3/+14
2012-01-16hwmon: (coretemp) Add missing section annotationsGravatar Jean Delvare 1-11/+15
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Gravatar Kevin Winchester 1-4/+3
2011-11-06hwmon: (coretemp) Fix for non-SMP buildsGravatar Jean Delvare 1-2/+1
2011-10-14coretemp: Get microcode revision from cpu_dataGravatar Andi Kleen 1-24/+4
2011-09-28hwmon: (coretemp) Avoid leaving around dangling pointerGravatar Guenter Roeck 1-0/+1
2011-09-28hwmon: (coretemp) Fixup platform device ID changeGravatar Jean Delvare 1-15/+12
2011-09-23hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Gravatar Jan Beulich 1-6/+3
2011-09-23hwmon: (coretemp) constify static dataGravatar Jan Beulich 1-2/+2
2011-09-23hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDGravatar Jan Beulich 1-2/+2
2011-09-21hwmon: (coretemp) Don't use threshold registers for tempX_maxGravatar Guenter Roeck 1-121/+14
2011-09-21hwmon: (coretemp) Let the user force TjMaxGravatar Jean Delvare 1-0/+15
2011-09-21hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxGravatar Jean Delvare 1-22/+4
2011-09-14hwmon: (coretemp) Initialize tminGravatar Jean Delvare 1-1/+6
2011-07-28hwmon: (coretemp) Add core/pkg threshold support to CoretempGravatar Durgadoss R 1-45/+132
2011-06-17hwmon: (coretemp) Drop unused struct membersGravatar Jean Delvare 1-4/+0
2011-06-01hwmon: (coretemp) Further relax temperature range checksGravatar Guenter Roeck 1-2/+2
2011-06-01hwmon: (coretemp) Fix TjMax detection for older CPUsGravatar Guenter Roeck 1-17/+2
2011-06-01hwmon: (coretemp) Relax target temperature range checkGravatar Jean Delvare 1-1/+1
2011-05-27hwmon: (coretemp) Fix section mismatchGravatar Jean Delvare 1-1/+1
2011-05-27hwmon: (coretemp) Update comments describing the handling of HT CPUsGravatar Guenter Roeck 1-6/+6
2011-05-27hwmon: (coretemp) Initialize sysfs attributesGravatar Sergey Senozhatsky 1-0/+2
2011-05-23hwmon: (coretemp) Add comments describing the handling of HT CPUsGravatar Guenter Roeck 1-2/+18
2011-05-23hwmon: (coretemp) Fix compile error if CONFIG_SMP is not definedGravatar Guenter Roeck 1-1/+3
2011-05-21hwmon: (coretemp) Fix checkpatch errorsGravatar Guenter Roeck 1-30/+37
2011-05-20hwmon: (coretemp) Merge pkgtemp with coretempGravatar Durgadoss R 1-210/+455
2011-01-08hwmon: (coretemp) Use pr_fmt and pr_<level>Gravatar Joe Perches 1-5/+6
2010-10-25hwmon: (coretemp) fix reading of microcode revision (v2)Gravatar Jan Beulich 1-2/+18
2010-10-25hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefsGravatar Chen Gong 1-2/+1
2010-10-25x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}t...Gravatar Jan Beulich 1-1/+0
2010-10-25x86/hwmon: (coretemp) cosmetic cleanupGravatar Jan Beulich 1-2/+0
2010-10-25x86/hwmon: {core, pkg, via}cpu_temp_device_remove() can all be __cpuinitGravatar Jan Beulich 1-1/+1
2010-09-28hwmon (coretemp): Fix build breakage if SMP is undefinedGravatar Guenter Roeck 1-0/+1
2010-09-24x86/hwmon: register alternate sibling upon CPU removalGravatar Jan Beulich 1-7/+15
2010-09-24x86/hwmon: fix initialization of coretempGravatar Jan Beulich 1-16/+13
2010-09-24x86/hwmon: fix module init for hotplug-but-no-device-found caseGravatar Jan Beulich 1-1/+4
2010-08-25hwmon: (coretemp) Fix harmless build warningGravatar Jean Delvare 1-1/+0