summaryrefslogtreecommitdiff
path: root/drivers/hwmon/coretemp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba1-1/+1
2015-05-27coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski1-1/+2
2015-03-09hwmon: (coretemp) Allow format checkingRasmus Villemoes1-6/+5
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-01Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck1-2/+2
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2014-03-20hwmon, coretemp: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-7/+7
2014-03-03hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-39/+8
2014-03-03hwmon: (coretemp) Allocate platform data with devm_kzallocGuenter Roeck1-7/+5
2014-03-03hwmon: (coretemp) Use sysfs_create_group to create sysfs attributesGuenter Roeck1-13/+7
2014-01-14hwmon: (coretemp) Do not return -EAGAIN for low temperaturesGuenter Roeck1-8/+9
2014-01-14hwmon: (coretemp) Refine TjMax detectionGuenter Roeck1-2/+2
2014-01-14hwmon: (coretemp) Add PCI device ID for CE41x0 CPUsGuenter Roeck1-3/+1
2014-01-14hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessaryGuenter Roeck1-3/+30
2014-01-14hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare1-1/+1
2013-08-11hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck1-1/+13
2013-07-14hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker1-21/+18
2013-06-21hwmon: (coretemp) Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+1
2013-01-25hwmon: (coretemp) Document and add support for additional CPU modelsGuenter Roeck1-2/+3
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2012-12-05hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax tableGuenter Roeck1-8/+0
2012-12-05hwmon: (coretemp) Use model table instead of if/else to identify CPU modelsGuenter Roeck1-14/+27
2012-12-05hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUsGuenter Roeck1-22/+15
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-14hwmon: (coretemp) Add support for Atom CE4110/4150/4170Guenter Roeck1-2/+5
2012-09-23hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-08-18sections: Fix section conflicts in drivers/hwmonAndi Kleen1-1/+1
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich1-1/+1
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin1-2/+2
2012-06-17hwmon: (coretemp) Drop needless initializationJean Delvare1-1/+1
2012-06-17hwmon: (coretemp) Improve support for TjMax detection on Atom CPUsGuenter Roeck1-0/+25
2012-06-17hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU modelsGuenter Roeck1-0/+3
2012-06-17hwmon: (coretemp) Improve support of recent Atom CPU modelsJean Delvare1-1/+2
2012-05-01hwmon: (coretemp) Increase CPU core limitGuenter Roeck1-1/+1
2012-05-01hwmon: (coretemp) fix oops on cpu unplugKirill A. Shutemov1-0/+4
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2012-03-18hwmon: (coretemp) Fix checkpatch errorGuenter Roeck1-2/+2
2012-01-26HWMON: Convert coretemp to x86 cpuid autoprobingAndi Kleen1-3/+14
2012-01-16hwmon: (coretemp) Add missing section annotationsJean Delvare1-11/+15
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-4/+3
2011-11-06hwmon: (coretemp) Fix for non-SMP buildsJean Delvare1-2/+1
2011-10-14coretemp: Get microcode revision from cpu_dataAndi Kleen1-24/+4
2011-09-28hwmon: (coretemp) Avoid leaving around dangling pointerGuenter Roeck1-0/+1
2011-09-28hwmon: (coretemp) Fixup platform device ID changeJean Delvare1-15/+12
2011-09-23hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich1-6/+3
2011-09-23hwmon: (coretemp) constify static dataJan Beulich1-2/+2