aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-28hwmon: (coretemp) Extend the bitmask to read temperature to 0xffRicardo Neri1-1/+1
2024-03-13Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-94/+110
2024-02-25hwmon: (coretemp) Use dynamic allocated memory for core temp_dataZhang Rui1-3/+21
2024-02-25hwmon: (coretemp) Remove redundant temp_data->is_pkg_dataZhang Rui1-8/+11
2024-02-25hwmon: (coretemp) Split package temp_data and core temp_dataZhang Rui1-23/+14
2024-02-25hwmon: (coretemp) Abstract core_temp helpersZhang Rui1-54/+64
2024-02-25hwmon: (coretemp) Remove redundant pdata->cpu_map[]Zhang Rui1-10/+6
2024-02-25hwmon: (coretemp) Replace sensor_device_attribute with device_attributeZhang Rui1-16/+12
2024-02-25hwmon: (coretemp) Remove unnecessary dependency of array indexZhang Rui1-13/+7
2024-02-25hwmon: (coretemp) Introduce enum for attr indexZhang Rui1-2/+10
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner1-1/+1
2024-02-04hwmon: (coretemp) Enlarge per package core count limitZhang Rui1-1/+1
2024-02-04hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui1-13/+19
2024-02-04hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui1-6/+2
2023-10-25hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui1-1/+1
2023-04-19hwmon: (coretemp) Delete an obsolete commentZhang Rui1-4/+0
2023-04-19hwmon: (coretemp) Delete tjmax debug messageZhang Rui1-3/+1
2023-02-03hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-02-03hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUsMarcelo Tosatti1-0/+4
2022-12-04hwmon: (coretemp) Add support for dynamic ttargetZhang Rui1-16/+41
2022-12-04hwmon: (coretemp) Add support for dynamic tjmaxZhang Rui1-15/+31
2022-12-04hwmon: (coretemp) rearrange tjmax handing codeZhang Rui1-78/+78
2022-12-04hwmon: (coretemp) Remove obsolete temp_data->validZhang Rui1-4/+1
2022-12-01hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-01hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui1-15/+41
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-1/+1
2020-03-24hwmon: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang1-1/+2
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-18/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner1-14/+1
2019-05-23hwmon/coretemp: Cosmetic: Rename internal variables to zones from packagesLen Brown1-18/+18
2019-05-23hwmon/coretemp: Support multi-die/packageZhang Rui1-4/+4
2018-12-16hwmon: (coretemp) Replace S_<PERMS> with octal valuesGuenter Roeck1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-01-02hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-05-14hwmon: (coretemp) Handle frozen hotplug state correctlyThomas Gleixner1-0/+14
2016-12-09hwmon: (coretemp) Simplify package managementThomas Gleixner1-82/+38
2016-12-09hwmon: (coretemp) Use proper error codes in cpu online callbackThomas Gleixner1-19/+5
2016-12-09hwmon: (coretemp) Convert to hotplug state machineThomas Gleixner1-57/+29
2016-12-09hwmon: (coretemp) Avoid redundant lookupsThomas Gleixner1-13/+6
2016-12-09hwmon: (coretemp) Simplify sibling managementThomas Gleixner1-56/+37
2016-12-09hwmon: (coretemp) Fixup target cpu for package when cpu is offlinedThomas Gleixner1-7/+24
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
2011-09-23hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich1-2/+2
2011-09-21hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck1-121/+14
2011-09-21hwmon: (coretemp) Let the user force TjMaxJean Delvare1-0/+15
2011-09-21hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare1-22/+4
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}t...Jan 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
2007-06-24hwmon/coretemp: fix a broken error pathJean Delvare1-0/+1
2007-05-27hwmon/coretemp: Add more safety checksRudolf Marek1-3/+29
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-08hwmon: New coretemp driverRudolf Marek1-0/+406